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
- Crash on GUIState::BeginOnGUI when a Node is opened in a custom graph editor in Play Mode
- USS selector is duplicated when it is added to an element, the action is undone, and then another selector is clicked
- Text and dropdown icon are not aligned in UI Toolkit Samples
- [RenderGraph] SSAO pass in URP RenderGraph uses DontCare flag after changing the Render Scale resulting in a black screen or artifacts
- Player with IL2CPP Scripting Backend crashes when calling Application.Quit() while a thread is running
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("")]