Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

E2E images are generated in the ./e2e folder rather than app-specific folder #800

Open
rylew1 opened this issue Dec 5, 2024 · 2 comments

Comments

@rylew1
Copy link
Contributor

rylew1 commented Dec 5, 2024

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.

@rylew1
Copy link
Contributor Author

rylew1 commented Dec 6, 2024

@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

@rylew1 rylew1 added this to the 1-End-to-end (e2e) Testing milestone Dec 7, 2024
@lorenyu
Copy link
Contributor

lorenyu commented Dec 9, 2024

@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

possibly. not sure

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants