userFlaviencancel
branchrust_reboot/main/automated_testingcancel

84 Commits over 153 Days - 0.02cph!

10 Days Ago
Fixed the test list CI ordering issues
10 Days Ago
allNonGlobalBaseEntityPrefabs just look for the GlobalBroadcast label, saves 10s
10 Days Ago
Memoized the test paremeters resolution, so we aren't resolving the same parameters multiple times when many tests are using the same source
10 Days Ago
merge from main
52 Days Ago
Better log for the test list step when building the bundles
52 Days Ago
Building the server bundles now exports the test list
52 Days Ago
Fixed prefabs with cursed YAML, failing some tests
52 Days Ago
Added a safeguard for TestScenario out of range errors
4 Months Ago
Moved server block in TestScenario_RocketSplashDamage
4 Months Ago
Don't catch exceptions in WrapTestAsCoroutine
4 Months Ago
Wire tool tests
4 Months Ago
Fixed ParameterDisplayName not being populated correctly in test resutls
4 Months Ago
Test result stacktraces are now populated correctly with captured errors
4 Months Ago
Added SpawnPrefab in RustTestFixture, similar to SpawnEntity but for prefabs
4 Months Ago
merge from automated_testing/raid_recorder
4 Months Ago
merge from main
4 Months Ago
Fixed automated test prefabs being shipped to the client bundles
4 Months Ago
merge from main
4 Months Ago
Fixed TestRunnerWindow error when opening foldouts CTRL + Click on an asset path parameter pings the asset in the project window Added to right click context menu too
4 Months Ago
Better logging on RustTestFixture::SpawnEntity
4 Months Ago
Fixed OOB error on testscenario_rocketsplash5_turretpod
4 Months Ago
merge from automated_testing/export_optims
4 Months Ago
Forgot to refresh the test list
4 Months Ago
Triangle bug splash test fixes Moved one turretpod case to trianglebug
4 Months Ago
merge from main
4 Months Ago
merge from automated_testing/raiding
4 Months Ago
Fixed raiding tests CI filtering Test lists
4 Months Ago
Fixed flacky raiding tests Rockets spawned by ServerProjectileTestSpawner were moving during the WaitUntilAllSpawned
4 Months Ago
Fixed CI testlist loading
4 Months Ago
Didnt save
4 Months Ago
Flagged tests that need to be ignored by CI
4 Months Ago
Batchmode testrunner is now using a dedicated CI testlist by default, can be overriden with any testlist by adding a path to the +autotest command line CI testlist is generated when we generate the regular test list Tests can be excluded from CI with the ExcludeFromCI attribute Test parameter can be filtered too with FilterForCI in TestParameterSource
4 Months Ago
merge from main
4 Months Ago
Test list
4 Months Ago
Moved cooking tests out of if UNITY_EDITOR Renamed the tests
4 Months Ago
CI testlist
4 Months Ago
Excluded some prefabs from BaseCombatEntity tests Test list
4 Months Ago
Test list
4 Months Ago
Sprinkler tests cleanup and fixes
4 Months Ago
Auto turret target death and item giving fixes
4 Months Ago
Skip items that have already been removed in RustTestFixture::KillSpawnedItems
4 Months Ago
Include AutomatedTests prefabs in the bundles
4 Months Ago
Make sure vehicles have mount points in TestAutoTurret.PlayerMountedToArmoredVehicle_PlayerNotTargeted
4 Months Ago
More turret tests fixes, added debug convar to suppress randomness in the tick invokes Reworked PlayerMountedToVehicle_PlayerTargeted
4 Months Ago
Autoturret tests cleanup and fixes
4 Months Ago
merge from main
4 Months Ago
Wait for Application.isLoading to be false before starting test on cold boot and batch mode SendNetworkUpdate early returns when Rust.Application.isLoading is true
4 Months Ago
Added +autotest command line arguments for server batchmode test runs
4 Months Ago
TestGuns maintenance
4 Months Ago
Any errors logged during a test now fail the test, can be bypassed with the AllowsLoggedErrors attribute Also try catch exceptions in WaitUntilWithTimeout and AssertTrueForDuraton and fail the test