Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thinogueiras/playwright-pytest
Automação de Testes de UI com PyTest e Playwright.
https://github.com/thinogueiras/playwright-pytest
e2e-tests github-actions playwright playwright-pytest playwright-python pytest python test-automation web-testing
Last synced: 7 days ago
JSON representation
Automação de Testes de UI com PyTest e Playwright.
- Host: GitHub
- URL: https://github.com/thinogueiras/playwright-pytest
- Owner: thinogueiras
- License: mit
- Created: 2024-01-28T18:36:56.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-03-12T21:13:46.000Z (11 months ago)
- Last Synced: 2024-11-16T10:09:48.270Z (2 months ago)
- Topics: e2e-tests, github-actions, playwright, playwright-pytest, playwright-python, pytest, python, test-automation, web-testing
- Language: Python
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Automação de Testes de UI com PyTest e Playwright.
## Pré-requisitos mínimos de ambiente:
[Python](https://www.python.org/downloads/) 3.11.x.
[Node.js](https://nodejs.org/en) 18.17.x.
## Instalação do projeto:
```
pip install -r requirements.txt
```## Instruções:
Executar o comando abaixo no terminal:
```
playwright install
```## Execução dos testes:
```
pytest --html=reports/report.html tests/submitForm.py
```## Execução dos testes em paralelo:
```
pytest --html=reports/report.html --numprocesses 7 tests/submitForm.py
```---
Thiago Nogueira dos Santos 🤓 ✌🏻
QA Automation Engineer 🔎 🐞