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 upAllow running WPT server and Servo-specific tests independently #5751
Labels
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Running
python servefrom the WPT directory allows you to run./mach run --debug http://localhost:8000/path/to/testand run a WPT test under a debugger. This does not work for Servo-specific tests, however, as the_mozillapath is not found.cc @jgraham @Ms2ger