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

Document how to test the WebDriver integration #5555

Open
jdm opened this issue Apr 7, 2015 · 1 comment
Open

Document how to test the WebDriver integration #5555

jdm opened this issue Apr 7, 2015 · 1 comment
Assignees

Comments

@jdm
Copy link
Member

@jdm jdm commented Apr 7, 2015

I have no idea how to go about this yet. Assigning to @jgraham who has the most experience here; I'd like to sort this out soon so stuff like #5554 isn't flying blind.

@jgraham
Copy link
Contributor

@jgraham jgraham commented Apr 7, 2015

Right, so, "it's a mess".

web-platform-tests has a webdriver testsuite, but it's not great and may fail horribly if you don't already have a good implementation. It also isn't integrated with wptrunner. I started on a better testsuite in a local branch, that integrates with wptrunner, but so far didn't really write many tests. I would encourage anyone working on this to contribute to that.

In reality what everyone (except me!) cares about is interop with selenium, which has its own testsuite. However the WebDriver spec and selenium aren't directly compatible, so to run the selenium testsuite you need a fork of selenium from @AutomatedTester which has a modified client and testsuite.

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

Successfully merging a pull request may close this issue.

None yet
3 participants
You can’t perform that action at this time.