Set up Appium and Git Hub Action

Hello I want to create a workflow in GitHub Actions to execute a series of tests in Appium and Maven. My question is if this is possible or not and how to do it. I need to set up a Android emulator and I dont know if you are able in GitHub Actions to do that and run the tests

You can check https://github.com/appium/appium-uiautomator2-driver/blob/master/.github/workflows/functional-test.yml for example

Hello, I am using mykola mokhnach reply which I found gound, but this should be somehow documented as this is basic needs, and building application on those pipelines are long, while we all look for the same thing.

You could add additional documentation to https://github.com/appium/appium-uiautomator2-driver/tree/master/docs

We’d be happy to review the PR

I added some github aciton here https://github.com/webdriverio/appium-boilerplate/

PR are still open, it work well, I started from there as it seems to be the best place to start for us for multiple reason.