Serenity shows 0 tests run in its report. #3254
Unanswered
DianArrieta
asked this question in
Q&A
Replies: 2 comments
-
May not be related, but what worked for me at a similar issue was stopping gradle before running the tests. |
Beta Was this translation helpful? Give feedback.
0 replies
-
duplicate scenario or feature description can cause this issue .run below command to check for any duplication.Removing duplication should resolve report issue to run feature in sequence you can use below config |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When I run the tests, the report shows 0 tests run, it only works if I run the tests in parallel.
How can I run the tests sequentially? How should it be configured?
Mu runner file:
My junit-platform.properties file:
I tried to set cucumber.execution.parallel.enabled=true to 'false' but it didn't work
Beta Was this translation helpful? Give feedback.
All reactions