protractor-junit-flake
Version:
A wrapper for protractor to automatically re-run failed tests for a specific number of attempts
79 lines (75 loc) • 3.84 kB
Plain Text
[launcher] Running 2 instances of WebDriver
F.
------------------------------------
[chrome #01] PID: 33973
[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] Failures:
[chrome #01]
[chrome #01] 1) Scenario: Another flakey scenario - test/e2e/features/functional/another.flakey.feature:6
[chrome #01] Step: Then another flakey integration test fails, in a horribly consistent manner - test/e2e/features/functional/another.flakey.feature:7
[chrome #01] Step Definition: test/e2e/step_definitions/functional.steps.js:62
[chrome #01] Message:
[chrome #01] AssertionError: expected true to equal false
[chrome #01] at World.<anonymous> (/Users/wswebcreation/test/e2e/step_definitions/functional.steps.js:63:32)
[chrome #01] at doNTCallback0 (node.js:428:9)
[chrome #01] at process._tickCallback (node.js:357:13)
[chrome #01]
[chrome #01] 2 scenarios (1 failed, 1 passed)
[chrome #01] 2 steps (1 failed, 1 passed)
[chrome #01] 0m00.360s
[launcher] 1 instance(s) of WebDriver still running
FF
------------------------------------
[firefox #11] PID: 33974
[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] Failures:
[firefox #11]
[firefox #11] 1) Scenario: Another flakey scenario - test/e2e/features/functional/another.flakey.feature:6
[firefox #11] Step: Then another flakey integration test fails, in a horribly consistent manner - test/e2e/features/functional/another.flakey.feature:7
[firefox #11] Step Definition: test/e2e/step_definitions/functional.steps.js:62
[firefox #11] Message:
[firefox #11] AssertionError: expected true to equal false
[firefox #11] at World.<anonymous> (/Users/wswebcreation/test/e2e/step_definitions/functional.steps.js:63:32)
[firefox #11] at doNTCallback0 (node.js:428:9)
[firefox #11] at process._tickCallback (node.js:357:13)
[firefox #11]
[firefox #11] 2) Scenario: A flakey scenario - test/e2e/features/functional/flakey.feature:6
[firefox #11] Step: Then a flakey integration test fails, in a horribly consistent manner - test/e2e/features/functional/flakey.feature:7
[firefox #11] Step Definition: test/e2e/step_definitions/functional.steps.js:56
[firefox #11] Message:
[firefox #11] AssertionError: expected true to equal false
[firefox #11] at World.<anonymous> (/Users/wswebcreation/test/e2e/step_definitions/functional.steps.js:59:32)
[firefox #11] at doNTCallback0 (node.js:428:9)
[firefox #11] at process._tickCallback (node.js:357:13)
[firefox #11]
[firefox #11] 2 scenarios (2 failed)
[firefox #11] 2 steps (2 failed)
[firefox #11] 0m00.202s
[launcher] 0 instance(s) of WebDriver still running
[launcher] chrome #01 failed 1 test(s)
[launcher] firefox #11 failed 2 test(s)
[launcher] overall: 3 failed spec(s)
[launcher] Process exited with error code 1
>>
Warning: Tests failed, protractor exited with code: 1 Use --force to continue.
Aborted due to warnings.