branchrust_reboot/main/testrunner_windowcancel

19 Commits over 31 Days - 0.03cph!

2 Months Ago
Minor button tweaks
2 Months Ago
Compile fixes
2 Months Ago
Added a button to export and refresh the test list Speed up test list export by only looking for types starting with "Test"
2 Months Ago
merge from main
2 Months Ago
Added search bar and failed/passed filtering
2 Months Ago
Minor TestRunner refacto
2 Months Ago
Added progress bar, some layout changes TestRunner can return its progress at anytime when running tests
2 Months Ago
Test list
2 Months Ago
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
2 Months Ago
merge from main
3 Months Ago
Fixed NRE when no results are loaded Fixed Clear Result button not working Load default test list path by default
3 Months Ago
Tweaked detail panel label styling
3 Months Ago
Fixed run test from json ignoring test parameters
3 Months Ago
Added detail panel, can select tests to read their description and result message
3 Months Ago
Test key caching
3 Months Ago
Cache all the data instead of parsing everything in OnGUI Some cleanup
3 Months Ago
Test runner window automatically loads the last results after a test suite has finished
3 Months Ago
Can run tests from the window
3 Months Ago
First pass of test runner editor window, still wip