protractor-junit-flake
Version:
A wrapper for protractor to automatically re-run failed tests for a specific number of attempts
21 lines (17 loc) • 574 B
Plain Text
Using ChromeDriver directly...
[launcher] Running 1 instances of WebDriver
[31mF[0m
Failures:
1) a flakey integration test fails, in a horribly consistent manner
Message:
[31mExpected false to be truthy.[0m
Stacktrace:
Error: Failed expectation
at [object Object].<anonymous> (/tests/a-flakey.test.js:9:39)
Finished in 0.538 seconds
[31m1 test, 1 assertion, 1 failure
[0m
[launcher] 0 instance(s) of WebDriver still running
[launcher] chrome #1 failed 1 test(s)
[launcher] overall: 1 failed spec(s)
[launcher] Process exited with error code 1