Run Single Scenario Using JUnit in cucumber
✅ 1. Use a Unique Tag for the Scenario (e.g., @Single)
Feature: Login Functionality
@Single
Scenario: User logs in with valid credentials
Given the user is on the login page
When the user enters valid credentials
Then the user should...
selenium-java-testng.hashnode.dev1 min read