Skip to content
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

Test Suite #112

Open
robocoder opened this issue Apr 15, 2022 · 3 comments
Open

Test Suite #112

robocoder opened this issue Apr 15, 2022 · 3 comments
Assignees

Comments

@robocoder
Copy link
Member

robocoder commented Apr 15, 2022

Add Docker setup (Dockerfile. docker-compose.yaml, and test-suite) to test the master and 1.x branches against:

  • JSON Wire Protocol, i.e., Selenium 3
  • W3C Webdriver Protocol: Selenium 4, ChromeDriver, Geckodriver
@robocoder
Copy link
Member Author

See @mvorisek's PR #114 which added a github workflow for Selenium 2 and 3.

@robocoder robocoder self-assigned this Dec 9, 2023
@robocoder
Copy link
Member Author

First objective is passing unit tests. This should identify php version issues quickly.

Second objective is functional testing. This should test against a known working driver.

Third objective is integration testing. The MinkSelenium2Driver is AFAIK still a consumer.

Fourth objective is driver compatibility. With so many drivers, versions, and a living document for the spec, this might be overwhelming, so I'm leaving it for last.

@aik099
Copy link
Contributor

aik099 commented Feb 23, 2024

The broken build on 1.x branch was fixed in the #133.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants