Right now, step definition files for integration testing extend from IntegrationTestingBase to start and manipulate an ephemeral server.
It would be preferable for this to be a "hook" to the Cucumber feature file tag @IntegrationTest. Besides the fact I think this is a cleaner setup, I believe this prevents reuse and splitting up of current step definition methods.
Right now, step definition files for integration testing extend from IntegrationTestingBase to start and manipulate an ephemeral server.
It would be preferable for this to be a "hook" to the Cucumber feature file tag
@IntegrationTest
. Besides the fact I think this is a cleaner setup, I believe this prevents reuse and splitting up of current step definition methods.