userFlaviencancel
reporust_rebootcancel

3,742 Commits over 547 Days - 0.29cph!

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
5 Months Ago
merge from doorcontroller_drain_fix
5 Months Ago
merge from hackweek_automatedtesting
5 Months Ago
Editor stuff in editor folders.... Comments
5 Months Ago
merge from hackweek_automatedtesting
5 Months Ago
Fixed copypaste loading: convert them to a BaseScriptableObject on import, so we can load them from asset bundles in builds
5 Months Ago
merge from hackweek_automatedtesting
5 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
5 Months Ago
Better fail message for blocker and door controller tests
5 Months Ago
▉▋█▇█ █ ▅▇█ ▄▋▉▊▌▆ ▇▇▋▌▅▊ ▅▍▍▆ ▇▍▉█▆▄▌▊▉, ▇▅▅▋██▉▉ █▋▉▌ ▄▆▋ ▆█▌▆▍://██▌.▉▄▅▉▊.▍▆▍/▍/▍▅▉▅▅▊▆▇▉▄▊▆██▆▊/▋▅▋▆▊▊▄▌▇▊▊▇▍▌▊▆
5 Months Ago
merge from hackweek_automatedtesting
5 Months Ago
Removed nunit.framework refs
5 Months Ago
merge from hackweek_automatedtesting
5 Months Ago
nunit.framework preserve in link.xml
5 Months Ago
merge from hackweek_automatedtesting
5 Months Ago
Fixed manifest failing to generate when we have any other define symbols than CLIENT SERVER
5 Months Ago
merge from hackweek_automatedtesting
5 Months Ago
Added UNITY_INCLUDE_TESTS to the define symbols so nunit assembly are present in the build
5 Months Ago
merge from hackweek_automatedtesting
5 Months Ago
Fixed test runner not loading the test list correctly
5 Months Ago
merge from hackweek_automatedtesting
5 Months Ago
Fixed test list export failing on startup
5 Months Ago
merge from hackweek_automatedtesting
5 Months Ago
More compile fixes Export test list in server directory
5 Months Ago
merge from hackweek_automatedtesting
5 Months Ago
Disabled tests relying on editor AssetDabase for now
5 Months Ago
merge from hackweek_automatedtesting
5 Months Ago
Compile fixes again
5 Months Ago
merge from main
5 Months Ago
merge from hackweek_automatedtesting
5 Months Ago
Compile fix
5 Months Ago
merge from hackeek_automatedtesting
5 Months Ago
Added support for custom path when loading copypaste files Pushed all the test related copypaste files in the project
5 Months Ago
Compile fixes
5 Months Ago
Kill all debris in TestRockets TearDown Cleanup and fixes