Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brunodorea/qazando-playwright
Repositório criado para os testes do bootcamp de Playwright.
https://github.com/brunodorea/qazando-playwright
javascript playwright qa qazando
Last synced: about 5 hours ago
JSON representation
Repositório criado para os testes do bootcamp de Playwright.
- Host: GitHub
- URL: https://github.com/brunodorea/qazando-playwright
- Owner: BrunoDorea
- License: mit
- Created: 2023-09-26T16:33:38.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-27T17:15:15.000Z (about 1 year ago)
- Last Synced: 2023-09-28T04:49:31.106Z (about 1 year ago)
- Topics: javascript, playwright, qa, qazando
- Language: JavaScript
- Homepage:
- Size: 141 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Bootcamp Playwright - QAzando
[![wakatime](https://wakatime.com/badge/user/68660678-6b86-4b78-98df-f5f41a37e1bc/project/09185163-7711-4909-b4c3-41c3697008c8.svg)](https://wakatime.com/badge/user/68660678-6b86-4b78-98df-f5f41a37e1bc/project/09185163-7711-4909-b4c3-41c3697008c8)
## 💼 Sobre o projeto
Este repositório foi criado para o bootcamp de Playwright da QAzando.
## ✅ Objetivo
Repositório criado para os testes do bootcamp de Playwright.
## 💻 Tecnologias e Ferramentas
![Playwright](https://img.shields.io/static/v1?style=for-the-badge&message=Playwright&color=2EAD33&logo=Playwright&logoColor=FFFFFF&label=)
![JavaScript](https://img.shields.io/static/v1?style=for-the-badge&message=JavaScript&color=222222&logo=JavaScript&logoColor=F7DF1E&label=)## 👨🏽💻 Autor
Bruno Dórea
![https://www.linkedin.com/in/brunohfdorea/](https://img.shields.io/static/v1?style=for-the-badge&message=LinkedIn&color=0A66C2&logo=LinkedIn&logoColor=FFFFFF&label=)
[![https://www.brunodorea.com.br](https://img.shields.io/static/v1?style=for-the-badge&message=brunodorea.com.br&color=262626&label=%3Cb/%3E&labelColor=dd9208)](https://www.brunodorea.com.br)## 📝 License
Esse projeto está sob a licença MIT. Veja o arquivo [LICENSE](LICENSE) para mais detalhes.
---
## 🖥️ Pre Configuração
- Instalar o node.js
- Instalar um IDE (VSCode ou outra de sua preferência)## 🖥️ Comandos
| Descrição | Comando |
| :------------------------------: | :---------------------------: |
| Criar o projeto | `npm init playwright@latest` |
| Executar os testes | `npx playwright test` |
| Exibir o Report | `npx playwright show-report` |
| Executar os testes (criar) | `npx playwright test --debug` |
| Executar os testes com interface | `npx playwright test --ui` |