From 6dae5f473b12951a42c48a9edd0d295834d60ce9 Mon Sep 17 00:00:00 2001 From: jvfpw18 <jvfpw18@inf.ufpr.br> Date: Fri, 28 Jun 2019 11:31:50 -0300 Subject: [PATCH] Update README.md --- README.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/README.md b/README.md index e69de29..cf5df41 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,25 @@ +# SIMCAQ Frontend Run Test Using Cypress + +## Modo de uso + +### Instalando as dependências: +```bash +$ npm install +``` + +### Rodando os tests através da GUI: + +```bash +$ npx cypress run +Executar simcaq-front. +``` + +### Rodando pela CLI: +```bash +$ npx cypress run +``` + +### Arquivo com as especificações do teste: +```bash +./test/simcaq-front.js +``` \ No newline at end of file -- GitLab