I am using below combination for my UI automation code.
- Selenium
- Java
- Cucumber
- TestNG
- Maven
When I run my CukesRunner class to execute the feature files, it runs successfully. But the TestNG window in Intellij show only till the feature name and the scenario/step details are missing.
Please correct me if I am wrong. Thank you.