fastlane-plugin-run_tests_firebase_testlab | Runs Android tests in Firebase Test Lab | Authentication library
kandi X-RAY | fastlane-plugin-run_tests_firebase_testlab Summary
kandi X-RAY | fastlane-plugin-run_tests_firebase_testlab Summary
Authenticates with Google Cloud. Runs Android tests in Firebase Test Lab. Fetches the results to a local directory. Deletes the results from firebase bucket if wanted.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of fastlane-plugin-run_tests_firebase_testlab
fastlane-plugin-run_tests_firebase_testlab Key Features
fastlane-plugin-run_tests_firebase_testlab Examples and Code Snippets
Community Discussions
Trending Discussions on fastlane-plugin-run_tests_firebase_testlab
QUESTION
I'm working on a fastlane lane using pink-room's fastlane firebase test lab plugin which needs a gcloud service account to connect to firebase and upload files to a bucket.
The service account is needed because the script runs in a docker container which must not be worked by humans.
Gcloud command seem to work, because the test are launched as intended, but the gsutil command which is use to upload raw results is failing.
When this service account is loaded, gsutil commands stop working because they throw a ConfigParser.ParsingError
"File contains parsing errors".
Here is what I get when trying to execute gsutil version -l
in order to gather more informations:
ANSWER
Answered 2018-Nov-30 at 00:43You say your boto file only has 2 lines, but I don't think that's the case, based on your error message :) I'm guessing either there's whitespace in there that you're not seeing (some unicode character that might not render correctly in your editor, perhaps?), or you didn't copy/paste the contents exactly as they appear in your file.
After finding a similar issue in this blog post, I noticed that the error you're seeing will print out the entire content of each problematic line that it found. It says it's printing line 3 (that shouldn't be possible if the boto file has only 2 lines), but doesn't show the gs_service_key_file =
text. I'm guessing there's some sort of line break between gs_service_key_file =
and /build/project-0/...
in your boto file.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install fastlane-plugin-run_tests_firebase_testlab
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page