userFlaviencancel
branchrust_reboot/main/hackweek_automatedtestingcancel

40 Commits over 245 Days - 0.01cph!

57 Minutes Ago
merge from main
25 Days Ago
Fixed ServerGib editor NRE
25 Days Ago
Better error message when RustTextFixture.SpawnEntity failed
25 Days Ago
Fixed FindPrefabPathsByLabel NRE
25 Days Ago
Added BaseCombatEntity tests, spawn and kill every BaseCombatEntity prefabs in the project
25 Days Ago
merge from main
43 Days Ago
Dropped gun test Cleanup
43 Days Ago
Cleaned up old tests
43 Days Ago
Added unloadweapons command
43 Days Ago
First pass of gun tests: deploy, aim, reload, fire, examine
44 Days Ago
Fixed ore tests following the recent hot spot changes
44 Days Ago
Ores test compile fix
44 Days Ago
merge from main
3 Months Ago
Added a very first pass of door controller tests using copypaste to load pre-built circuits
3 Months Ago
merge from main
3 Months Ago
merge from main
4 Months Ago
merge from main
5 Months Ago
Compile fix following merge
5 Months Ago
merge from main
7 Months Ago
merge from main
7 Months Ago
Only check the IO prefabs that need a main power slot
7 Months Ago
Added an editor test checking that all player IO prefabs have a main power slot input
7 Months Ago
merge fixes
7 Months Ago
merge from main
7 Months Ago
Merge from main
8 Months Ago
Code cleanup
8 Months Ago
Added more TreeLOD tests for bushes
8 Months Ago
Added TreeLOD tests
8 Months Ago
Added tree and ore gathering tests
8 Months Ago
Fixed a few flow issues when running multiple test fixtures one after the other
8 Months Ago
Added player movement tests: checking basic character controller features like walking, sprinting, jumping and crouching
8 Months Ago
Added collectible tests: spawn every collectible prefab in the game and check that they can be picked up
8 Months Ago
TestParameterSource field and property support
8 Months Ago
Added TestParameterSource attribute to allow dynamic parameter sources for tests
8 Months Ago
Improved test results formatting Added WaitUntilWithTimeout yield instruction
8 Months Ago
IO switch tests
8 Months Ago
Added first IO acceptance tests for AND switch, OR switch, electrical branch and blocker
8 Months Ago
Added RustTestFixture, which includes helpers to easily spawn and destroy entities Cleanup and naming
8 Months Ago
Added SetUp and TearDown methods executed before and after each test
8 Months Ago
Added a simple custom testing framework