-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
chore: Enable e2e testing for flask builds in ci #14283
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
Conversation
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #14283 +/- ##
==========================================
+ Coverage 65.57% 65.72% +0.14%
==========================================
Files 2218 2228 +10
Lines 47401 47434 +33
Branches 6663 6683 +20
==========================================
+ Hits 31085 31176 +91
+ Misses 14326 14263 -63
- Partials 1990 1995 +5 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
|
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.
🔥 🔥 🔥 🔥 🔥 🔥 🔥
Description
Enable e2e testing on flask builds in ci to allow engineers and QA to run automated tests early in development, ensuring faster feedback and improved stability
Related issues
Fixes:
NA
Manual testing steps
Ensure the spec files are placed in the directory e2e/specs/flask, similar to the extension repo structure.
Navigate to Bitrise dashboard.
Start a new build for your project.
Select the branch you want to run the tests on.
In the build workflow, add or select the run_e2e_flask_pipeline step to trigger the E2E tests.
Wait for the build to complete and review the E2E test results.
If necessary, fix any issues identified during testing and rerun the pipeline.
Screenshots/Recordings
Before
After
Pre-merge author checklist
Pre-merge reviewer checklist