-
Notifications
You must be signed in to change notification settings - Fork 93
Labels
good first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
Terms
- I have searched open and closed feature requests
- I agree to follow Scribe-Android's Code of Conduct
Description
Description
We need to add a job to our existing GitHub Actions workflow (android_ci.yml) to run instrumentation tests for our Android app. This will ensure UI and integration tests are executed automatically on every pull request to the main branch, improving app reliability.
Tasks
- Add a new job to
.github/workflows/android_ci.ymlto run instrumentation tests. - Configure the job to:
- Run instrumentation tests with the command:
./gradlew connectedAndroidTest.
- Run instrumentation tests with the command:
- Test the job to confirm tests run successfully in CI.
Command to Run Tests Locally
To run instrumentation tests locally, connect a device or emulator and use:
./gradlew connectedAndroidTestContribution
Happy to help!
andrewtavis
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed