Skip to content

test suite

Overview

Command: r2r eac test suite <name> Purpose: Run tests for a specific test suite (parallel by default) Category: test

Syntax

r2r eac test suite <name> [options]

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


Tutorials | How-to Guides | Explanation | Reference

You are here: Reference — information-oriented technical descriptions of the system.