Run tests for the DocuBox KMP project.
If $ARGUMENTS is provided, treat it as a test filter (class or method name).
Steps:
- •
Run common tests:
code./gradlew :composeApp:allTests
- •
If a specific test was requested, run with filter:
code./gradlew :composeApp:allTests --tests "*$ARGUMENTS*"
- •
If tests fail:
- •Read the test report for details
- •Show the failing test name, assertion, and expected vs actual values
- •Suggest a fix if the cause is clear
- •
If all tests pass, confirm with a summary of tests run.