mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00

This patch opts into the `__screnshots__` folder snapshot management for docker. With this patch, docker-originating snapshots will be stored in the following folder: ``` {testDir}/__screenshots__/{projectName}/{testFilePath}/{snapshotName} ``` Where `{testFilePath}` is a test file path relative to `testDir` Drive-by: introduce and document the `PLAYWRIGHT_DOCKER` environment variable that enables docker integration.
@playwright/test
This package contains Playwright Test. A test-runner for writing idiomatic and reliable end-to-end tests with Playwright.