Skip to content

Commit

Permalink
added note about timeouts to debug command
Browse files Browse the repository at this point in the history
refs #958
  • Loading branch information
christian-bromann committed Jan 5, 2016
1 parent 3fe5584 commit 3742035
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/commands/debug.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
* This command helps you to debug your integration tests. It stops the running queue and gives
* you time to jump into the browser and check the state of your application (e.g. using the
* dev tools). Once you are done go to the command line and press Enter.
*
* Make sure you increase the timeout property of your test framework your are using (e.g. Mocha
* or Jasmine) in order to prevent the continuation due to a test timeout.
*
* <example>
:debug.js
Expand Down

0 comments on commit 3742035

Please sign in to comment.