-
-
Notifications
You must be signed in to change notification settings - Fork 73
test(react-native): Add E2E Tests verifying RN iOS project builds correctly #995
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: antonis/rn-e2e-build
Are you sure you want to change the base?
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## antonis/rn-e2e-build #995 +/- ##
=====================================================
Coverage 32.12% 32.12%
=====================================================
Files 133 133
Lines 15696 15696
Branches 1100 1100
=====================================================
Hits 5042 5042
Misses 10637 10637
Partials 17 17
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
// Skip pod install | ||
[KEYS.DOWN, KEYS.ENTER], | ||
// Pod install | ||
[KEYS.ENTER], |
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.
Enabling pod install so that a build is possible.
Based on: #993
Part of #948
Description
Adds E2E tests verifying React Native iOS project builds correctly
To test locally run:
yarn test:e2e React-Native
#skip-changelog