Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Creamos en vivo un starter project para Web Test Automation basado en TestCafé y TypeScript
https://github.com/charlyautomatiza/starter-test-cafe

qa-automation-test qaautomation test-automation testcafe typescript

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        


Twitch
Discord



# [![TestCafé](https://raw.githubusercontent.com/DevExpress/testcafe/master/media/testcafe-logo.svg?sanitize=true "https://testcafe.io")](https://testcafe.io)

## Starter project creado en vivo en [stream de Twitch](https://www.twitch.tv/charlyautomatiza) basado en [TestCafé](https://webdriver.io/), [TypeScript](https://www.typescriptlang.org/) y [Node.js](https://nodejs.org/en/)

### Requerimientos generales

- Instalar [Node.js](https://nodejs.org/es/download/)
- Instalar algún cliente git como por ejemplo [git bash](https://git-scm.com/downloads)
- 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