dokkimi/Dokkimi Run Tests
Run Dokkimi integration tests using Docker. Generates a JUnit XML report and posts a test summary to the GitHub Actions job summary.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jun 22, 2026
- License
- MIT
Pinned Snippet
uses: dokkimi/github-action@0ff28af0b711f11debece75f8dec89c4c5686dca # v1.0.2tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| tests | Path to .dokkimi/ directory or a specific definition file | yes | — |
| max-parallel | Maximum concurrent test environments | — | 6 |
| max-booting | Maximum environments booting simultaneously | — | 2 |
| timeout | HTTP request timeout in milliseconds | — | 30000 |
| viewport-width | Default browser viewport width for UI tests | — | 1280 |
| viewport-height | Default browser viewport height for UI tests | — | 720 |
| junit-dir | Directory to accumulate JUnit XML reports | — | dokkimi-junit-reports |
| dump-retention-days | Days to retain the failed-run dump artifact (0 to disable) | — | 1 |
| report | Post test summary to job summary and PR comment. Set to false for intermediate runs in multi-project setups. | — | true |
| dokkimi-version | Dokkimi CLI version to install | — | latest |
Outputs
no outputs