-
Notifications
You must be signed in to change notification settings - Fork 119
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
iOS: Support .xctestrun from Test Plan #685
Comments
6 tasks
jan-goral
added a commit
that referenced
this issue
Nov 2, 2020
jan-goral
added a commit
that referenced
this issue
Nov 3, 2020
jan-goral
added a commit
that referenced
this issue
Nov 4, 2020
jan-goral
added a commit
that referenced
this issue
Nov 5, 2020
jan-goral
added a commit
that referenced
this issue
Nov 9, 2020
mergify bot
pushed a commit
that referenced
this issue
Dec 8, 2020
Fixes #685 ## Documentation https://github.com/Flank/flank/blob/master/docs/feature/ios_test_plans.md ## Test Plan > How do we know the code works? From repository root: ``` . .env flankScripts testArtifacts -b master resolve flankScripts shell buildFlank cd test_runner flank ios run -c=./src/test/kotlin/ftl/fixtures/test_app_cases/flank-xctestrunv2-all.yml ``` Feel free to modify `flank-xctestrunv2-all.yml` to test possible edge-cases. ## Checklist - [x] Documented - [x] Unit tested
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
XCode Version: 13.3.1
Flank Version: v8.1.0
Description:
it would be very useful to be able to use Test Plans with Flank.
At the moment getting the following error after building the UITestScheme and specifying .xctestrun of the Test Plan:
Thank you!
The text was updated successfully, but these errors were encountered: