-
Notifications
You must be signed in to change notification settings - Fork 0
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
feat(gha): add playwright tests & GHA workflow #36
Conversation
e84be50
to
a9d7338
Compare
8f3f4f1
to
3a8e41f
Compare
198c44b
to
2b2f7b8
Compare
4b7aa82
to
f3e0c31
Compare
b220573
to
164050a
Compare
End to end tests succeeded (click here for a full report) Total Tests in Suite: 1, |
0a8b678
to
edcfc78
Compare
This change introduces end-to-end (e2e) testing to the project CI. The following changes and additions were made: 1. Added the "e2e" module that contains a Playwright harness 2. Added example tests (real tests to follow in separate PRs) 3. PR deployment workflow runs the tests, and reports in PR comment 4. Report comment provides link to test results with trace information
edcfc78
to
456309d
Compare
Fixed #23 |
No description provided.