Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/charlyautomatiza/playwright-workshop-esp
Workshop en Español: Web Testing Moderno con Playwright
https://github.com/charlyautomatiza/playwright-workshop-esp
playwright qa qaautomation test-automation typescript webautomation workshop
Last synced: 20 days ago
JSON representation
Workshop en Español: Web Testing Moderno con Playwright
- Host: GitHub
- URL: https://github.com/charlyautomatiza/playwright-workshop-esp
- Owner: charlyautomatiza
- License: mit
- Created: 2023-09-10T15:34:34.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-23T01:15:31.000Z (3 months ago)
- Last Synced: 2024-10-22T17:32:29.654Z (2 months ago)
- Topics: playwright, qa, qaautomation, test-automation, typescript, webautomation, workshop
- Homepage: https://charlyautomatiza.tech
- Size: 60.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
🎭 Workshop: Web Testing Moderno con Playwright 🎭Este workshop está basado en la versión en inglés de Butch Mayhew impartido en la conferencia Ministry of Testing [Hands on Test Automation With Playwright](https://www.ministryoftesting.com/events/hands-on-test-automation-with-playwright#sessions) workshop.
Link al repo original:## Detalles del Workshop
### Descripción
Playwright es una nueva herramienta que se ha unido a las filas de Cypress y Selenium en herramientas de automatización de código abierto. Durante este taller tendrá la oportunidad de aprender y obtener experiencia práctica con las principales características que hacen de Playwright una gran opción para sus pruebas automatizadas de regresión.
### Lo que se llevarán
* Conocer las principales características de Playwright
* Examinar una aplicación y crear un plan de pruebas sencillo
* Crear pruebas automatizadas para los escenarios que hemos identificado previamente
* Crear una prueba que utilice las características avanzadas de Playwright interceptando el tráfico de red### Pre-requisitos
* Conocimientos básicos de cualquier lenguaje de programación
* Node 18 o superior instalado
* Windows 10+, Windows Server 2016+ o Windows Subsystem for Linux (WSL).
* macOS 13 Ventura, o macOS 14 Sonoma.
* Debian 11, Debian 12, Ubuntu 20.04 o Ubuntu 22.04, Ubuntu 24.04, en x86-64 y arquitectura arm64.
* VS Code instalado
* Capacidad para instalar paquetes npm## Recursos útiles de Playwright
* [Playwright.dev](https://playwright.dev/) - Documentación oficial
* [Playwright Discord](https://aka.ms/playwright/discord) - hay un foro como canal donde pueden hacer preguntas o buscar respuestas si están atascados.
* [Playwright Solutions](https://playwrightsolutions.com/) - Butch Mayhew este sitio para ayudar a proporcionar soluciones de alta calidad a problemas comunes con Playwright en Javascript/Typescript.