playwright/tests/installation/fixture-scripts
Andrey Lushnikov af042beb13
feat: introduce docker integration (#16382)
This patch introduces the following commands:
- `npx playwright docker build` that builds a VRT docker image
  locally that is based off the `mcr.microsoft.com/playwright:jammy`
- `npx playwright docker start` that launches a docker container with
  browsers.
- `npx playwright docker stop` that stops given docker container.
- `npx playwright docker test` that runs all the tests inside a
  launched docker container.
2022-09-09 15:25:42 -07:00
..
docker.spec.js feat: introduce docker integration (#16382) 2022-09-09 15:25:42 -07:00
download-chromedriver.js chore: port installation tests to @playwright/test (#13644) 2022-04-25 09:30:14 -07:00
driver-client.js test: normalize node versions for installation tests (#14610) 2022-06-07 18:11:58 -07:00
electron-app.js chore: port installation tests to @playwright/test (#13644) 2022-04-25 09:30:14 -07:00
esm-playwright-chromium.mjs chore: port installation tests to @playwright/test (#13644) 2022-04-25 09:30:14 -07:00
esm-playwright-firefox.mjs chore: port installation tests to @playwright/test (#13644) 2022-04-25 09:30:14 -07:00
esm-playwright-test.mjs chore: port installation tests to @playwright/test (#13644) 2022-04-25 09:30:14 -07:00
esm-playwright-webkit.mjs chore: port installation tests to @playwright/test (#13644) 2022-04-25 09:30:14 -07:00
esm-playwright.mjs chore: port installation tests to @playwright/test (#13644) 2022-04-25 09:30:14 -07:00
esm.mjs chore: port installation tests to @playwright/test (#13644) 2022-04-25 09:30:14 -07:00
failing.spec.js chore: port installation tests to @playwright/test (#13644) 2022-04-25 09:30:14 -07:00
inspector-custom-executable.js chore: port installation tests to @playwright/test (#13644) 2022-04-25 09:30:14 -07:00
playwright-test-types.ts chore: port installation tests to @playwright/test (#13644) 2022-04-25 09:30:14 -07:00
read-json-report.js chore: port installation tests to @playwright/test (#13644) 2022-04-25 09:30:14 -07:00
sample.spec.js chore: port installation tests to @playwright/test (#13644) 2022-04-25 09:30:14 -07:00
sanity-electron.js chore: port installation tests to @playwright/test (#13644) 2022-04-25 09:30:14 -07:00
sanity.js chore: port installation tests to @playwright/test (#13644) 2022-04-25 09:30:14 -07:00
screencast.js chore: port installation tests to @playwright/test (#13644) 2022-04-25 09:30:14 -07:00
validate-dependencies-skip-executable-path.js chore: port installation tests to @playwright/test (#13644) 2022-04-25 09:30:14 -07:00
validate-dependencies.js chore: port installation tests to @playwright/test (#13644) 2022-04-25 09:30:14 -07:00