protractor-junit-flake
Version:
A wrapper for protractor to automatically re-run failed tests for a specific number of attempts
44 lines (40 loc) • 1.5 kB
Plain Text
[launcher] Running 2 instances of WebDriver
..
------------------------------------
[chrome #01] PID: 34165
[chrome #01] Using the selenium server at http://localhost:4444/wd/hub
[chrome #01] Feature: More flake unit tests
[chrome #01]
[chrome #01] Scenario: Another flakey scenario
[chrome #01] Then another flakey integration test fails, in a horribly consistent manner
[chrome #01]
[chrome #01] Feature: Flake unit tests
[chrome #01]
[chrome #01] Scenario: A flakey scenario
[chrome #01] Then a flakey integration test fails, in a horribly consistent manner
[chrome #01]
[chrome #01] 2 scenarios (2 passed)
[chrome #01] 2 steps (2 passed)
[chrome #01] 0m00.007s
[launcher] 1 instance(s) of WebDriver still running
..
------------------------------------
[firefox #11] PID: 34166
[firefox #11] Using the selenium server at http://localhost:4444/wd/hub
[firefox #11] Feature: More flake unit tests
[firefox #11]
[firefox #11] Scenario: Another flakey scenario
[firefox #11] Then another flakey integration test fails, in a horribly consistent manner
[firefox #11]
[firefox #11] Feature: Flake unit tests
[firefox #11]
[firefox #11] Scenario: A flakey scenario
[firefox #11] Then a flakey integration test fails, in a horribly consistent manner
[firefox #11]
[firefox #11] 2 scenarios (2 passed)
[firefox #11] 2 steps (2 passed)
[firefox #11] 0m00.006s
[launcher] 0 instance(s) of WebDriver still running
[launcher] chrome #01 passed
[launcher] firefox #11 passed
Done.