Skip to content

Creamos en vivo un starter project para Web Test Automation basado en TestCafé y TypeScript

License

Notifications You must be signed in to change notification settings

charlyautomatiza/starter-test-cafe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Twitch Discord

TestCafé

Starter project creado en vivo en stream de Twitch basado en TestCafé, TypeScript y Node.js

Requerimientos generales

  • Instalar Node.js
  • Instalar algún cliente git como por ejemplo git bash
  • Tener instalado Chrome 98 (No Chromium) y Firefox 97

Instalación del framework de pruebas

Clonar el repositorio:

git clone https://github.com/charlyautomatiza/starter-test-cafe.git

Instalar las dependencias.

npm install

Para la ejecución de los test de web

npm run test