Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 950 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 950 Bytes

cypress-cucumber

exemplo imagem

Cypress Cucumber framework built over Youtube videos to teach the framework basics to anyone interested in this technology.

💻 Topics

We reviewed topics like:

  1. 'master' Branch:
  • Installation of Cucumber JS

  • Translation from a normal script to Gherkin

  • Add the step definitions

  • Implement Page Object Model

  • Reuse given step using Background

  • Adding examples to implement cucumber inline data table(read row by row)

  • Adding Cucumber Cypress report to the repository

  • 💻 Pre-requisites

Before you use this project you only need to have Node Js installed in your computer.

https://nodejs.org/es/download/

🚀 Install the project

Install project dependencies with: npm i