We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I pass the --test & --xctestrun-file via CLI , it exits the command with test is not set message. So looks like https://github.com/TestArmada/flank/blob/380de617040ab049de94491e4911d97b83e6630f/test_runner/src/main/kotlin/ftl/args/yml/IosGcloudYml.kt#L33 & https://github.com/TestArmada/flank/blob/380de617040ab049de94491e4911d97b83e6630f/test_runner/src/main/kotlin/ftl/args/yml/IosGcloudYml.kt#L34 causing the issue.
--test
--xctestrun-file
test is not set
If I understand the code correctly, it expects the yml file must have entries for https://github.com/TestArmada/flank/blob/380de617040ab049de94491e4911d97b83e6630f/test_runner/src/main/kotlin/ftl/args/yml/IosGcloudYml.kt#L29 which will restrict user to pass them via CLI.
Can someone please check this? Thanks
The text was updated successfully, but these errors were encountered:
Thanks for the feedback! I will fix this in #566 and make a new release today.
Sorry, something went wrong.
The issue has been resolved in https://github.com/TestArmada/flank/releases/tag/v6.2.2
bootstraponline
Successfully merging a pull request may close this issue.
When I pass the
--test
&--xctestrun-file
via CLI , it exits the command withtest is not set
message. So looks like https://github.com/TestArmada/flank/blob/380de617040ab049de94491e4911d97b83e6630f/test_runner/src/main/kotlin/ftl/args/yml/IosGcloudYml.kt#L33 & https://github.com/TestArmada/flank/blob/380de617040ab049de94491e4911d97b83e6630f/test_runner/src/main/kotlin/ftl/args/yml/IosGcloudYml.kt#L34 causing the issue.If I understand the code correctly, it expects the yml file must have entries for https://github.com/TestArmada/flank/blob/380de617040ab049de94491e4911d97b83e6630f/test_runner/src/main/kotlin/ftl/args/yml/IosGcloudYml.kt#L29 which will restrict user to pass them via CLI.
Can someone please check this? Thanks
The text was updated successfully, but these errors were encountered: