I have all the feature files used in cucumber tests for my java maven application.
I want to reuse these feature files and the step definitions to generate Gatling scenarios and do load testing.
How can I do that?
I am doing this as it would save me duplicate work of creating scenarios.