Created
April 26, 2019 13:23
-
-
Save DK15/ed8995705cd27be33037a7f0f0ed997d to your computer and use it in GitHub Desktop.
Steps to create Cucumber feature file in Android Studio
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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