3,776 Commits over 547 Days - 0.29cph!
▉▍▌▄▍▋██▇ ▅▊ ▍▅▄▍▄▉▍▌▆▉▇▍ ▊▋▆ ▉▊▌▋▆▄▋▌▌
█▇ ▆▅█ ▊▉▌▆ ▄▇▊█▅ ▄▍▄▋▇▋▅▍▆▆▊ ▆▌ ▊▊▌ ▊▆▇▅█▋▆ ▌▇▊▄▉ ▊▉▇▉, ▄▉▌▌ ▆▆▇▄ ▋▉▅▄ █▆▋▍ ▆▇▇ ▄▇ ▆▊▇▋▆▇ ▋▋▊▇▊
▍▅▅▇ ▌▋▊▇▍▆ █▍▉ ▆▇▅▌▅▆▇▅▆ ▆▌▌█▅▍▌▉ ▇▄▅█▅ ▇▄ █▅█▋▄ ▅▄▌▊ ▋▉▍▅▍▊
merge from hackweek_automatedtesting
Added seismic sensor tests
Few turret tests fixes
Fixed error when running async test method with more than one TestMethodAsync attribute
Fixed test runner still considered as busy after finishing the test run
merge from hackweek_automatedtesting
merge from hackweek_automatedtesting
More turret test coverage
Make sure to clear all fixtures testqueue when cancelling a test run
merge from hackweek_automatedtesting
merge from console_history_playerprefs
Save console command history in player prefs, so it persists in between sessions
merge from hackweek_automatedtesting
Added testrunner.isbusy command, returns { isBusy = true/false } when running tests/not running tests
Added testrunner.getlastresult command
returns the last test result json
merge from hackweek_automatedtesting
Fixed rocket tests false negatives
Scene
Added the test scene to the scene menu
Added a new scene for automated tests
merge from hackweek_automatedtesting
Fixed RocketTests assert throw
merge from hackweek_automatedtesting
XORSwitch tests
Another attempt at fixing list loading
merge from hackweek_automatedtesting
Test list loading fix attempt
Added changeset number, branch name and UTC time to the test results
runcategory command can take multiple categories
merge from hackweek_automatedtesting
merge from hackweek_automatedtesting
Editor compile fixes, removed direct reference to dynamic parameters
Load the test list from asset bundles
merge from hackweek_automatedtesting
Removed rocket scenarios parameter codegen, not needed anymore
Restored rocket tests that required editor stuff to run
Test methods can now have more than one parameters
Updated all tests attributes
TestListExporter now serializes all test parameters and put them in the json
Tests with dynamic parameters no longer need to retrieve them at runtime
- so we can now use editor code to set tests dynamic parameters
- tests will execute faster
also added TestDescription attribute
merge from hackweek_automatedtesting
Removed nunit dependency in ServerProjectileTestSpawner