giolaq/Porthole Android Emulator
Boot an Android emulator, start Porthole, and run a smoke script.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| avd-name | Name to give the CI AVD. | no | porthole-ci |
| api-level | Android API level for the emulator image. | no | 35 |
| profile | phone, tv, or an Android hardware profile id. | no | phone |
| hardware-profile | Optional Android hardware profile id override. | no | "" |
| port | Porthole HTTP port. | no | 3200 |
| porthole-command | Command used to run Porthole. | no | npx --yes portholejs |
| script | Commands to run while the emulator and Porthole session are alive. | no | "$PORTHOLE_CLI" screenshot -q -p "$PORTHOLE_PORT" |
Outputs
| name | description |
|---|---|
| url | Porthole browser/control URL. |
| serial | Android emulator serial. |
| port | Porthole HTTP port. |