You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@lorenyu is this even an issue? - ex - you have app1 and app2 - you run tests with app1 and the report gets generated at ./e2e/playwright-report folder. Then you run app2 tests and it overwrites ./e2e/playwright-report
@lorenyu is this even an issue? - ex - you have app1 and app2 - you run tests with app1 and the report gets generated at ./e2e/playwright-report folder. Then you run app2 tests and it overwrites ./e2e/playwright-report
E2E reports are generated in the ./e2e folder rather than app-specific folder
Ex:
./e2e/playwright-report
./e2e/test-results
(images for each test)If you had multiple apps - believe would just override another app's report and test result images
The screenshot from
index.spec.js
is however generated in./e2e/app/example-screenshot.png
- it seems like this is correct since it's app-specific.The text was updated successfully, but these errors were encountered: