test Commands
Testing and test suite management for BDD specifications and unit tests.
Commands in this Category
| Command | Purpose |
|---|---|
| test | Test one or more modules |
| test debug | Parse test results and list failures |
| test export-manual | Export manual test scenarios |
| test import-manual | Import manual test results |
| test list-suites | List all available test suites |
| test merge-results | Merge manual results into test manifest |
| test suite | Run tests for a specific test suite |
Quick Examples
# Test a module
r2r eac test src-auth
# Run test suite
r2r eac test suite integration
# Debug failures
r2r eac test debug
# Manual testing workflow
r2r eac test export-manual --module src-auth --release v1.2.0
r2r eac test import-manual --input results.json --release v1.2.0
r2r eac test merge-results --module src-auth --version v1.2.0
See Also
Tutorials | How-to Guides | Explanation | Reference
You are here: Reference — information-oriented technical descriptions of the system.