-
Notifications
You must be signed in to change notification settings - Fork 296
ci(WPB-21987): shard playwright tests across multiple runners #19807
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
base: dev
Are you sure you want to change the base?
Conversation
7345963 to
3e192de
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## dev #19807 +/- ##
==========================================
+ Coverage 43.46% 43.48% +0.01%
==========================================
Files 1296 1296
Lines 32570 32570
Branches 7232 7232
==========================================
+ Hits 14157 14162 +5
+ Misses 16698 16694 -4
+ Partials 1715 1714 -1 🚀 New features to boost your workflow:
|
|
🔗 Download Full Report Artifact 🧪 Playwright Test Summary
Failed Tests:❌ I should not be able to change email of user managed by SCIM (tags: TC-60, regression)Location: specs/AccountSettingsSpecs/accountSettings.spec.ts:87 Errors: ❌ Verify links to manage and create teams are shown when logged in as team owner (tags: TC-1723, regression)Location: specs/AccountSettingsSpecs/accountSettings.spec.ts:159 Errors: ❌ Web: App should not lock if I switch back to webapp tab in time (during inactivity timeout) (tags: TC-2752, TC-2753, regression)Location: specs/AppLock/AppLock.spec.ts:60 Errors: ❌ I want to be asked to share telemetry data when I log in (tags: TC-8780, regression)Location: specs/Authentication/authentication.spec.ts:23 Errors: ❌ Verify 1on1 conversation is not created on the second end after you ignore connection request (tags: TC-365, TC-369, TC-370, TC-371, regression)Location: specs/Connections/Connections.spec.ts:36 Errors: ❌ Editing a message does not create unread dot on receiver side (tags: TC-690, regression)Location: specs/Edit/edit.spec.ts:124 Errors: ❌ Verify you can sign in by email (tags: TC-3461, regression)Location: specs/LoginSpecs/login.spec.ts:38 Errors: ❌ I want to see a placeholder text as quote when original message is not available anymore (tags: TC-2994, regression)Location: specs/Reply/reply.spec.ts:60 Errors: ❌ I should not be able to send a reply after I got removed from the conversation (tags: TC-3014, regression)Location: specs/Reply/reply.spec.ts:288 Errors: Flaky Tests: |
0c402c9 to
9767bf3
Compare
| distribution: 'temurin' | ||
|
|
||
| - name: Gradle Cache | ||
| uses: gradle/actions/setup-gradle@4d9f0ba0025fe599b4ebab900eb7f3a1d93ef4c2 # SHA of tag v5.0.0 |
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.
Fyi: the only reason I pinned the actions version to a specific commit is because sonar was worried of a supply chain attack. Not sure what's better, having to manually update every time to get e.g. security patches or the risk of malicious code being merged into the action unnoticed.
… & job to collect reports
…eport for PR comment
(So Sonar shuts up)
The report annotations are too annoying
59a83fa to
6343db7
Compare
|



Pull Request
Summary
Security Checklist (required)
Standards Acknowledgement (required)
Notes for reviewers
.nvmrcso we'll always use the same node version in CI as we do locally