You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
what will lead to inconsistencies in xray when importing the results. My only solution is: Just use 1 worker :-D
Is there a programmatic solution provided by you possible?
The text was updated successfully, but these errors were encountered:
LisBerndt
changed the title
Report inconsistency when using beforeAll and >1 workers
Report inconsistencies when using beforeAll and >1 workers
May 10, 2023
hmm in your code you're adding the test_key annotation twice for every test right? Therefore I would expect that each testcase in the XML report to have 2 properties with the name test_key. So, I think the XML is correct for the code above, unless I missed something.
The problem, in my perspective, is that we're adding the same annotation multiple times; it should be only once.
hmm in your code you're adding the test_key annotation twice for every test right? Therefore I would expect that each testcase in the XML report to have 2 properties with the name test_key. So, I think the XML is correct for the code above, unless I missed something. The problem, in my perspective, is that we're adding the same annotation multiple times; it should be only once.
No problem with the xml; it's only about the workers issue...
When using beforeAll like this with more than one worker:
the report will look like this:
what will lead to inconsistencies in xray when importing the results. My only solution is: Just use 1 worker :-D
Is there a programmatic solution provided by you possible?
The text was updated successfully, but these errors were encountered: