Dmitry Gozman
|
68072a5d5c
|
test: improve debugability of installation tests (#17277)
Put more details into the error message. This way it is immediately seen
on the bots.
|
2022-09-13 14:43:11 -07:00 |
|
Max Schmitt
|
e344fe60e7
|
fix(pwt): compatibility in CWD with wrong casing (#16636)
|
2022-08-22 21:45:59 +02:00 |
|
Andrey Lushnikov
|
bfafb2680d
|
fix: put browserVersion in the browsers.json (#13946)
This patch:
- adds `browserVersion` field to the `browsers.json`. This is
updated every time we roll browser.
- starts using `browserVersion` to display browser version that's
been downloaded.
The downloading output now looks like this:
```bash
Downloading Chromium 101.0.4951.41 (playwright build v1003) - 118.9 Mb [====================] 100% 0.0s
Chromium 101.0.4951.41 (playwright build v1003) downloaded to /Users/andreylushnikov/Library/Caches/ms-playwright/chromium-1003
Downloading FFMPEG playwright build v1007 - 1 Mb [====================] 100% 0.0s
FFMPEG playwright build v1007 downloaded to /Users/andreylushnikov/Library/Caches/ms-playwright/ffmpeg-1007
Downloading Firefox 99.0.1 (playwright build v1323) - 67.5 Mb [====================] 100% 0.0s
Firefox 99.0.1 (playwright build v1323) downloaded to /Users/andreylushnikov/Library/Caches/ms-playwright/firefox-1323
Downloading Webkit 15.4 (playwright build v1632) - 52.7 Mb [====================] 100% 0.0s
Webkit 15.4 (playwright build v1632) downloaded to /Users/andreylushnikov/Library/Caches/ms-playwright/webkit-1632
```
Fixes #13198
|
2022-05-05 04:17:13 -07:00 |
|
Ross Wollman
|
3e84ab4701
|
test: run installation tests on all major platforms (#13742)
|
2022-04-26 11:09:49 -07:00 |
|
Ross Wollman
|
e69e836c40
|
chore: port installation tests to @playwright/test (#13644)
|
2022-04-25 09:30:14 -07:00 |
|