adriastephanie / cypress-typescript

exemplo de testes funcionais (e2e) com cypress + typescript com 2 estruturas diferentes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cypress + Typescript

Repository with typescript project

Build status

Tech

Installation

npx cypress open
npm i

Command Line

Opens the Cypress Test Runner:

npm run cy:open

Running Cypress Tests in Headless mode:

npm run cy:ci
npm install mocha-junit-reporter --save-dev

License

MIT

Free Software, Hell Yeah!

About

exemplo de testes funcionais (e2e) com cypress + typescript com 2 estruturas diferentes

License:MIT License


Languages

Language:TypeScript 59.6%Language:JavaScript 40.4%