-
-
Notifications
You must be signed in to change notification settings - Fork 68
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 ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## antonis/rn-e2e-build #995 +/- ##
=====================================================
Coverage 27.98% 27.98%
=====================================================
Files 130 130
Lines 14233 14233
Branches 882 882
=====================================================
Hits 3983 3983
Misses 10233 10233
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