adamcegielka / cucumber-and-bdd

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Learning Cucumber and BDD

Selenium.dev Cucumber Cucumber - GitHub

This is my personal repository to improve my skills in automated testing using Cucumber and BDD.
This project was created solely for my learning process and to showcase my testing skills.

Installation

Tutorials

Tips for IntelliJ IDEA:

🔸 SHIFT + F10 : run
🔸 CTRL + D : copying the whole line of code
🔸 ALT + J : selects the same text again, the possibility of editing several identical texts
🔸 CTRL + / : comment
🔸 CTRL + D : copying the whole line of code
🔸 CTRL + ALT + L : code formatting
🔸 CTRL + Y : delete the line
🔸 ALT + SHIFT + ↓/↑ : moving a line down or up

About


Languages

Language:Java 87.3%Language:Gherkin 12.7%