Selenium Cucumber Java BDD Framework 1 - Setup | Step by Step | Raghav Pal

more about Raghav - Step 1 - Create a new maven project Step 2 - Add maven dependencies Cucumber Java | Cucumber JUnit | JUnit | Selenium Java Step 3 - Create a folder Features under src/test/resources Step 4 - Under features folder create a new feature file Step 5 - Download cucumber plugin from Eclipse Marketplace Step 6 - Create feature file and add contents Feature Scenario Steps Scenario Outline Example Tags Comments Step 7 - Try to run the feature fil
Back to Top