-
Notifications
You must be signed in to change notification settings - Fork 5
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
testing e2e #193
testing e2e #193
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok, I do like the interface for generating the playwright report tho I did create a reports dir for the linting work - I wonder if we can store these together to ensure we capture a full backlog of regressions that need to be managed?
I think the linting work will be much more important. For the playwright reports, to me they are "throw away", because any issues they catch should be fixed before merging a PR. Any reports they produce are not really helpful until there is an issue...but maybe that's just me 🙃 |
Description
Why
Tests were failing with Nightwatch and I could not find any support as to why. It worked last Friday. Playwright seems much more supported and the current standard.