You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,9 @@
15
15
16
16
Para rodar o projeto de automação de testes na sua máquina, clone o repositório e execute o comando `pip install -r requirements. txt` para instalar todas as dependências.
17
17
18
-
Em seguida, execute `robot -d reports/ tests/*.robot` para rodar os testes.
18
+
Fazer o download e configurar o [chromedriver](https://chromedriver.chromium.org/downloads). Inclua o local do ChromeDriver na variável de ambiente PATH ou configure a Keyword `Open Browser` com o argumento `executable_path="caminho/do/chromedriver"`.
19
+
20
+
Em seguida, execute `robot -d reports/ -r index.html tests/*.robot` para rodar os testes.
0 commit comments