mirror of
https://github.com/microsoft/playwright.git
synced 2024-11-24 06:49:04 +03:00
b9cce598dd
The diff is now shown inline in the errors list. There are 2 possible failures of toHaveScreenshot * Previous and actual snapshot mismatch. In this case html report will show diff between Actual/Previous and have Expected as a separate screenshot. * Actual/Previous are equal but they differ from the expected. In this case html report only contains Actual/Expected images and the diff. Reference: https://github.com/microsoft/playwright/issues/32341 <img width="1039" alt="image" src="https://github.com/user-attachments/assets/b458f986-cc25-4721-862c-0cc2c1b01a42">
39 lines
600 B
Plaintext
39 lines
600 B
Plaintext
node_modules/
|
|
/test-results/
|
|
/tests/coverage-report
|
|
.local-browsers/
|
|
/.dev_profile*
|
|
.DS_Store
|
|
*.swp
|
|
*.pyc
|
|
.vscode
|
|
.mono
|
|
.idea
|
|
yarn.lock
|
|
/packages/playwright-core/src/generated
|
|
/packages/playwright-ct-core/src/generated
|
|
packages/*/lib/
|
|
drivers/
|
|
.android-sdk/
|
|
.gradle/
|
|
nohup.out
|
|
.trace
|
|
.tmp
|
|
allure*
|
|
blob-report
|
|
playwright-report
|
|
test-results
|
|
/demo/
|
|
/packages/*/LICENSE
|
|
/packages/*/NOTICE
|
|
/packages/playwright/README.md
|
|
/packages/playwright-test/README.md
|
|
/packages/playwright-core/api.json
|
|
.env
|
|
/tests/installation/output/
|
|
/tests/installation/.registry.json
|
|
.cache/
|
|
.eslintcache
|
|
playwright.env
|
|
firefox
|