fsoaresqa / cy_ui

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cy_ui

Exemplo de pesquisa e validações utilizando cypress

Installation

Instale o Cypress: npm install cypress --save-dev

Clone: https://github.com/fsoaresqa/cy_ui.git

Instalar as dependências (package.json): npm install

Executando os testes

Rodar os testes em modo headless (electron)

$ npx cypress run

Rodar os testes no modo interativo (Playground)

$ npx cypress open

About


Languages

Language:JavaScript 86.8%Language:Gherkin 13.2%