-
Notifications
You must be signed in to change notification settings - Fork 5
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
Update docker-compose file #61
Conversation
❌ 3 Tests Failed:
View the top 2 failed tests by shortest run time
View the full list of 1 ❄️ flaky tests
To view more test analytics, go to the Test Analytics Dashboard |
Seems that these sudden failures relate to the newly-added "switch to missing window" test. I guess this PR could still be merged, but maybe it makes sense to revert that test, at least temporarily. 😞 |
For me locall both "webdriver-classic-driver" (this driver) and MinkSelenium2Drver passed |
That's what I call a flaky test. Some of the window operation-related tests are randomly failing on GitHub Actions. I have no idea why. |
I'm starting to get the feeling there might be some problem with the github runners - I also had weird issues when I was trying to set up the chrome driver tests on github. I'll investigate that later. |
Mainly this is to remove "version", which has been obsoleted.
I've additionally changed the indentation as well.