Skip to content

Commit 50710a7

Browse files
committed
update docker doc
1 parent a7a9776 commit 50710a7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docker/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ A self-contained Docker image to run [BackstopJS](https://github.com/garris/Back
77
Features:
88

99
- [BackstopJS 3.x](https://github.com/garris/BackstopJS)
10+
- [Chrome-headless](https://www.google.com/chrome/browser/canary.html)
11+
- [CasperJS](http://casperjs.org/)
1012
- [PhantomJS](http://phantomjs.org/)
1113
- [SlimerJS](https://slimerjs.org/) (with Firefox ESR)
12-
- [CasperJS](http://casperjs.org/)
13-
- Chromium
1414

1515

1616
## Versions
@@ -25,7 +25,7 @@ Working directory is expected to be mounted at `/src` in the container.
2525

2626
```
2727
$ docker run --rm -v $(pwd):/src backstopjs/backstopjs --version
28-
BackstopJS v3.0.25
28+
BackstopJS v3.x.x
2929
```
3030

3131
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
3838

3939
```
4040
$ backstopjs --version
41-
BackstopJS v3.0.25
41+
BackstopJS v3.x.x
4242
```
4343

4444

0 commit comments

Comments
 (0)