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 GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit Jun 22, 2026
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: dokkimi/github-action@0ff28af0b711f11debece75f8dec89c4c5686dca # v1.0.2

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
testsPath to .dokkimi/ directory or a specific definition fileyes
max-parallelMaximum concurrent test environments6
max-bootingMaximum environments booting simultaneously2
timeoutHTTP request timeout in milliseconds30000
viewport-widthDefault browser viewport width for UI tests1280
viewport-heightDefault browser viewport height for UI tests720
junit-dirDirectory to accumulate JUnit XML reportsdokkimi-junit-reports
dump-retention-daysDays to retain the failed-run dump artifact (0 to disable)1
reportPost test summary to job summary and PR comment. Set to false for intermediate runs in multi-project setups.true
dokkimi-versionDokkimi CLI version to installlatest

no outputs