userFlaviencancel

3,776 Commits over 547 Days - 0.29cph!

5 Months Ago
▄▆▉▆▇ ▉▍▍▉ █▇_▋▌▉▊▋_▍
5 Months Ago
▉▍▌▄▍▋██▇ ▅▊ ▍▅▄▍▄▉▍▌▆▉▇▍ ▊▋▆ ▉▊▌▋▆▄▋▌▌ █▇ ▆▅█ ▊▉▌▆ ▄▇▊█▅ ▄▍▄▋▇▋▅▍▆▆▊ ▆▌ ▊▊▌ ▊▆▇▅█▋▆ ▌▇▊▄▉ ▊▉▇▉, ▄▉▌▌ ▆▆▇▄ ▋▉▅▄ █▆▋▍ ▆▇▇ ▄▇ ▆▊▇▋▆▇ ▋▋▊▇▊ ▍▅▅▇ ▌▋▊▇▍▆ █▍▉ ▆▇▅▌▅▆▇▅▆ ▆▌▌█▅▍▌▉ ▇▄▅█▅ ▇▄ █▅█▋▄ ▅▄▌▊ ▋▉▍▅▍▊
5 Months Ago
merge from hackweek_automatedtesting
5 Months Ago
Forgot the #if SERVER
5 Months Ago
Added seismic sensor tests Few turret tests fixes
5 Months Ago
Turret tests, cleanup
5 Months Ago
Fixed error when running async test method with more than one TestMethodAsync attribute
5 Months Ago
Fixed test runner still considered as busy after finishing the test run
5 Months Ago
merge from hackweek_automatedtesting
5 Months Ago
Compile fix
5 Months Ago
merge from hackweek_automatedtesting
5 Months Ago
More turret test coverage
5 Months Ago
Make sure to clear all fixtures testqueue when cancelling a test run
5 Months Ago
merge from hackweek_automatedtesting
5 Months Ago
More auto turret tests
5 Months Ago
merge from main
5 Months Ago
merge from console_history_playerprefs
5 Months Ago
Save console command history in player prefs, so it persists in between sessions
5 Months Ago
Auto turret tests wip
5 Months Ago
testlist -> gettestlist
5 Months Ago
merge from hackweek_automatedtesting
5 Months Ago
Minor test fixes
5 Months Ago
Added testrunner.isbusy command, returns { isBusy = true/false } when running tests/not running tests
5 Months Ago
Added testrunner.getlastresult command returns the last test result json
5 Months Ago
merge from hackweek_automatedtesting
5 Months Ago
Fixed rocket tests false negatives Scene
5 Months Ago
Added the test scene to the scene menu
5 Months Ago
Added a new scene for automated tests
5 Months Ago
merge from hackweek_automatedtesting
5 Months Ago
Electrical switch tests
5 Months Ago
Fixed RocketTests assert throw
5 Months Ago
merge from hackweek_automatedtesting
5 Months Ago
XORSwitch tests Another attempt at fixing list loading
5 Months Ago
merge from hackweek_automatedtesting
5 Months Ago
Test list loading fix attempt
5 Months Ago
Added changeset number, branch name and UTC time to the test results
5 Months Ago
runcategory command can take multiple categories
5 Months Ago
merge from hackweek_automatedtesting
5 Months Ago
More compile fixes bs
5 Months Ago
merge from hackweek_automatedtesting
5 Months Ago
Editor compile fixes, removed direct reference to dynamic parameters Load the test list from asset bundles
5 Months Ago
Cleanup, naming
5 Months Ago
merge from hackweek_automatedtesting
5 Months Ago
Removed rocket scenarios parameter codegen, not needed anymore
5 Months Ago
Restored rocket tests that required editor stuff to run
5 Months Ago
Test methods can now have more than one parameters Updated all tests attributes
5 Months Ago
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
5 Months Ago
merge from hackweek_automatedtesting
5 Months Ago
Removed nunit dependency in ServerProjectileTestSpawner
5 Months Ago
merge from main