Run pytest tests in parallel using -n auto
Preconditions (2)
Step 1: Open the terminal
Step 2: Navigate to the directory containing the test file
Step 3: Run the command: pytest -n auto
Step 4: Observe the test execution running in parallel
Step 5: Verify all tests pass successfully
✅ Expected Result: Tests run in parallel using all available CPU cores and all tests pass