playwright/packages/playwright-test
Dmitry Gozman 6769a311ed
feat(test runner): error out when one test file imports another (#21357)
This situation is not supported, and we can now detect it by looking at
collected file dependencies.

Fixes #21270.
2023-03-02 15:09:50 -08:00
..
bundles feat(typescript): allow declare for class properties (#21281) 2023-03-01 16:43:17 -08:00
src feat(test runner): error out when one test file imports another (#21357) 2023-03-02 15:09:50 -08:00
types fix(ct): solid and react JS as child (#20125) 2023-03-02 13:40:51 -08:00
.npmignore chore: babel, expect, zip bundles (#13588) 2022-04-18 11:31:58 -07:00
cli.js
index.d.ts feat: support experimental doc entries (#13446) 2022-04-13 16:13:30 -07:00
index.js chore: have pretty error if CT config has no defineConfig (#21318) 2023-03-02 00:47:05 +01:00
index.mjs chore: introduce defineConfig for easier JS typing (#20061) 2023-01-12 13:12:02 -08:00
package.json chore: mark 1.32.0-next (#20929) 2023-02-15 16:15:42 -08:00
README.md
reporter.d.ts
reporter.js
reporter.mjs
ThirdPartyNotices.txt feat(typescript): allow declare for class properties (#21281) 2023-03-01 16:43:17 -08:00

@playwright/test

This package contains Playwright Test. A test-runner for writing idiomatic and reliable end-to-end tests with Playwright.