test suite
Overview
Command: r2r eac test suite <name>
Purpose: Run tests for a specific test suite (parallel by default)
Category: test
Syntax
Options
| Flag | Description |
|---|---|
--parallel |
Run tests in parallel (default) |
--sequential |
Run tests sequentially |
--verbose |
Verbose output |
--tags |
Filter by tags |
Examples
# Run suite
r2r eac test suite integration
# Run with specific tags
r2r eac test suite integration --tags @critical
# Run sequentially
r2r eac test suite unit --sequential
See Also
- test - Test modules directly
- test list-suites - List available suites
- show suite - Suite details
- test Commands
Tutorials | How-to Guides | Explanation | Reference
You are here: Reference — information-oriented technical descriptions of the system.