playwright/packages/playwright-test
Dmitry Gozman f745bf1fbc
chore: bring in folio source (#6923)
- Source now lives at `src/test`.
- Former folio tests live at `tests/playwright-test`.
- We use `src/test/internal.ts` that exposes base test without
  Playwright fixtures for most tests (to avoid modifications for now).
- Test types live in `types/testFoo.d.ts`.
- Stable test runner is installed to `tests/config/test-runner` during `npm install`.
- All deps including test-only are now listed in `package.json`.
  Non-test deps must also be listed in `build_package.js` to get included.
2021-06-06 17:09:53 -07:00
..
index.d.ts feat(test): introduce npx playwright test (#6816) 2021-06-03 08:07:55 -07:00
index.js chore: bring in folio source (#6923) 2021-06-06 17:09:53 -07:00
index.mjs feat(test): introduce npx playwright test (#6816) 2021-06-03 08:07:55 -07:00
install.js feat(test): introduce npx playwright test (#6816) 2021-06-03 08:07:55 -07:00
README.md feat(test): introduce npx playwright test (#6816) 2021-06-03 08:07:55 -07:00

@playwright/test

This package contains Playwright Test Runner.