atoum
Verified for current stable LTS
Atoum Command: Run Tests With Specific Tag
An engineer would use the 'atoum --tags tag' command to execute only those unit tests that are labeled with a specific tag, such as 'performance' or 'regression', during a continuous integration pipeline to focus on a particular aspect of the codebase. Exact CLI syntax to run_tests_with_specific_tag using Atoum.
When to use this: An engineer would use the 'atoum --tags tag' command to execute only those unit tests that are labeled with a specific tag, such as 'performance' or 'regression', during a continuous integration pipeline to focus on a particular aspect of the codebase.
Command Syntax
atoum -t <tag> atoum -t <tag> Command Breakdown
-t- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to run_tests_with_specific_tag using Atoum.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Atoum Command: Run Specific Directory Of Tests
atoum -d <path/to/directory> Atoum Command: Run Tests Under Namespace atoum -ns <namespace> Atoum Command: Run Specific Test File atoum -f <path/to/file> Atoum Command: Run Tests By Tag atoum -t <tag> Atoum Command: Initialize Configuration File atoum --init