From 2ebf8e13ddf0f4813540d1f8414599c3f39b5a4e Mon Sep 17 00:00:00 2001
From: jvfpw18 <jvfpw18@inf.ufpr.br>
Date: Mon, 22 Jul 2019 09:57:09 -0300
Subject: [PATCH] Update README.md

---
 README.md | 15 ++++++++++-----
 1 file changed, 10 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md
index 7a64d0c..6aaca01 100644
--- a/README.md
+++ b/README.md
@@ -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
-- 
GitLab