-
Notifications
You must be signed in to change notification settings - Fork 6
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
[#976] Implemented first Playwright tests for action status toggle #404
Conversation
…st case instead of Selenium
Codecov Report
@@ Coverage Diff @@
## develop #404 +/- ##
===========================================
+ Coverage 96.13% 96.36% +0.23%
===========================================
Files 463 464 +1
Lines 15196 15196
===========================================
+ Hits 14608 14644 +36
+ Misses 588 552 -36
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
👍 Playwright seems to work great on CI! 🥳 |
…ync message submit and left a note
Playwright seems trivial to install and the tests are imho much more readable than Selenium. I wouldn't mind merging this in to see how it goes over the next few weeks, it's better than the disabled Seleniumtests. |
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 am not familiar with playwright but went through this and seems nice. Since my local machine and the CI are happy let's give it a try!
And by the way, I don't know if this is still draft for some reason or by mistake.
If there was a reason why it's still a draft we'll see soon enough :) |
WIP to see if this runs on CI