Skip to content

adamcegielka/cucumber-and-bdd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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