Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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` |