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
In this case protractor-flake will read the console log and will see that failing.example.spec.js is failing. It will then collect the path in which the spec is stored and offers it again to Protractor. It can't offer only the 2 failing tests in failing.example.specs.js (you can't also do this manual unless you adjust the spec-file) because it (currently) can't determine which specific test failed.
It is possible in protractor to run specific tests within files
angular/protractor#164
The text was updated successfully, but these errors were encountered: