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 upImplement test_driver support #22532
Open
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We want to support the automated WebBluetooth tests which require testdriver.js. This requires building on the work in #22411 and #22420 and following the pattern in https://web-platform-tests.org/writing-tests/testdriver-tutorial.html to add backend support to the Servodriver test harness in https://github.com/servo/servo/blob/master/tests/wpt/web-platform-tests/tools/wptrunner/wptrunner/browsers/servodriver.py.