File tree 1 file changed +4
-4
lines changed 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -7,10 +7,10 @@ A self-contained Docker image to run [BackstopJS](https://github.com/garris/Back
7
7
Features:
8
8
9
9
- [ BackstopJS 3.x] ( https://github.com/garris/BackstopJS )
10
+ - [ Chrome-headless] ( https://www.google.com/chrome/browser/canary.html )
11
+ - [ CasperJS] ( http://casperjs.org/ )
10
12
- [ PhantomJS] ( http://phantomjs.org/ )
11
13
- [ SlimerJS] ( https://slimerjs.org/ ) (with Firefox ESR)
12
- - [ CasperJS] ( http://casperjs.org/ )
13
- - Chromium
14
14
15
15
16
16
## Versions
@@ -25,7 +25,7 @@ Working directory is expected to be mounted at `/src` in the container.
25
25
26
26
```
27
27
$ docker run --rm -v $(pwd):/src backstopjs/backstopjs --version
28
- BackstopJS v3.0.25
28
+ BackstopJS v3.x.x
29
29
```
30
30
31
31
You can also add a shell alias (in ` .bashrc ` , ` .zshrc ` , etc.) for convenience.
@@ -38,7 +38,7 @@ Restart your shell or open a new one, then
38
38
39
39
```
40
40
$ backstopjs --version
41
- BackstopJS v3.0.25
41
+ BackstopJS v3.x.x
42
42
```
43
43
44
44
You can’t perform that action at this time.
0 commit comments