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
The console shows the tests haven't been run but the xml says they were all executed.
I cloned https://github.com/mikedfunk/jasmine-example
Then I installed jasmine-junit-reporter
When I run jasmine --filter="^add suite should add two numbers$" --reporter=jasmine-junit-reporter then six tests run
When I run jasmine --filter="^add suite should add two numbers$" only one test runs
Expected Behavior
Only one test should run when executing jasmine --filter="^add suite should add two numbers$" --reporter=jasmine-junit-reporter
jasmine/jasmine#1785
The console shows the tests haven't been run but the xml says they were all executed.
I cloned https://github.com/mikedfunk/jasmine-example
Then I installed jasmine-junit-reporter
When I run jasmine --filter="^add suite should add two numbers$" --reporter=jasmine-junit-reporter then six tests run
When I run jasmine --filter="^add suite should add two numbers$" only one test runs
Expected Behavior
Only one test should run when executing jasmine --filter="^add suite should add two numbers$" --reporter=jasmine-junit-reporter
Current Behavior
Six tests are executed
Suite that reproduces the behavior (for bugs)
I cloned https://github.com/mikedfunk/jasmine-example
Then I installed jasmine-junit-reporter
Context
I'm trying to run a single or set of tests and have a junit output.
Your Environment
Version used: Jasmine 3.5.0
Operating System and version (desktop or mobile): Windows 10
Link to your project:https://github.com/mikedfunk/jasmine-example
The text was updated successfully, but these errors were encountered: