Skip to content

test: write the first part of Guestroom regression tests [WPB-19953]#20901

Open
zhannach wants to merge 12 commits intodevfrom
test/WPB-19953-web-the-guestroom-regression-tests
Open

test: write the first part of Guestroom regression tests [WPB-19953]#20901
zhannach wants to merge 12 commits intodevfrom
test/WPB-19953-web-the-guestroom-regression-tests

Conversation

@zhannach
Copy link
Copy Markdown
Collaborator

@zhannach zhannach commented Mar 31, 2026

TaskWPB-19953 [Web/QA] Write the Guestroom regression tests in Playwright

Summary

This PR introduces the first phase of the Questroom regression E2E test suite. To ensure a manageable review process, the full suite has been split into two logical parts.


Security Checklist (required)

  • External inputs are validated & sanitized on client and/or server where applicable.
  • API responses are validated; unexpected shapes are handled safely (fallbacks or errors).
  • No unsafe HTML is rendered; if unavoidable, sanitization is applied and documented where it happens.
  • Injection risks (XSS/SQL/command) are prevented via safe APIs and/or escaping.

Accessibility (required)

Standards Acknowledgement (required)


Screenshots or demo (if the user interface changed)

Notes for reviewers

  • Trade-offs:
  • Follow-ups (linked issues):
  • Linked PRs (e.g. web-packages):

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Mar 31, 2026

🔗 Download Full Report Artifact

🧪 Playwright Test Summary

  • Passed: 302
  • Failed: 0
  • Skipped: 12
  • 🔁 Flaky: 2
  • 📊 Total: 316
  • Total Runtime: 804.7s (~ 13 min 25 sec)
specs/Connections/Connections.spec.ts (❌ 0 failed, ⚠️ 1 flaky)
  • ⚠️ Connections > Verify sending a connection request to user from conversation view (tags: TC-369, regression)
specs/Conversations/conversations.spec.ts (❌ 0 failed, ⚠️ 1 flaky)
  • ⚠️ Conversations > I want to see Guest icon in participants list (tags: TC-421, regression)

@zhannach zhannach force-pushed the test/WPB-19953-web-the-guestroom-regression-tests branch 2 times, most recently from 9715415 to 8c2a3a2 Compare April 1, 2026 10:48
@zhannach zhannach force-pushed the test/WPB-19953-web-the-guestroom-regression-tests branch from 8c2a3a2 to e1d68a9 Compare April 7, 2026 11:57
@zhannach zhannach force-pushed the test/WPB-19953-web-the-guestroom-regression-tests branch from e1d68a9 to 8a2d281 Compare April 7, 2026 12:51
@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud bot commented Apr 7, 2026

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants