Skip to content

Commit 895bb02

Browse files
committed
A little info in the readme on the notify functionality.
1 parent f38f385 commit 895bb02

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,18 @@ newer.
2424

2525
lein doo {js-env} {build-id} {watch-mode}
2626

27+
lein doo {js-env} {build-id} {watch-mode} {notify} {change-only}
28+
2729
* `js-env` can be any `chrome`, `firefox`, `ie`, `safari`, `opera`,
2830
`slimer`, `phantom`, `node`, `rhino`, or `nashorn`. In the future it
2931
is planned to support `v8`, `jscore`, and others.
3032
* `watch-mode` (optional): either `auto` (default) or `once` which
3133
exits with 0 if the tests were successful and 1 if they failed.
34+
* `notify` (optional): specifies that
35+
[terminal notifier](https://github.com/julienXX/terminal-notifier)
36+
should be used to notify test run
37+
* `change-only` (optional): when `notify?` will only notify when there is
38+
a change in test status, e.g. from `OK` to `Failed`.
3239
* `build-id` is one of your `cljsbuild` profiles. For example `test` from:
3340

3441
```clj

0 commit comments

Comments
 (0)