-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot start php bdd with parallel process using 4 proxy containers #15
Comments
fergadipaolx
changed the title
Cannot start php bdd with parallel process
Cannot start php bdd with parallel process using 4 proxy containers
Jan 12, 2017
Hello @fergadipaolx After doing a few tests on our own, we've reached a few conclusions:
We've create a list of steps you can follow to have parallel tests running with a single proxy container:
Replace the contents of
Let me know if this works. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently, we want to implement parallel processes in our automation testing because it took long time about 1 hour 35 minutes in single process.
So we have 1 selenium hub container, 4 proxy containers and 4 chrome-debug containers which every proxy container connected to chrome-debug container each other.
Here is the result of athena info command :
Here is the result of docker ps :
Then we do
athena php bdd . athena.bdd.m.json --browser=chrome --config=behat-mobile.yml --parallel-process=4
, here the result:The text was updated successfully, but these errors were encountered: