mirror of
https://github.com/microsoft/playwright.git
synced 2025-01-07 11:46:42 +03:00
730a197c80
Introduce config.globalScripts. Tests from the matching files will run before all projects. We'll only allow beforeAll/afterAll instead of tests in such files (next PR). Global scripts are executed as part of 'Global Scripts' project which is not present in FullConfig.projects but may be referenced by corresponding global setup Suites. Signed-off-by: Yury Semikhatsky <yurys@chromium.org> Co-authored-by: Dmitry Gozman <dgozman@gmail.com> |
||
---|---|---|
.. | ||
bundles | ||
src | ||
types | ||
.npmignore | ||
cli.js | ||
index.d.ts | ||
index.js | ||
index.mjs | ||
package.json | ||
README.md | ||
reporter.d.ts | ||
reporter.js | ||
reporter.mjs | ||
ThirdPartyNotices.txt |
@playwright/test
This package contains Playwright Test. A test-runner for writing idiomatic and reliable end-to-end tests with Playwright.