-
-
Notifications
You must be signed in to change notification settings - Fork 165
feat: allow fixtures on E2E #1268
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: main
Are you sure you want to change the base?
Conversation
Warning Review the following alerts detected in dependencies. According to your organization's Security Policy, it is recommended to resolve "Warn" alerts. Learn more about Socket for GitHub.
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1268 +/- ##
=======================================
Coverage 74.05% 74.05%
=======================================
Files 182 182
Lines 4352 4352
Branches 1066 1066
=======================================
Hits 3223 3223
Misses 1129 1129 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Explanation
This PR aims to add support for the use of E2E fixtures along with cleaning old references to an old implementation of E2E where multiple SDKs were being involved.
Because the mobile building process for SDK isn't yet automated, this still requires a manual trigger.
Main features of this PR:
IS_TEST=true
References
Checklist