Add screenshots taken from Chrome

This commit is contained in:
Martin von Gagern
2015-06-22 19:35:56 +02:00
parent 5d155c75db
commit 6f65f685f3
39 changed files with 3 additions and 1 deletions

View File

@@ -31,6 +31,8 @@ manually. Example run for Firefox:
docker stop ${container}
docker rm ${container}
For Chrome, simply replace both occurrences of `firefox` with `chrome`.
## Use without docker
It is possible to run `screenshotter.js` without the use of Docker:

View File

@@ -8,7 +8,7 @@
# directly.
status=0
for browserTag in firefox:2.46.0; do
for browserTag in firefox:2.46.0 chrome:2.46.0; do
browser=${browserTag%:*}
image=selenium/standalone-${browserTag}
echo "Starting container for ${image}"