-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Conversation
There was a problem hiding this 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 @@ | |||
/* |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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
There was a problem hiding this 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.
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