Improve setup for backend e2e tests#4554
Merged
lcian merged 17 commits intofeat/e2e-console-app-samplesfrom Jul 14, 2025
Merged
Improve setup for backend e2e tests#4554lcian merged 17 commits intofeat/e2e-console-app-samplesfrom
lcian merged 17 commits intofeat/e2e-console-app-samplesfrom
Conversation
Contributor
Performance metrics 🚀
|
| Revision | Plain | With Sentry | Diff |
|---|---|---|---|
| 29f60d6 | 427.43 ms | 465.10 ms | 37.68 ms |
| ac946c9 | 500.50 ms | 515.71 ms | 15.21 ms |
| 6e523f3 | 426.08 ms | 444.80 ms | 18.72 ms |
| 97a4817 | 373.00 ms | 418.60 ms | 45.60 ms |
| 2fe9357 | 447.49 ms | 486.31 ms | 38.82 ms |
App size
| Revision | Plain | With Sentry | Diff |
|---|---|---|---|
| 29f60d6 | 1.58 MiB | 2.09 MiB | 519.27 KiB |
| ac946c9 | 1.58 MiB | 2.09 MiB | 519.04 KiB |
| 6e523f3 | 1.58 MiB | 2.09 MiB | 519.28 KiB |
| 97a4817 | 1.58 MiB | 2.09 MiB | 519.05 KiB |
| 2fe9357 | 1.58 MiB | 2.09 MiB | 519.04 KiB |
Previous results on branch: lcian/ref/improve-e2e
Startup times
| Revision | Plain | With Sentry | Diff |
|---|---|---|---|
| a869d72 | 501.35 ms | 560.96 ms | 59.60 ms |
| 21ce005 | 414.83 ms | 465.98 ms | 51.15 ms |
| 56b50bc | 431.61 ms | 472.42 ms | 40.80 ms |
App size
| Revision | Plain | With Sentry | Diff |
|---|---|---|---|
| a869d72 | 1.58 MiB | 2.09 MiB | 519.27 KiB |
| 21ce005 | 1.58 MiB | 2.09 MiB | 519.27 KiB |
| 56b50bc | 1.58 MiB | 2.09 MiB | 519.28 KiB |
adinauer
added a commit
that referenced
this pull request
Jul 18, 2025
* e2e tests for console app * fix test failures by waiting for 10s after first try to find envelopes * add system-test-runner.py script to replace bash scripts for running e2e / system tests * use py script for ci, cleanup, makefile * Format code * remove bash scripts * install requests module * api * fix gh script * Improve setup for backend e2e tests (#4554) --------- Co-authored-by: Sentry Github Bot <bot+github-bot@sentry.io> Co-authored-by: Lorenzo Cian <lorenzo.cian@sentry.io>
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.
📜 Description
Stacked on: #4552
My editor added some whitespace changes due to autoformatting.
#skip-changelog