Skip to content
This repository has been archived by the owner on Mar 22, 2024. It is now read-only.

Commit

Permalink
add missing options (#361)
Browse files Browse the repository at this point in the history
  • Loading branch information
lc512k committed Apr 19, 2016
1 parent a389f58 commit 8e1d510
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tasks/nightwatch.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,9 @@ module.exports = function (program, utils) {
task({
test: test,
env: options.env,
config: options.config

config: options.config,
retries: options.retries,
suiteRetries: options.suiteRetries
})
.catch(utils.exit);
});
Expand Down

0 comments on commit 8e1d510

Please sign in to comment.