-
Notifications
You must be signed in to change notification settings - Fork 124
Feature/tvos support integration tests storage #470
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
✅ Integration test succeeded!Requested by @vimanyu on commit c6e6816 |
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:
- storage/integration_test/integration_test.xcodeproj/project.xcworkspace/xcuserdata/vimanyujain.xcuserdatad/UserInterfaceState.xcuserstate
- storage/integration_test/integration_test.xcodeproj/xcuserdata/vimanyujain.xcuserdatad/xcschemes/xcschememanagement.plist
- storage/integration_test/integration_test.xcworkspace/xcuserdata/vimanyujain.xcuserdatad/UserInterfaceState.xcuserstate
Thanks for pointing it out! Done. |
❌ Integration test FAILEDRequested by @vimanyu on commit fccb88c
|
Changes done to XCode project for storage 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_storage.xcframework
All tests pass on simulator but one (TestPutFileAndGetFile) is failing on device ( internal ticket: b/91209621).