Skip to content
Snippets Groups Projects
Commit 2ebf8e13 authored by jvfpw18's avatar jvfpw18
Browse files

Update README.md

parent 82727f40
Branches
No related tags found
No related merge requests found
......@@ -5,17 +5,16 @@
### Instalando as dependências:
```bash
$ npm install
```
#### Se não tiver npx instalado:
```bash
# Opcional: instalar npx
$ sudo npm install -g npx
```
### Rodando os tests através da GUI:
```bash
$ npx cypress open
Executar simcaq-front.
- Selecionar Electron no canto superior direito
- Executar simcaq-front.
```
### Rodando pela CLI:
......@@ -23,6 +22,12 @@ Executar simcaq-front.
$ npx cypress run
```
#### Se não tiver npx instalado:
```bash
$ npm run cypress # Pela GUI
$ npm run cy:run # Pela CLI
```
### Arquivo com as especificações do teste:
```bash
./test/simcaq-front.js
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment