chore(e2e): Added Testiny Run parameter and optional reporting of e2e test run to Testiny [WPB-20496]#20516
Merged
iskvortsov merged 18 commits intodevfrom Mar 3, 2026
Conversation
… test run to Testiny
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## dev #20516 +/- ##
=======================================
Coverage 45.49% 45.49%
=======================================
Files 1640 1640
Lines 40434 40434
Branches 8349 8349
=======================================
+ Hits 18394 18395 +1
Misses 20102 20102
+ Partials 1938 1937 -1
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
Contributor
|
🔗 Download Full Report Artifact 🧪 Playwright Test Summary
specs/Archive/archive.spec.ts (❌ 0 failed,
|
Contributor
Author
|
Run of the tests: https://github.com/wireapp/wire-webapp/actions/runs/22482135112 Link to Testiny Run: https://app.testiny.io/WEB/testruns/tr/612 |
apps/webapp/test/e2e_tests/scripts/send-playwright-results-to-testiny.ts
Outdated
Show resolved
Hide resolved
apps/webapp/test/e2e_tests/scripts/send-playwright-results-to-testiny.ts
Outdated
Show resolved
Hide resolved
apps/webapp/test/e2e_tests/scripts/send-playwright-results-to-testiny.ts
Outdated
Show resolved
Hide resolved
Contributor
Author
|
Update: did some clean up of the file and using Playwrights classes instead of defining my own. |
thisisamir98
previously approved these changes
Mar 2, 2026
thisisamir98
previously approved these changes
Mar 2, 2026
thisisamir98
previously approved these changes
Mar 2, 2026
…_reporting_to_Testiny
|
thisisamir98
approved these changes
Mar 3, 2026
screendriver
pushed a commit
that referenced
this pull request
Mar 4, 2026
… test run to Testiny [WPB-20496] (#20516) * chore(e2e): Added Testiny Run parameter and optional reporting of e2e test run to Testiny * Resolved script injection vulnerability * Fixed path to report and some code analysis issues * Added async wrapper for the script's main func call * Added slate rich-text formatting for a Test Run description field * Applied some PR review suggestions * Added default values for grep * Replaced process.exit(1) occurences with process.exitCode = 1 * Moved the command for e2e tests to one line * Added escape for " * Fixed if condition * Some clean up for playwright result script * Removed tmp test API Key * Added a copyright text and replaced npx ts-node with node in the script command * Reduced complexity of the main function * Added top level await * Adding generated i18n artifacts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Pull Request
Summary
https://wearezeta.atlassian.net/browse/WPB-20496
Security Checklist (required)
Accessibility (required)
Standards Acknowledgement (required)
Screenshots or demo (if the user interface changed)
Notes for reviewers