-
Notifications
You must be signed in to change notification settings - Fork 124
Feature/tvos support integration tests functions #471
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
Feature/tvos support integration tests functions #471
Conversation
✅ Integration test succeeded!Requested by @vimanyu on commit 7798615 |
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.
I think you should remove files from xcuserdata/vimanyujain*, right?
- functions/integration_test/integration_test.xcodeproj/project.xcworkspace/xcuserdata/vimanyujain.xcuserdatad/UserInterfaceState.xcuserstate
- functions/integration_test/integration_test.xcodeproj/xcuserdata/vimanyujain.xcuserdatad/xcschemes/xcschememanagement.plist
- functions/integration_test/integration_test.xcworkspace/xcuserdata/vimanyujain.xcuserdatad/UserInterfaceState.xcuserstate
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.
Remove user-specific files
I remember that "integration_test.xcodeproj/project.pbxproj" is the only file we want under "integration_test.xcodeproj", we can safely remove the rest. |
Removed user specific files. |
⏳ Integration test in progress...Requested by @vimanyu on commit 2e307d7 |
Changes done to XCode project for functions that allows us to run integration tests on device and simulator.
added a tvos target to XCode project for storage.
updated Podfile to build pods for tvos platform for this newly added target
To test this,
Make sure to have a valid GoogleService-Info.plist.
pod install
open integration_test.xcworkspace
Drag and drop firebase.xcframework, firebase_auth.xcframework and firebase_functions.xcframework
All tests pass on simulator and device.