You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RunTests
Found xctest: /Users/runner/work/firebase-testing-ios-application/firebase-testing-ios-application/Debug-iphoneos/firebase-testing-ios-application.app/PlugIns/firebase-testing-ios-applicationTests.xctest
isMacOS = true (mac os x)
File /Users/runner/work/firebase-testing-ios-application/firebase-testing-ios-application/Debug-iphoneos/firebase-testing-ios-application.app/PlugIns/firebase-testing-ios-applicationTests.xctest/firebase-testing-ios-applicationTests does not exist!
Expected behavior
I was expecting the logs to say the file does exist, as locally I can see the file and it is in the correct path.
Details (please complete the following information):
I'm running Flank on Github Actions and I am using the latest Flank version that was released v22.03.0.
Additional context
Since I can see the file is there when I run the xcodebuild statement, I am wondering is there anything I need to configure in my test scheme in order to not see that message saying the file does not exist.
The text was updated successfully, but these errors were encountered:
Describe the bug
Getting a file does not exist when I run Flank for an iOS project using Flank's github action.
To Reproduce
I referred to Firebase's official doc on how to build your XCTest https://firebase.google.com/docs/test-lab/ios/run-xctest?authuser=0#package-app
I used the following xcodebuild script
then used the following to zip my project
cd fastlane/buildOutput/Build/Products zip -r test.zip firebase-testing-ios-application_iphoneos15.4-arm64.xctestrun Debug-iphoneos
I moved my
test.zip
andfirebase-testing-ios-application_iphoneos15.4-arm64.xctestrun
to the root of my project.Called the Flank Github Action with
My flank.yml file is as follows
I then get the following in my logs
Expected behavior
I was expecting the logs to say the file does exist, as locally I can see the file and it is in the correct path.
Details (please complete the following information):
I'm running Flank on Github Actions and I am using the latest Flank version that was released v22.03.0.
Additional context
Since I can see the file is there when I run the xcodebuild statement, I am wondering is there anything I need to configure in my test scheme in order to not see that message saying the file does not exist.
The text was updated successfully, but these errors were encountered: