userFlaviencancel
reporust_rebootcancel

5,618 Commits over 762 Days - 0.31cph!

12 Months Ago
Removed rocket scenarios parameter codegen, not needed anymore
12 Months Ago
Restored rocket tests that required editor stuff to run
12 Months Ago
Test methods can now have more than one parameters Updated all tests attributes
12 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
12 Months Ago
Removed nunit dependency in ServerProjectileTestSpawner
12 Months Ago
merge from main
12 Months Ago
merge from doorcontroller_drain_fix
12 Months Ago
Editor stuff in editor folders.... Comments
12 Months Ago
Fixed copypaste loading: convert them to a BaseScriptableObject on import, so we can load them from asset bundles in builds
12 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
12 Months Ago
Better fail message for blocker and door controller tests
12 Months Ago
▉▋█▇██ ▅ ▇█▄ ▋▉▊▌▆▇ ▇▋▌▅▊▅ ▍▍▆▇ ▍▉█▆▄▌▊▉▇▅ ▅▋██▉▉█▋ ▉▌▄▆ ▋▆█ ▌▆▍██▌▉▄▅▉▊▍▆▍▍▍▅▉▅▅▊▆▇▉▄▊▆██▆▊▋▅▋▆▊▊▄▌▇▊▊▇▍▌▊▆▋▉▍▍▋▊▅▌▊▌
12 Months Ago
Removed nunit.framework refs
12 Months Ago
nunit.framework preserve in link.xml
12 Months Ago
Fixed manifest failing to generate when we have any other define symbols than CLIENT SERVER
12 Months Ago
Added UNITY_INCLUDE_TESTS to the define symbols so nunit assembly are present in the build
12 Months Ago
Fixed test runner not loading the test list correctly
12 Months Ago
Fixed test list export failing on startup
12 Months Ago
More compile fixes Export test list in server directory
12 Months Ago
Disabled tests relying on editor AssetDabase for now
12 Months Ago
Compile fixes again
12 Months Ago
merge from main
12 Months Ago
Compile fix
12 Months Ago
Added support for custom path when loading copypaste files Pushed all the test related copypaste files in the project
12 Months Ago
Compile fixes
12 Months Ago
Kill all debris in TestRockets TearDown Cleanup and fixes
12 Months Ago
Added support for multiple rocket fire angles and positions per scenario Test cases codegen
12 Months Ago
More rocket splash test scenarios Improved the gizmos, refactoring
12 Months Ago
Improved server projectile trajectory prediction Folders
12 Months Ago
Door controller tests tweaks
12 Months 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
12 Months Ago
UI prefab setup
12 Months Ago
Added triangle and foundation splash bug tests, both failing
12 Months Ago
More rocket tests Refactoring
12 Months Ago
Changed the test results json structure
12 Months Ago
Rocket splash damage test
12 Months Ago
Rocket tests: fire rockets at all doors and building blocks (every grade, every skin) and verify that everything works
12 Months Ago
Nested coroutine tests support
12 Months Ago
Added parameter field in TestResultEntry Fixed empty testrunner run command erroring
12 Months Ago
Export test results in the server directory
12 Months Ago
Added cancel command, to cancel the current test run
12 Months Ago
Split server and client tests correctly into different folders Compile fixes
12 Months Ago
Generate json results after each test run Cleanup
1 Year Ago
Added TestListExporter, exporting all tests to a json file Refactored test runner to read from the master json list Added new commands: run tests from a json file, run all tests from a category
1 Year Ago
Better test result logging in the console Fixed sync tests not throwing caught exceptions
1 Year Ago
Door controller, blocker, branch, AND switch, OR switch tests cleanup
1 Year Ago
Fixed RidableHorse2.VehicleFixedUpdate server NRE
1 Year Ago
Faster and cleaner AND switch tests
1 Year Ago
Door controller server tests
1 Year Ago
Fixed some old failing tests New test utils, code cleanup