atoum
Verified for current stable LTS
Atoum Command: Run Tests By Tag
An engineer would use the atoum command 'atoum --tags testTag' when they want to execute a specific subset of automated tests that are categorized under 'testTag' to efficiently validate particular features or functionalities. Exact CLI syntax to run tests by tag using Atoum.
When to use this: An engineer would use the atoum command 'atoum --tags testTag' when they want to execute a specific subset of automated tests that are categorized under 'testTag' to efficiently validate particular features or functionalities.
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 by 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 Tests With Specific Tag atoum -t <tag> Atoum Command: Run Specific Test File atoum -f <path/to/file> Atoum Command: Initialize Configuration File atoum --init