avito-tech/Emcee.cloud action
This action encapsulates Command-Line interface for Emcee.cloud
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Dec 12, 2024
- License
- MIT
Pinned Snippet
uses: avito-tech/emcee.cloud.action@c8b8e2e108794cc828d5ac7674d12a9e590852d5 # 0.1.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| cloud_url | Emcee.cloud URL (default "https://emcee.cloud") | no | — |
| emcee_token | Token for emcee.cloud API | yes | — |
| platform | ios/android | yes | — |
| config_path | Path to emcee.cloud config file | no | — |
| app_path | App binary (Path/URL) which you want to test | no | — |
| envs | Comma separated envs ex.ENV1=value1,ENV2=value2 | no | — |
| device_os_version | Device OS version (API level for Android). ex --os_version 34 --os_version iOS-17-0 | no | — |
| output_folder | Output folder for test run results. Default: current folder | no | — |
| reports | Comma separated list of reports to be downloaded upon completion. ex:allure,junit | no | — |
| runner | [iOS] Path/URL to your test runner. [Android. Optional] Class name of your test runner | no | — |
| tests_app_path | Binary (Path/URL) with tests | no | — |
| wait_for_finish | Waiting for the tests to complete. Default: true | no | — |
Outputs
| name | description |
|---|---|
| reports_path | Path to downloaded reports |