mirror of
https://github.com/servo/servo.git
synced 2025-08-17 03:15:34 +01:00
Update web-platform-tests to revision 06f77f6bfaa86f3643a79f1ec2c49c6b6955cf18
This commit is contained in:
parent
1981efcc35
commit
c6c4fb2f7a
108 changed files with 2090 additions and 138 deletions
|
@ -11,17 +11,19 @@ Install the following dependencies:
|
|||
- [the Mozilla Firefox web browser](https://mozilla.org/firefox)
|
||||
- [the GeckoDriver server](https://github.com/mozilla/geckodriver)
|
||||
|
||||
Once these dependencies are satisfied, the tests may be run from a command line
|
||||
by executing the following command from this directory:
|
||||
Make sure `geckodriver` can be found in your `PATH`.
|
||||
|
||||
tox
|
||||
|
||||
Currently, the tests should be run with Firefox Nightly.
|
||||
|
||||
In order to specify the path to Firefox Nightly, use the following command-line option:
|
||||
Currently, the tests should be run with the latest *Firefox Nightly*. In order to
|
||||
specify the path to Firefox Nightly, use the following command-line option:
|
||||
|
||||
tox -- --binary=/path/to/FirefoxNightly
|
||||
|
||||
### Automated Script
|
||||
|
||||
Alternatively, you may run `tools/ci/ci_resources_unittest.sh`, which only depends on
|
||||
Python 2. The script will install other dependencies automatically and start `tox` with
|
||||
the correct arguments.
|
||||
|
||||
## Authoring Tests
|
||||
|
||||
Test cases are expressed as `.html` files located within the `tests/`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue