-
Notifications
You must be signed in to change notification settings - Fork 118
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
feat: added support for JUnit Theory tests #1968
Conversation
CLA Assistant Lite bot All contributors have signed 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.
Looking good, just small change request 👍🏻
test_runner/src/main/kotlin/ftl/run/platform/android/CreateAndroidTestContext.kt
Outdated
Show resolved
Hide resolved
Follow-up: create IT for this case |
@flank-it |
Integration tests succeed for all OSes ✅ |
b25a402
to
74dd6a1
Compare
74dd6a1
to
41163ca
Compare
JUnit Theories were not parsed by Flank perviously. This PR adds support for them.
Test Plan
Checklist