You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The panel is 80% working now. There's still some bugs/polish needed but you can run the suite/script/inner-class/single-test and the Results Tree is now working as it should.
General
Running based on cursor position is broke currently
Sync clicks toggle for Text box and script does not appear to work
Setting Runner Font not working.
None of the tooltips appear to be showing.
Shortcuts
Keyboard Shortcuts cannot be set.
Shortcuts dialog is tiny at first, should not be resizable.
Settings
Post-Run and Pre-Run Hook open file buttons don't work
Settings panel is tiny, should have a minimum size when shown.
Output Panel
Cannot copy Output Text.
Text output search does not work.
Syntax highlighting toggle for the Text Output is reversed.
Setting font for Output text not working.
Setting font size for Output text not working.
Text colors needs some work.
Results Tree
Script entry should include counts of all Inner Classes.
Results should only include Inner Classes that were run.
Clicking on method names in the Test Result Tree takes you to the top of the file.
Green indicator for Test Result Tree is missing
Including passed tests toggle takes 3 clicks to enable.
Clicking on a test (and probably a inner class) for a file that is not open will take you to the top of the file in the editor. If you click an assert with a line number then it will go to the line. Once the file is open, clicking on nodes in the tree acts normally. This is a strong indicator that an await is probably needed between opening the file and searching for text. Especially since an assert with a line number always works.
The text was updated successfully, but these errors were encountered:
The panel is 80% working now. There's still some bugs/polish needed but you can run the suite/script/inner-class/single-test and the Results Tree is now working as it should.
General
Shortcuts
Settings
Output Panel
Text colors needs some work.Results Tree
await
is probably needed between opening the file and searching for text. Especially since an assert with a line number always works.The text was updated successfully, but these errors were encountered: