test: add android test lanes#943
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 0b1e6d0c59
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
2183e5d to
5178b8d
Compare
0b1e6d0 to
c167ac7
Compare
5178b8d to
635084f
Compare
c167ac7 to
e8f05e7
Compare
635084f to
286c5d5
Compare
e8f05e7 to
d4e542d
Compare
286c5d5 to
4d16994
Compare
d4e542d to
3fa8959
Compare
4d16994 to
85fcf98
Compare
3c440c9 to
966c034
Compare
966c034 to
8f0dd84
Compare
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 8f0dd84e8e
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
8f0dd84 to
74056bd
Compare
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 74056bd489
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
74056bd to
3b82d78
Compare
3b82d78 to
618af1b
Compare
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 618af1b1de
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
Related: #950
Stacked on #942.
The Claude auto-review workflow change was split into #949 so this PR only carries Android test lane setup.
Description
devDebugAndroid test lane tasks from annotation files into.bitkit.test.annotations, so adding a new annotation class automatically adds the matching lane task.UI Testsworkflow with asuitesinput. Useallfor the full Android test suite, or comma-separated simple annotation names such asComposeUi,CoreServiceIntegration.Preview
N/A - test workflow enhancements.
QA Notes
Manual Tests
suites=ComposeUi: workflow accepts the targeted suite input.Automated Checks
./gradlew compileDevDebugKotlin testDevDebugUnitTest compileDevDebugAndroidTestKotlin detekt./gradlew tasks --all | rg "connectedDevDebug.*AndroidTest"./gradlew connectedDevDebugAndroidTest -PbitkitAndroidTestAnnotation=ComposeUi -m./gradlew connectedDevDebugComposeUiAndroidTest -m(after merge)Verify the manualUI Testsworkflow exposes the newsuitesinput by running one targeted suite.