1
votes

I am using below combination for my UI automation code.

  1. Selenium
  2. Java
  3. Cucumber
  4. TestNG
  5. 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.

enter image description here

Please correct me if I am wrong. Thank you.

1

1 Answers

0
votes

It could be caused by the known issue:

  • IDEA-151363 JUnit Runner - test name is truncated until '.' if it contains '.'