You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 30, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+10-5Lines changed: 10 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,8 +45,8 @@ This project is normally tested in the last version of Docker and docker-compose
45
45
To figure out the currently used specific versions it surely works on,
46
46
see file [.travis.yml](./.travis.yml) example values:
47
47
48
-
docker --version #=> 1.11.2
49
-
docker-compose --version #=> 1.7.1
48
+
docker --version #=> 1.13.0
49
+
docker-compose --version #=> 1.10.0
50
50
51
51
If you need to use docker-machine to run docker
52
52
(like for example on a Mac before the Docker native version 1.12),
@@ -122,11 +122,15 @@ See [docker-compose](./docs/docker-compose.md)
122
122
See [jenkins](./docs/jenkins.md)
123
123
124
124
### Parallel
125
-
This image is designed to run one test on each docker container but if you still want to run multiple tests in parallel you can still do so, there are some ways to do this:
125
+
We now have a better suited product for this use case, is called [Zalenium][]
126
+
127
+
This image is designed to run one test on each docker container but if you still want to run multiple tests in parallel you can still do so with [Zalenium][]
128
+
129
+
If you want to limit yourself to this project, you still can. There are some ways to do it:
126
130
127
131
1. The recommended way is via [docker-compose](./docs/docker-compose.md) and you should replace `mock` with your web service under test within the [docker-compose.yml][] file.
1. The _(not recommended)_ way is by increasing `MAX_INSTANCES` and `MAX_SESSIONS` which now [defaults](https://github.com/elgalu/docker-selenium/blob/2.53.1a/Dockerfile#L967) to 1.
@@ -287,7 +291,7 @@ In Protrator
287
291
However this is now the default of this image, see `CHROME_ARGS="--no-sandbox"` in the Dockerfile so don't be surprised to see the "Stability and security will suffer" banner when opening Chrome inside the container.
288
292
289
293
## Cloud Testing Platforms
290
-
We now have a better suited product for this use case, is called [Zalenium](https://github.com/zalando/zalenium)
294
+
We now have a better suited product for this use case, is called [Zalenium][]
291
295
292
296
## Additional Uses
293
297
@@ -451,3 +455,4 @@ See [LICENSE.md](./LICENSE.md)
0 commit comments