Introduction
Command-line options let you control how tests run without changing the code. They make testing flexible and easy.
You want to run only tests with a specific name or keyword.
You want to see detailed information about test failures.
You want to stop running tests after the first failure.
You want to run tests in a specific folder or file.
You want to run tests quietly without extra output.