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...
Comments (2)
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
- DownloadHandlerScript.CompleteContent is called twice when building for WebGL
- Scene view has Y coordinates of the Screen Position node flipped when some of the URP features are disabled
- Volumetric fog shader variants are missing from build when "Strict Shader Variant Matching" is disabled
- Unnecessary modifications clutter the Scene when using a RectTransform driven by a LayoutGroup in a Prefab
- Files in the target folder are deleted without a proper warning when building an iOS project
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("")]