Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/charlyautomatiza/starter-test-cafe
- Owner: charlyautomatiza
- License: cc0-1.0
- Created: 2022-02-10T19:42:08.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-16T22:55:43.000Z (over 1 year ago)
- Last Synced: 2024-10-22T17:32:30.312Z (3 months ago)
- Topics: qa-automation-test, qaautomation, test-automation, testcafe, typescript
- Language: TypeScript
- Homepage: https://linktr.ee/charlyautomatiza
- Size: 858 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [![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