Jhamm1 / FE_TestFramework_Cypress

This is a frontend test service developed in Cypress.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cypress with PageObjects

This repository contains materials for the Cypress with PageObjects presentation.

Install dependencies

$ npm install

Run app

$ npm start

Run tests

$ npm test

Run test from chrome browser

$ ./node_modules/cypress/bin/cypress run --browser chrome

About

This is a frontend test service developed in Cypress.


Languages

Language:JavaScript 74.1%Language:Vue 25.9%