We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In my test suite (Citrus 2.7.1, XML tests), I have disabled some tests via
Citrus 2.7.1
<status>DISABLED</status>
As expected, they are skipped by Citrus (not by TestNG or JUnit!):
17:27:15,038 INFO citrus.Citrus| CITRUS TEST RESULTS 17:27:15,038 INFO citrus.Citrus| 17:27:15,039 INFO citrus.Citrus| IT_001_xxxxxxxxxxxxxxxxxxxxxxxxxxxx ............................ SKIPPED 17:27:15,039 INFO citrus.Citrus| IT_002_xxxxxxxxxxxxxxxxxx ...................................... SKIPPED 17:27:15,039 INFO citrus.Citrus| IT_003_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx ..................... SKIPPED 17:27:15,039 INFO citrus.Citrus| IT_004_xxxxxxxxxxxxxxxxx ....................................... SUCCESS 17:27:15,039 INFO citrus.Citrus| IT_005_xxxxxxxxxxxxxx .......................................... SKIPPED 17:27:15,039 INFO citrus.Citrus| IT_006_xxxxxxxxxxxxxxxxxxxxxxxx ................................ SKIPPED 17:27:15,039 INFO citrus.Citrus| IT_007_xxxxxxxxxxxxxx .......................................... SUCCESS 17:27:15,039 INFO citrus.Citrus| IT_009_xxxxxxxxxxxxxxxxxx ...................................... SUCCESS 17:27:15,039 INFO citrus.Citrus| IT_010_xxxxxxxxxxxxxxxxxxxxxxxxxxx ............................. SUCCESS 17:27:15,039 INFO citrus.Citrus|
However, the Citrus Admin UI show the tests as successfully executed. It obviously only parses the TestNG/JUnit results.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Problem
In my test suite (
Citrus 2.7.1
, XML tests), I have disabled some tests viaAs expected, they are skipped by Citrus (not by TestNG or JUnit!):
However, the Citrus Admin UI show the tests as successfully executed. It obviously only parses the TestNG/JUnit results.
The text was updated successfully, but these errors were encountered: