jeudi 4 janvier 2018

How to run single cucumber scenario by name

I'm asking for help on how to run a feature file scenario just by name. I know that can be done by tags or by line number, but I wonder we you can run a cucumber test by name, more or less with this nomenclature.

Given a file named "features/test.feature" with:

Feature: 
  Scenario: My first scenario
    Given this step is blah blah blah

  Scenario: My second scenario
    Given this step too blah blah

I want to run a scenario by name from the console or with gradle, maybe similar this way

cucumber features/test.feuture::My second scenario

Or maybe with gradle

./gradlew cucumber::My second scenario

Aucun commentaire:

Enregistrer un commentaire