samedi 9 mai 2015

Is there a way to directly generate Step Definitions in Eclipse without Running Cucumber?

Im doing integration testing with cucumber and gradle in eclipse.

For now my workflow is

  1. write a feature file
  2. run it to generate step skeletons
  3. copy and implement them

This works good for new features and so on, but becomes quite bothersome if you have a large feature and implement new steps in the middle or towards the end. To get the new step skeletons i need to run the whole feature.

Even with the

dryRun = true

option this takes up a long time.

I have heard that intellyJ can generate these step skeletons directly and i would like to know if something like this is possible in eclipse?

Aucun commentaire:

Enregistrer un commentaire