Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upRun automated webdriver tests #15274
Open
Labels
Comments
bors-servo
added a commit
that referenced
this issue
Nov 21, 2017
Make wdspec tests runnable This makes it possible to run tests in tests/wpt/web-platform-tests/webdriver/tests and focus on investigating why they fail. --- - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [x] These changes fix (partially) #15274. - [x] There are tests for these changes <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/19318) <!-- Reviewable:end -->
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
#13261 was my last attempt at getting the tests to run. There are some issues with our server implementation, and what appear to be some issues with the tests themselves.