Exporting Cucumber steps from IDEA
Answered
Hello Team,
Is there a way to export the existing cucumber unique steps from all the existing feature files from IDEA? Example, we have a list of Cucumber features which contains repititive cucumber steps and I wanted to export only the unique steps from all feature files. How do I do that?
Best Regards,
Anandhi
Please sign in to leave a comment.
IntelliJ IDEA doesn't have this feature.
Maybe you should look into generating the reports and filtering the unique steps from the results? Check https://www.toolsqa.com/selenium-cucumber-framework/cucumber-reports/ .
You can also try asking at https://stackoverflow.com/ for some solution that is not IDE specific.