userFlaviencancel

6,034 Commits over 790 Days - 0.32cph!

1 Year Ago
testlist -> gettestlist
1 Year Ago
Minor test fixes
1 Year Ago
Added testrunner.isbusy command, returns { isBusy = true/false } when running tests/not running tests
1 Year Ago
Added testrunner.getlastresult command returns the last test result json
1 Year Ago
Fixed rocket tests false negatives Scene
1 Year Ago
Added the test scene to the scene menu
1 Year Ago
Added a new scene for automated tests
1 Year Ago
Electrical switch tests
1 Year Ago
Fixed RocketTests assert throw
1 Year Ago
XORSwitch tests Another attempt at fixing list loading
1 Year Ago
Test list loading fix attempt
1 Year Ago
Added changeset number, branch name and UTC time to the test results
1 Year Ago
runcategory command can take multiple categories
1 Year Ago
More compile fixes bs
1 Year Ago
Editor compile fixes, removed direct reference to dynamic parameters Load the test list from asset bundles
1 Year Ago
Cleanup, naming
1 Year Ago
Removed rocket scenarios parameter codegen, not needed anymore
1 Year Ago
Restored rocket tests that required editor stuff to run
1 Year Ago
Test methods can now have more than one parameters Updated all tests attributes
1 Year 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
1 Year Ago
Removed nunit dependency in ServerProjectileTestSpawner
1 Year Ago
merge from main
1 Year Ago
merge from doorcontroller_drain_fix
1 Year Ago
Editor stuff in editor folders.... Comments
1 Year Ago
Fixed copypaste loading: convert them to a BaseScriptableObject on import, so we can load them from asset bundles in builds
1 Year Ago
Fixed testrunner.runall command Added testlist command, returning the server test list json Added current branch and changest in the test result filename
1 Year Ago
Better fail message for blocker and door controller tests
1 Year Ago
▉▋█▇██ ▅ ▇█▄ ▋▉▊▌▆▇ ▇▋▌▅▊▅ ▍▍▆▇ ▍▉█▆▄▌▊▉▇▅ ▅▋██▉▉█▋ ▉▌▄▆ ▋▆█ ▌▆▍██▌▉▄▅▉▊▍▆▍▍▍▅▉▅▅▊▆▇▉▄▊▆██▆▊▋▅▋▆▊▊▄▌▇▊▊▇▍▌▊▆▋▉▍▍▋▊▅▌▊▌
1 Year Ago
Removed nunit.framework refs
1 Year Ago
nunit.framework preserve in link.xml
1 Year Ago
Fixed manifest failing to generate when we have any other define symbols than CLIENT SERVER
1 Year Ago
Added UNITY_INCLUDE_TESTS to the define symbols so nunit assembly are present in the build
1 Year Ago
Fixed test runner not loading the test list correctly
1 Year Ago
Fixed test list export failing on startup
1 Year Ago
More compile fixes Export test list in server directory
1 Year Ago
Disabled tests relying on editor AssetDabase for now
1 Year Ago
Compile fixes again
1 Year Ago
merge from main
1 Year Ago
Compile fix
1 Year Ago
Added support for custom path when loading copypaste files Pushed all the test related copypaste files in the project
1 Year Ago
Compile fixes
1 Year Ago
Kill all debris in TestRockets TearDown Cleanup and fixes
1 Year Ago
Added support for multiple rocket fire angles and positions per scenario Test cases codegen
1 Year Ago
More rocket splash test scenarios Improved the gizmos, refactoring
1 Year Ago
Improved server projectile trajectory prediction Folders
1 Year Ago
Door controller tests tweaks
1 Year Ago
Prefab test scenario system (very wip) - Allow us to create more complex tests that aren't practical to write entirely by code - Scenario prefabs placed in the correct folders are automatically added to the test list - Added scenario prefabs loading copy pasted bases and firing rockets at specific hand-placed points, checking that the health of every building block is correct
1 Year Ago
UI prefab setup
1 Year Ago
Added triangle and foundation splash bug tests, both failing
1 Year Ago
More rocket tests Refactoring