Commit 6ddfc9d
committed
Build/Test Tools: Switch from Puppeteer to Playwright for the QUnit test runner.
This brings the QUnit tests inline with the e2e and performance tests that switched to Playwright in #59517.
This removes the `puppeteer` dependency, but `puppeteer-core` remains a transitive dependency due to `wp-scripts` and `lighthouse`.
See #64894
git-svn-id: https://develop.svn.wordpress.org/trunk@62411 602fd350-edb4-49c9-b593-d223f7449a821 parent a3c3968 commit 6ddfc9d
6 files changed
Lines changed: 123 additions & 184 deletions
File tree
- .github/workflows
- tests/qunit
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
118 | | - | |
119 | 118 | | |
120 | 119 | | |
121 | 120 | | |
| |||
955 | 954 | | |
956 | 955 | | |
957 | 956 | | |
958 | | - | |
| 957 | + | |
| 958 | + | |
959 | 959 | | |
960 | 960 | | |
961 | 961 | | |
| |||
1059 | 1059 | | |
1060 | 1060 | | |
1061 | 1061 | | |
1062 | | - | |
1063 | | - | |
1064 | | - | |
1065 | | - | |
1066 | | - | |
1067 | | - | |
1068 | 1062 | | |
1069 | 1063 | | |
1070 | 1064 | | |
| |||
1597 | 1591 | | |
1598 | 1592 | | |
1599 | 1593 | | |
1600 | | - | |
1601 | | - | |
| 1594 | + | |
1602 | 1595 | | |
1603 | 1596 | | |
1604 | 1597 | | |
| |||
2220 | 2213 | | |
2221 | 2214 | | |
2222 | 2215 | | |
| 2216 | + | |
| 2217 | + | |
| 2218 | + | |
| 2219 | + | |
| 2220 | + | |
| 2221 | + | |
| 2222 | + | |
| 2223 | + | |
| 2224 | + | |
| 2225 | + | |
| 2226 | + | |
| 2227 | + | |
| 2228 | + | |
| 2229 | + | |
2223 | 2230 | | |
2224 | 2231 | | |
2225 | 2232 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
57 | 56 | | |
58 | 57 | | |
59 | 58 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
0 commit comments