Skip to content

Latest commit

 

History

History
45 lines (28 loc) · 465 Bytes

File metadata and controls

45 lines (28 loc) · 465 Bytes
description Run Kogmios test suite

Test Workflow

Quick commands for running tests in Kogmios.

Quick Commands

Run All Tests

// turbo

./gradlew test

Test with Logging

./gradlew test --info

Run Single Test Class

./gradlew test --tests "io.newm.kogmios.protocols.statequery.StateQueryTest"

Troubleshooting

Flaky Tests

Force re-run:

./gradlew test --rerun-tasks