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

All branches: run UI tests on Firebase Test Lab with Travis #229

Closed
JoseAlcerreca opened this issue Nov 4, 2016 · 2 comments
Closed

All branches: run UI tests on Firebase Test Lab with Travis #229

JoseAlcerreca opened this issue Nov 4, 2016 · 2 comments

Comments

@JoseAlcerreca
Copy link
Contributor

There's a way to add the client secrets to travis, encrypting a file:

http://engineering.dailymotion.com/running-firebase-test-lab-on-travis-ci/

But I'm not sure about this particular implementation. after_success looks like the wrong hook to run UI tests unless we just want to warn about failures. Not sure how that'd work.

@oldergod
Copy link
Contributor

oldergod commented Nov 5, 2016

As you said, I don't think after_success is the right one to run those tests.
I would rather run them as a simple extra step in the script list of commands and then use after_script to download the results via gsutil.

@JoseAlcerreca
Copy link
Contributor Author

Apparently Travis is having problems at the moment. The CLI tool doesn't authenticate
travis-ci/travis.rb#448 and others

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

2 participants