Skip to content
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

Appium Android Github Action Test #1107

Closed
wants to merge 47 commits into from

Conversation

jiji14
Copy link
Contributor

@jiji14 jiji14 commented Nov 22, 2023

related issue : #1099

This PR is for testing Appium Android on GitHub Actions. For cleaner commit messages, I will close this PR and then add the final codes in #1099.

Checklist

  • Android Emulator Setup
  • Rum Appium Server
  • Run Test Script

Step 1: Android Emulator Setup

To set up the Android Emulator on the GitHub Environment, I utilized the android-emulator-runner public GitHub Action workflow. This workflow automates the process of running Android Emulator tests in CI/CD pipeline.

However, I encountered an issue related to the Gradle version. This problem arose because the default Java version in the GitHub environment is Java 1.8, whereas our requirements dictate Java 11. To address this, I added a workflow to set up JDK 11. This change ensures compatibility and resolves the Gradle version error.

For more details on the issue and the solution, you can refer to this GitHub issue.

Step2. Run Appium Server

Step3. Run Test Script

working now

@jiji14 jiji14 changed the base branch from service_rewrite_2023 to master November 22, 2023 21:03
@jiji14 jiji14 marked this pull request as draft November 27, 2023 20:12
@jiji14 jiji14 changed the base branch from master to service_rewrite_2023 November 27, 2023 20:14
@jiji14 jiji14 marked this pull request as ready for review November 27, 2023 20:15
@jiji14
Copy link
Contributor Author

jiji14 commented Nov 27, 2023

Close this PR from Github issue. Will open new PR

@jiji14 jiji14 closed this Nov 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant