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
Output from your test suite
I am executing command npm run NonAngularTest and this should execute only NonAngularTest testsuite that contains only 1 test file but it in actual case it is executing all the test files mentioned in the suites in Protractor configuration file i.e nonAngularTest.js and calculatorTest.js but is should execute only nonAngularTest.js .
Please have a look and provide the solution.
Thanks!!!
The text was updated successfully, but these errors were encountered:
Tests will not re-run properly (all tests will run each time) if you use a custom reporter that does not log stacktraces for failed tests. For example, if you are using jasmine-spec-reporter with Jasmine 2.0, make sure to set displayStacktrace: 'specs' or displayStacktrace: 'all'.
Hi,
I'm commenting because I'm affected by this. @tymfear, I don't think your answer addressed the question: this is not about retrying, but about running a single suite.
Using --suite with protractor-flake still runs all e2e tests.
Do you know if it's possible to run a single suite?
Hi
I am executing command
npm run NonAngularTest
and this should execute only NonAngularTest testsuite that contains only 1 test file but it in actual case it is executing all the test files mentioned in the suites inProtractor configuration file
i.e nonAngularTest.js and calculatorTest.js but is should execute only nonAngularTest.js .Please have a look and provide the solution.
Thanks!!!
The text was updated successfully, but these errors were encountered: