Github Actions
- Github Actions is a continuous integration and continuous delivery (CI/CD) platform.
- Github Actions enables automation of the build, test, and deployment pipeline by providing workflows.
- Users can create workflows that build and test every pull request to a repository.
- Users can deploy merged pull requests to production.
- Get Started
Genymotion SaaS Action
- Genymotion SaaS Action launches Android devices on Genymotion SaaS.
- Genymotion SaaS Action runs automation tests (Appium, Espresso and others) on those devices.
- View Marketplace >>
Project Example
- Project Example with Genymotion Github Action workflow.
- View Code >>