Skip to content

Commit

Permalink
docs(helpers): add afterSuite and beforeSuite hook to documentation h…
Browse files Browse the repository at this point in the history
…elper
  • Loading branch information
NightHawk14 committed Jul 21, 2016
1 parent b53734d commit 5981873
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/helpers.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,8 @@ Implement corresponding methods to them.
* `_before` - before a test
* `_beforeStep` - before each step
* `_afterStep` - after each step
* `_beforeSuite` - before each suite (Protractor and SeleniumWebdriver only)
* `_afterSuite` - after each suite (Protractor and SeleniumWebdriver only)

Each implemented method should return a value as they will be added to global promise chain as well.

Expand Down

0 comments on commit 5981873

Please sign in to comment.