Skip to content

Commit

Permalink
docs: remove information about 'SUITE_FAIL' event
Browse files Browse the repository at this point in the history
  • Loading branch information
eGavr committed Apr 25, 2017
1 parent 11a6b43 commit 42cc344
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,6 @@ Event | Description
`SESSION_END` | Will be triggered after the browser session ends. If a handler returns a promise, tests will be executed only after the promise is resolved. The handler accepts an instance of webdriverIO as the first argument and an object with a browser identifier as the second.
`SUITE_BEGIN` | Test suite is about to execute.
`SUITE_END` | Test suite execution is finished.
`SUITE_FAIL` | Suite failed. For instance, the `before` hook failed or a browser cannot be launched (in fact, browsers are launched in `before` hook implicitly in the core of `hermione`).
`TEST_BEGIN` | Test is about to execute.
`TEST_END` | Test execution is finished.
`TEST_PASS` | Test passed.
Expand Down

0 comments on commit 42cc344

Please sign in to comment.