Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/matco/action-connectiq-tester
https://github.com/matco/action-connectiq-tester
connect-iq garmin github-action monkey-c
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/matco/action-connectiq-tester
- Owner: matco
- License: unlicense
- Created: 2022-07-11T20:08:09.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-13T20:30:25.000Z (9 months ago)
- Last Synced: 2025-01-22T23:16:42.942Z (17 days ago)
- Topics: connect-iq, garmin, github-action, monkey-c
- Language: Shell
- Homepage:
- Size: 8.79 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-garmin - action-connectiq-tester - GitHub action for `connect-iq-tester` (2024-05-13) (Tools / Older resources)
README
# ConnectIQ Tester for GitHub Actions
ConnectIQ Tester is a GitHub Action that can be used to run the test "Run No Evil" of a ConnectIQ application. It relies on the Docker image [ghcr.io/matco/connectiq-tester](https://github.com/matco/connectiq-tester).
## Usage
Here is sample step to test your application in your CI workflows:
```
- name: Test application
id: run_tests
uses: matco/action-connectiq-tester@v1
with:
device: fenix5
```### Inputs
* path: The path of the application to test. By default, the root of the repository will be used.
* device: The id of the device used to run the tests. By default, a Fenix 7 will be used.
* certificate: The optional path of a certificate used to compile the application relatively to the path of the application. If not specified, a temporary certificate will be generated automatically.### Outputs
* status: "success" if tests succeeded, "failure" if not