mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-14 21:53:35 +03:00
b86926e691
Some of the current timeout error messages are confusing, because they do not suggest that the issue is most likely a slow test. This PR updates timeout messages as follows: - Test timeout of 30000ms exceeded. - Test timeout of 30000ms exceeded while setting up "browser". - Test timeout of 30000ms exceeded while tearing down "context". - Test timeout of 30000ms exceeded while setting up "playwright configuration". - Test timeout of 30000ms exceeded while running "beforeEach" hook. - Test timeout of 30000ms exceeded while running "afterEach" hook. - "beforeAll" hook timeout of 30000ms exceeded. - "afterAll" hook timeout of 30000ms exceeded. - Worker teardown timeout of 30000ms exceeded. - "skip" modifier timeout of 30000ms exceeded. - Fixture "myCustomFixture" timeout of 5000ms exceeded. |
||
---|---|---|
.. | ||
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.