Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mrk-qa committed Feb 10, 2024
1 parent fe8a235 commit 426cfd3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@

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.

Em seguida, execute `robot -d reports/ tests/*.robot` para rodar os testes.
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"`.

Em seguida, execute `robot -d reports/ -r index.html tests/*.robot` para rodar os testes.

## 🔮 Apoie este projeto

Expand Down

0 comments on commit 426cfd3

Please sign in to comment.