Skip to content

Instantly share code, notes, and snippets.

@DK15
Created April 26, 2019 13:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DK15/ed8995705cd27be33037a7f0f0ed997d to your computer and use it in GitHub Desktop.
Save DK15/ed8995705cd27be33037a7f0f0ed997d to your computer and use it in GitHub Desktop.
Steps to create Cucumber feature file in Android Studio
Right-click on features folder and select New -> Edit File Templates that will open File and Code Templates Dialog.
Click on `+' icon and write down “Cucumber feature file” in the name field and “feature” in the extensions field.
Press Apply and OK buttons to confirm the new item creation.
Right-click on features folder again select New and you will see Cucumber Feature file template. Select this option and name the file as login.
Observe that login.feature file is now created under features folder.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment