-
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
feat: Filtering test configurations (iOS TestPlans) #1448
Conversation
@Mergifyio rebase |
Command
|
628e113
to
f21a4c8
Compare
CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅ |
Timestamp: 2021-01-21 14:13:08 |
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.
Implementation looks great 👍
4931cb8
to
b843395
Compare
I have read the CLA Document and I hereby sign the CLA |
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.
Please update flank.ios.yml
Please provide a detailed Test Plan. Thanks! 👍 |
b843395
to
8ec53c3
Compare
Title does not follow the guidelines of Conventional Commits.
|
I have read the CLA Document and I hereby sign the CLA |
Title does not follow the guidelines of Conventional Commits.
|
1 similar comment
Title does not follow the guidelines of Conventional 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
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.
Still valid comment about missing documentation in flank.ios.yml
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.
- tested with default
ios_test_plan.yml
- Code looks good
Pls remove this spacing and update docs
…ipTestConfiguration
Co-authored-by: Jan Góral <60390247+jan-gogo@users.noreply.github.com>
fa41579
to
0dfd609
Compare
build.gradle.kts
Outdated
"**/*Generated.kt" // we can expand this list | ||
"**/*Generated.kt", | ||
"**/*Test.kt", | ||
"**/Test*.kt" // we can expand this list |
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.
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 are not updated with new options... |
Fixes #1379
This PR adds to new options for flank:
skip-test-configuration
only-test-configuration
Flank users can filter test configurations (inside of a test plan).
Test Plan
From project root:
additionally, edit
os_test_plan.yml
for testing different configurations.Checklist