-
Notifications
You must be signed in to change notification settings - Fork 118
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: Test targets option for Corellium #2056
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
let's update the documentation in https://github.com/Flank/flank/blob/master/docs/flank_corellium.md to show that test targets is supported |
a3380f8
to
dd61d58
Compare
Timestamp: 2021-07-06 13:09:53 |
Sloox
approved these changes
Jul 5, 2021
e3e367a
to
acc8f74
Compare
acc8f74
to
5815ee3
Compare
Add filtering option to Apk.ParseTestCases. Log AndroidTestPlan.Config on ExecuteTests start. Refactor :tool:apk module TODO: integrate with test filtering tool
5815ee3
to
d1228b9
Compare
adamfilipow92
approved these changes
Jul 6, 2021
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes #2051
Requires #2055
Enchanted by #2062
Changes
:tool:apk
moduleTest Plan
build flank
. .env flankScripts assemble flank -d
and run
using configuration
As a results Flank should execute only test cases restricted by test targets.
Checklist