bdd process code example
Example: bdd process
1.We write scenarios first in feature files.
2. We run the scenarios, tests are failing.
3. We get empty auto-generated snippets in the console.
4. We implement java-selenium...
5. We run again. Tests should pass.
6. Refactor &/ add more scenarios