diff --git a/README.md b/README.md index fad240fb112f05ca220912d491237aa604ca56a9..7a64d0c6968e5e0282c25bede23200ad6b3ad471 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,10 @@ ```bash $ npm install ``` +#### Se não tiver npx instalado: +```bash +$ sudo npm install -g npx +``` ### Rodando os tests através da GUI: diff --git a/cypress.json b/cypress.json index 52a7755c3a03446c96a45dd0f0e96a0ee851431e..6e4f1258907525f83b6085bf8e8ec9e38d0601ac 100644 --- a/cypress.json +++ b/cypress.json @@ -1,10 +1,10 @@ { "baseUrl": "http://simcaq.c3sl.ufpr.br/", "integrationFolder": "./tests", - "execTimeout": 60000, - "taskTimeout": 60000, - "defaultCommandTimeout": 20000, - "pageLoadTimeout": 200000, - "responseTimeout": 50000, - "requestTimeout": 50000 + "execTimeout": 80000, + "taskTimeout": 80000, + "defaultCommandTimeout": 40000, + "pageLoadTimeout": 400000, + "responseTimeout": 100000, + "requestTimeout": 100000 }