branchrust_reboot/main/testrunner_windowcancel
19 Commits over 31 Days - 0.03cph!
Added a button to export and refresh the test list
Speed up test list export by only looking for types starting with "Test"
Added search bar and failed/passed filtering
Added progress bar, some layout changes
TestRunner can return its progress at anytime when running tests
Can run tests using the window when out of playmode, clicking run will start playmode and run the selected tests when possible
Ground work for the future dashboard implementation
Fixed NRE when no results are loaded
Fixed Clear Result button not working
Load default test list path by default
Tweaked detail panel label styling
Fixed run test from json ignoring test parameters
Added detail panel, can select tests to read their description and result message
Cache all the data instead of parsing everything in OnGUI
Some cleanup
Test runner window automatically loads the last results after a test suite has finished
Can run tests from the window
First pass of test runner editor window, still wip