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
Add OmitSuiteSetupNodes to JunitReportConfig (#1147)
* Add OmitSuiteSetupNodes to JunitReportConfig
This commit adds a new option to the JunitReportConfig that when
enabled prevents the creation of testcase entries for setup nodes
in the JUnit report.
fix#1145
* Add unit test for the OmitSuiteSetupNodes feature
Added a dummy BeforeSuite spec to validate that with the
new OmitSuiteSetupNodes option, the generated JUnit report is
omitting this spec and not displaying it as one of the testcases.
fix#1145
0 commit comments