playwright/packages/installation-tests
Dmitry Gozman df777344a3
api(video): simplify video api (#3924)
- This leaves just `recordVideos` and `videoSize` options on the context.
- Videos are saved to `artifactsPath`. We also save their ids to trace.
- `context.close()` waits for the processed videos.
2020-09-18 17:36:43 -07:00
..
.gitignore fix(types): properly export typescript types from packages (#2364) 2020-05-26 17:19:05 -07:00
electron-app.js test: add sanity test for playwright-electron (#3387) 2020-08-12 14:45:22 -07:00
esm-playwright-chromium.mjs chore: move protocol files to src/protocol (#3571) 2020-08-21 18:46:11 -07:00
esm-playwright-firefox.mjs chore: move protocol files to src/protocol (#3571) 2020-08-21 18:46:11 -07:00
esm-playwright-webkit.mjs chore: move protocol files to src/protocol (#3571) 2020-08-21 18:46:11 -07:00
esm-playwright.mjs chore: move protocol files to src/protocol (#3571) 2020-08-21 18:46:11 -07:00
esm.mjs api: export all browsers from every package (#3128) 2020-07-24 16:36:00 -07:00
installation-tests.sh feat: actually bundle FFMPEG binaries with NPM packages (#3804) 2020-09-08 17:51:56 -07:00
README.md fix(types): properly export typescript types from packages (#2364) 2020-05-26 17:19:05 -07:00
sanity-electron.js test: add sanity test for playwright-electron (#3387) 2020-08-12 14:45:22 -07:00
sanity.js chore: move protocol files to src/protocol (#3571) 2020-08-21 18:46:11 -07:00
screencast.js api(video): simplify video api (#3924) 2020-09-18 17:36:43 -07:00

Installation Tests

File installation-tests.sh tests that installation flow for all Playwright packages works as expected.