This repository contains e2e tests written in Cypress to test the site https://telnyx.com/ Contains of:
- Page Object Model
- Tests are located in cypress/e2e/tests folder
- Allure report integration
Before using cypress, you need to install node.js, install all the dependencies for doing the full operation of the node.js.
- @shelex/cypress-allure-plugin: 2.31.0
- allure-commandline: 2.18.1
- cypress: 10.8.0
- Clone the repository using "git clone "
- npm init
- npm i
- npm run cy:run
- npm run allure:generate
- cypress.config.js - Main config file where default behavior of Cypress can be modified.
- plugins/index.js - Plugins file is where we can programmatically alter the resolved configuration
ISC