We have over 30 feature files with over 400 scenarios. The tests read some xml files that are sent from external sources and we currently received a new xml schema for the new dataset, which is a superset of the older schema. I need to run the tests with both schemas and I am trying to find a way to define which schema should be used at runtime. The tests should first be executed with the older schema and after executed with the new schema.
Is there any way to configure cucumber to do this automatically? The project is a java / maven project.
cheers
es