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
Then these test results will not be included in the XML file produced by the JUnit reporter package. The tests still run and can fail, so this format seems to be supported by the testing library without issue!
These tests will start being included in the report as soon as you wrap them in a describe block. Would it be possible to make it so the JUnit reporter can detect these tests that are not inside of a describe block?