Skip to content

Commit 93cd108

Browse files
committed
Added usage
1 parent 1095f19 commit 93cd108

File tree

2 files changed

+21
-2
lines changed

2 files changed

+21
-2
lines changed

README.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,23 @@
11
ocular-drift
22
============
33

4-
automated visual testing
4+
Automated visual testing, work in progress.
5+
6+
7+
```
8+
Usage: ocular-drift [options]
9+
10+
Options:
11+
12+
-h, --help output usage information
13+
-V, --version output the version number
14+
-b, --build <build> browser stack build id
15+
-s, --session <session> browser stack session id
16+
-o, --output <output> output dir
17+
18+
Credentials:
19+
To supply crendentials for Browser stack you must export two environment variables
20+
$ export BROWSERSTACK_TOKEN=<your token>
21+
$ export BROWSERSTACK_USER=<your user>
22+
23+
```

ocular-drift.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ async.series([
150150
" table, th, td {" +
151151
" border: 1px solid red;" +
152152
" vertical-align: top;" +
153-
" text-align: left;" +
153+
" text-align: center;" +
154154
" }" +
155155
" </style>" +
156156
" <body>" +

0 commit comments

Comments
 (0)