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

Create deep link test runners for Android and iOS #2

Open
wants to merge 120 commits into
base: main
Choose a base branch
from

Conversation

matthew-carroll
Copy link
Contributor

Create deep link test runners for Android and iOS.

This PR adds an example project where we can configure deep links for Android and iOS, handle deep links in the Flutter code, and write tests for that deep link behavior using the new test runners.

This PR also includes a website that holds a single file - the Apple domain association file. Without that file being hosted at the given domain, Apple won't launch a Universal Link into an app. I hosted that website with Firebase. The domain is deeplinks.flutterbountyhunters.com.

This PR includes CI tests that run an Android emulator and iOS simulator and executes the deep link tests in the example app.

… couple workflow steps that may have killed the simulator
…now adding following step to wait for app to launch, just in case it really did launch.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant