Skip to content

Commit 426cfd3

Browse files
committed
update readme
1 parent fe8a235 commit 426cfd3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@
1515

1616
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.
1717

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.
1921

2022
## 🔮 Apoie este projeto
2123

0 commit comments

Comments
 (0)