Search Issue Tracker
Fixed in 2018.2.X
Fixed in 2017.4.X, 2018.1.X
Votes
10
Found in
2017.2.0b2
2017.3.1p1
Issue ID
1008728
Regression
Yes
[UnityTestRunner] -editorTestsFilter & -editorTestsCategories command line arguments don't work in batchmode
Steps to reproduce:
1. Extract attached project
2. Open Unity with arguments (Edits below)
3. Observe the TestResults file (TestResults-XXXXXXXXXXXXX) in the root directory of the project and see that it didn't run the specified test.
Tested with:
2018.1.0b6 - repro
2017.3.1p1 - repro
2017.2.1p2 - repro
2017.2.0f3 - repro
2017.2.0b4 - repro
2017.2.0b2 - repro
-----------------------
2018.2.0a2 (eef84ef17bdd) - no repro
2017.2.0b1 - no repro
2017.2.0a3 - no repro
2017.1.3p2 - no repro
5.6.4p4 - no repro
trunk
-----
2018.2.0a3 (a618e4) - no repro
error
-----
2018.2.0a3 (a0fbd7) never finishes running test...
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Animation Event marker is not placed on the current time of the timeline when using the “Add Event” button
- Editor crashes on vector_map<ConstantString,AssetBundle when using the LoadAssetAsync function
- Fetched files in Perforce are automatically added to the change list when they are serialized
- Water System is not rendering waves or ripples when using macOS M2
- [Android] Warning message “Exposed name does not exist: SFX (UnityEngine.AudioMixerGroup)“ when changing volume with audiomixer.setfloat()
DematicTeltov
Aug 14, 2018 13:49
Sorry, just small update. It's running all tests and it shows categories in the results report. But I expected it will run only requested category.
DematicTeltov
Aug 14, 2018 12:31
I tried with version 2018.2.3.12711 and it wasn't run any test.
Console Command:
.\Unity.exe -batchmode -runTests -projectPath "C:\MyProjectPath" -testResults "C:\TEMP\results.xml" -editorTestsCategories smoke -testPlatform playmode
Test attributes I'm using:
[UnityTest]
//[Category("PlaymodeTest")]
[Category("smoke")]
[Test, Timeout(10000)]
[TestCase("A1", ExpectedResult = null)]
[TestCase("a1", ExpectedResult = null)]
[TestCase("11", ExpectedResult = null)]
[TestCase("!@#$%^&*()", ExpectedResult = null)]
[Description("")]