How to implement different data for cucumber scenarios based on environment
问题 I have an issue with executing the cucumber-jvm scenarios in different environments. Data that is incorporated in the feature files for scenarios belongs to one environment. To execute the scenarios in different environemnts, I need to update the data in the features files as per the environment to be executed. for example, in the following scenario, i have the search criteria included in the feature file. search criteria is valid for lets say QA env. Scenario: search user with valid criteria