File tree Expand file tree Collapse file tree 2 files changed +21
-2
lines changed Expand file tree Collapse file tree 2 files changed +21
-2
lines changed Original file line number Diff line number Diff line change 1
1
ocular-drift
2
2
============
3
3
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
+ ```
Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ async.series([
150
150
" table, th, td {" +
151
151
" border: 1px solid red;" +
152
152
" vertical-align: top;" +
153
- " text-align: left ;" +
153
+ " text-align: center ;" +
154
154
" }" +
155
155
" </style>" +
156
156
" <body>" +
You can’t perform that action at this time.
0 commit comments