Open rprieto opened 10 years ago
Thinking about this some more, this won't work too well (you usually need the full width for test output).
I would actually like this, since that is a location I usually put my test execution resuls
Same here. I have a widescreen and splitting this way would give me plenty of space back. My problem is that I also use a terminal package (which docks to the bottom), so if I have that open as one does, opening the test results panel below as well is covering most of my actual code editor window.
Hotfix, Atom stylesheet:
.mocha-test-runner {
right: 0;
position: fixed;
max-width: 50%;
height: 100%;
top: 0;
z-index: 1;
}
Thanks @pmb0 that's great! We should be able to add this behind a checkbox.
Investigate if the results window can easily be docked to the right, as a config setting. We'll need to think about what this means if we implement the expand/collapse feature.