Skip to content

Latest commit

 

History

History
45 lines (34 loc) · 1.32 KB

README.md

File metadata and controls

45 lines (34 loc) · 1.32 KB

cypress-demo-framework

exemplo imagem

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

💻 Topics

We reviewed topics like:

  • Mocha Structure

  • Mocha Hooks

  • Retry Ability

  • Cy.Request(For API testing)

  • Write and Read a file.

  • Page Object Model

  • Browser, Arch, and DOM commands.

  • Locators

  • Location Methods(URL Validation)

  • Cy.Intercept(To mock and stub APIs)

  • Fixtures

  • Data Driven Testing

  • Cypress Studio Review

  • Cypress Custom Commands

  • Cypress Assertions

  • Cypress variables and aliases.

  • Plugins: Browserstack, Mochawesome Reporter, Cypress Grep, Xpath

  • Dockerfile added.

  • Jenkinsfile added.

  • Github Actions & Gitlab CI/CD yml files.

  • Typescript Configuration

  • Visual Testing with Applitools

  • Database Testing using SQL

  • Lighthouse integration

  • 💻 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