Skip to content

Commit

Permalink
README: add customTheme option
Browse files Browse the repository at this point in the history
  • Loading branch information
kontrollanten committed Jan 14, 2018
1 parent f1e8c88 commit 61a7364
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,10 @@ then use the `--reporter` option like `./nightwatch --reporter ./html-reporter.j
This should match a directory under the lib/themes directory. */
themeName: 'default',

/* Relative path to custom theme. When this is given,
`themeName` will be ignored. */
customTheme: 'relative/path/to/theme.pug',

/* If true then only errors will be shown in the report. */
hideSuccess: false,

Expand Down

0 comments on commit 61a7364

Please sign in to comment.