Uh oh!
There was an error while loading. Please reload this page.
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".
Uh oh!
There was an error while loading. Please reload this page.
2183e5d to
5178b8dCompare0b1e6d0 to
c167ac7Compare5178b8d to
635084fComparec167ac7 to
e8f05e7Compare635084f to
286c5d5Comparee8f05e7 to
d4e542dCompare286c5d5 to
4d16994Compared4e542d to
3fa8959Compare4d16994 to
85fcf98Compare3c440c9 to
966c034Compare966c034 to
8f0dd84CompareThere 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".
Uh oh!
There was an error while loading. Please reload this page.
8f0dd84 to
74056bdCompareThere 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".
Uh oh!
There was an error while loading. Please reload this page.
74056bd to
3b82d78Compare3b82d78 to
618af1bCompare
This comment was marked as outdated.
This comment was marked as outdated.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
20b2b81 to
0bafb28CompareThere was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit:0bafb284f6
ℹ️ 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".
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
ovitrif
commented
May 18, 2026
PR now targeting master. |
Merging, |
Uh oh!
There was an error while loading. Please reload this page.
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.