2,711 Commits over 456 Days - 0.25cph!
merge from hackweek_automatedtesting
Added UNITY_INCLUDE_TESTS to the define symbols so nunit assembly are present in the build
merge from hackweek_automatedtesting
Fixed test runner not loading the test list correctly
merge from hackweek_automatedtesting
Fixed test list export failing on startup
merge from hackweek_automatedtesting
More compile fixes
Export test list in server directory
merge from hackweek_automatedtesting
Disabled tests relying on editor AssetDabase for now
merge from hackweek_automatedtesting
merge from hackweek_automatedtesting
merge from hackeek_automatedtesting
Added support for custom path when loading copypaste files
Pushed all the test related copypaste files in the project
Kill all debris in TestRockets TearDown
Cleanup and fixes
Added support for multiple rocket fire angles and positions per scenario
Test cases codegen
More rocket splash test scenarios
Improved the gizmos, refactoring
Improved server projectile trajectory prediction
Folders
Door controller tests tweaks
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
Added triangle and foundation splash bug tests, both failing
More rocket tests
Refactoring
Changed the test results json structure
Rocket splash damage test
Rocket tests: fire rockets at all doors and building blocks (every grade, every skin) and verify that everything works
Nested coroutine tests support
Added parameter field in TestResultEntry
Fixed empty testrunner run command erroring
Export test results in the server directory
Added cancel command, to cancel the current test run
Split server and client tests correctly into different folders
Compile fixes
Generate json results after each test run
Cleanup
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
Better test result logging in the console
Fixed sync tests not throwing caught exceptions
Door controller, blocker, branch, AND switch, OR switch tests cleanup
Fixed RidableHorse2.VehicleFixedUpdate server NRE
Faster and cleaner AND switch tests
Door controller server tests
Fixed some old failing tests
New test utils, code cleanup
Fixed door controller side inputs adding active usage to batteries
When mapping the circuit to calculate the drain, do not consider the device connected to the door controller output if we're coming from a side input
Fixed the exact same bug with industrial conveyors
Tweaked static ballista deploy volumes and dismount pos
Added new dismount pos to the mounted ballista so it can be mounted when aiming upwards on uneven terrain
Static ballista mount/dismount sounds
merge from main/horse2_fixes/handling