Verify test execution filtering using @Tag annotation
Preconditions (2)
Step 1: Run tests with the tag filter set to 'fast'
Step 2: Observe which tests are executed
Step 3: Run tests with the tag filter set to 'slow'
Step 4: Observe which tests are executed
✅ Expected Result: Only tests with the specified tag are executed in each run