mirror of
https://github.com/servo/servo.git
synced 2025-09-22 12:50:08 +01:00
Auto merge of #23443 - georgeroman:start_enabling_wdspec_tests, r=jdm
Start enabling automated webdriver tests <!-- Please describe your changes on the following line: --> --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `___` with appropriate data: --> - [X] `./mach build -d` does not report any errors - [X] `./mach test-tidy` does not report any errors <!-- Either: --> - [X] There are tests for these changes <!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.--> <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. --> <!-- 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/23443) <!-- Reviewable:end -->
This commit is contained in:
commit
237ef8da34
5 changed files with 256 additions and 26 deletions
|
@ -125,6 +125,12 @@ skip: true
|
|||
skip: false
|
||||
[WebCryptoAPI]
|
||||
skip: false
|
||||
[webdriver]
|
||||
skip: true
|
||||
[tests]
|
||||
skip: true
|
||||
[new_session]
|
||||
skip: false
|
||||
[webgl]
|
||||
skip: false
|
||||
[webvr]
|
||||
|
|
|
@ -0,0 +1,7 @@
|
|||
[default_values.py]
|
||||
[test_no_capabilites]
|
||||
expected: FAIL
|
||||
|
||||
[test_desired]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
[invalid_capabilities.py]
|
||||
[test_invalid_always_match[None\]]
|
||||
expected: FAIL
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue