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
If the first describe is the same for different specs, which should be startet in own browser session -there are some difficulties with generating XML-Reports.
#163
Closed
vinogradoff opened this issue
Mar 4, 2017
· 1 comment
then the junitresults.xml resp. junitresults-topic1.xml (depending on consolidateAll option beingtrue or false) is generated containing only the results of the last spec (spec2.js) run.
How can I get all the runs in my XML results?
The text was updated successfully, but these errors were encountered:
I have put the question on Stackoverflow, but perhaps that can be solved only through fix in the framework.
http://stackoverflow.com/questions/42591171/jasminereporter-junitxmlreporter-overwrites-the-results-of-the-run
My specs share the same first describes (the second is different) e.g.
spec1.js:
spec2.js:
which works fine if I run the both specs in the same browser like:
But as I want to restart the browser between runs of spec1.js and spec2.js with either:
or setting in capabilites:
then the
junitresults.xml
resp.junitresults-topic1.xml
(depending onconsolidateAll
option beingtrue
orfalse
) is generated containing only the results of the last spec (spec2.js) run.How can I get all the runs in my XML results?
The text was updated successfully, but these errors were encountered: