userFlaviencancel
branchrust_reboot/main/hackweek_automatedtestingcancel

169 Commits over 518 Days - 0.01cph!

11 Months Ago
merge from main
11 Months Ago
▊▌▋▋▅▇ ▉▄▋▄ ▉▄▋▄▌▍▌▊▉▋▅
11 Months Ago
RF broadcaster and receiver tests Cleanup
11 Months Ago
Forgot the #if SERVER
11 Months Ago
Added seismic sensor tests Few turret tests fixes
11 Months Ago
Turret tests, cleanup
11 Months Ago
Fixed error when running async test method with more than one TestMethodAsync attribute
11 Months Ago
Fixed test runner still considered as busy after finishing the test run
11 Months Ago
Compile fix
11 Months Ago
More turret test coverage
11 Months Ago
Make sure to clear all fixtures testqueue when cancelling a test run
11 Months Ago
More auto turret tests
11 Months Ago
merge from main
11 Months Ago
Auto turret tests wip
11 Months Ago
testlist -> gettestlist
11 Months Ago
Minor test fixes
11 Months Ago
Added testrunner.isbusy command, returns { isBusy = true/false } when running tests/not running tests
11 Months Ago
Added testrunner.getlastresult command returns the last test result json
11 Months Ago
Fixed rocket tests false negatives Scene
11 Months Ago
Added the test scene to the scene menu
11 Months Ago
Added a new scene for automated tests
11 Months Ago
Electrical switch tests
11 Months Ago
Fixed RocketTests assert throw
11 Months Ago
XORSwitch tests Another attempt at fixing list loading
11 Months Ago
Test list loading fix attempt
11 Months Ago
Added changeset number, branch name and UTC time to the test results
11 Months Ago
runcategory command can take multiple categories
11 Months Ago
More compile fixes bs
11 Months Ago
Editor compile fixes, removed direct reference to dynamic parameters Load the test list from asset bundles
11 Months Ago
Cleanup, naming
11 Months Ago
Removed rocket scenarios parameter codegen, not needed anymore
11 Months Ago
Restored rocket tests that required editor stuff to run
11 Months Ago
Test methods can now have more than one parameters Updated all tests attributes
11 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
11 Months Ago
Removed nunit dependency in ServerProjectileTestSpawner
11 Months Ago
merge from main
11 Months Ago
Editor stuff in editor folders.... Comments
11 Months Ago
Fixed copypaste loading: convert them to a BaseScriptableObject on import, so we can load them from asset bundles in builds
11 Months Ago
Fixed testrunner.runall command Added testlist command, returning the server test list json Added current branch and changest in the test result filename
11 Months Ago
Better fail message for blocker and door controller tests
11 Months Ago
▉▋█▇██ ▅ ▇█▄ ▋▉▊▌▆▇ ▇▋▌▅▊▅ ▍▍▆▇ ▍▉█▆▄▌▊▉▇▅ ▅▋██▉▉█▋ ▉▌▄▆ ▋▆█ ▌▆▍██▌▉▄▅▉▊▍▆▍▍▍▅▉▅▅▊▆▇▉▄▊▆██▆▊▋▅▋▆▊▊▄▌▇▊▊▇▍▌▊▆▋▉▍▍▋▊▅▌▊▌
11 Months Ago
Removed nunit.framework refs
11 Months Ago
nunit.framework preserve in link.xml
11 Months Ago
Fixed manifest failing to generate when we have any other define symbols than CLIENT SERVER
11 Months Ago
Added UNITY_INCLUDE_TESTS to the define symbols so nunit assembly are present in the build
11 Months Ago
Fixed test runner not loading the test list correctly
11 Months Ago
Fixed test list export failing on startup
11 Months Ago
More compile fixes Export test list in server directory
11 Months Ago
Disabled tests relying on editor AssetDabase for now
11 Months Ago
Compile fixes again