Skip to content

turn on travis testing for in-app messaging display #1887

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

Merged
merged 7 commits into from
Sep 28, 2018

Conversation

mylyuic
Copy link
Contributor

@mylyuic mylyuic commented Sep 27, 2018

Since InAppMessaging 0.12.0 has been released, we can now run ui tests for in-app messaging display publicly. So turn on testing in our scripts

@mylyuic mylyuic requested a review from paulb777 September 27, 2018 22:18
Copy link
Member

@paulb777 paulb777 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for working on this!

@@ -0,0 +1,25 @@
/*
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This file should be part of the public headers so that static libraries work out of the box for anyone installing the pod that way.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

actually, fiam display already has a public umbrella file which can be used as the bridge header for this swift sample project. Removing this BridgeHeader.h file.

thanks for the reminder.

scripts/build.sh Outdated
@@ -204,6 +204,16 @@ case "$product-$method-$platform" in
test
fi

# Run UI tests on both iPad and iphone simultors
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It looks like the IAM tests roughly double the running time of the first build stage.

Given that, IAM should be separated into its own set stage like Firestore is.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done with the new commits

Copy link
Member

@paulb777 paulb777 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM - good to merge if travis stays green.

@mylyuic mylyuic merged commit fac0b7f into master Sep 28, 2018
@morganchen12 morganchen12 deleted the mylyuic/traivs-testing-for-fiam-display branch September 30, 2018 06:33
@firebase firebase locked and limited conversation to collaborators Oct 26, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants