-
Notifications
You must be signed in to change notification settings - Fork 4
Testing Playwright tests on CI #259
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
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #259 +/- ##
=======================================
Coverage 68.83% 68.83%
=======================================
Files 110 110
Lines 9022 9022
Branches 402 402
=======================================
Hits 6210 6210
Misses 2812 2812 ☔ View full report in Codecov by Sentry. |
|
Hi @NadeemYaseen I verified that the Playwright tests run successfully on my local machine. For the rpe_test.yml file, we should set it up so that the app launches with npm start, then closes, and relaunches before the tests execute, I believe the tests would run successfully then. |
ravikiranchollangi
left a comment
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.
Please find a standard way to describe the testcases within the testfile.
ravikiranchollangi
left a comment
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.
I'm merging these for CI changes mostly as we still have some work to do in test files (follow up PRs).
Testing Playwright tests.