Skip to content
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

Run instrumentation tests on Firebase. #220

Open
artem-zinnatullin opened this issue Sep 7, 2017 · 8 comments
Open

Run instrumentation tests on Firebase. #220

artem-zinnatullin opened this issue Sep 7, 2017 · 8 comments

Comments

@artem-zinnatullin
Copy link
Owner

0.47s$ echo no | android create avd --force -n test -t android-18 --abi armeabi-v7a
Error: Target id is not valid. Use 'android list targets' to get the target ids.
The command "echo no | android create avd --force -n test -t android-18 --abi armeabi-v7a" failed and exited with 1 during .

I'm tired of Travis flakiness and now android sdk update broke the repo.

@knightcube
Copy link

How do i run instrumentation tests on firebase?

@artem-zinnatullin
Copy link
Owner Author

https://firebase.google.com/docs/test-lab/

Not sure what do you ask here, you mean how to set Firebase Test Lab for this particular project or just in general?

@knightcube
Copy link

yeah sorry to be not specific. I am a newbie in github and i want to understand how to solve issues of a particular repository. For instance) In this particular issue should i test the app using Firebase test labs? If yes then what else should i do to make a significant contribution to this repository?

@artem-zinnatullin
Copy link
Owner Author

You can start with something simple, like updating dependencies, then just pick an issue and comment with possible solution so we could agree on implementation before the PR :)

@knightcube
Copy link

How can i update dependencies?...Is there any link or documentation that can help me to do that?

@artem-zinnatullin
Copy link
Owner Author

Well, you probably need to start with Gradle Dependency Management Basics documentation

@mcassiano
Copy link

Do you need help? I've done this before for a small app, but using CircleCI. I think there are a few differences in the configuration file for Travis, but it shouldn't be that hard.

@artem-zinnatullin
Copy link
Owner Author

Yep, I've done it but help would be appreciated 👍 (i don't have much time to do it)

The only problem is API key, we can set it up so it would work only on my PRs without leaking key but I'm not sure it adds value then…

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants