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 #1109

Open
wants to merge 25 commits into
base: service_rewrite_2023
Choose a base branch
from

Conversation

jiji14
Copy link
Contributor

@jiji14 jiji14 commented Nov 27, 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

Need to run server in background

Step3. Run Test Script

@jiji14 jiji14 changed the title Appium Android Github Action Appium Android Github Action Test 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
1 participant