Ailin-Glez / cypress-trello-app-portfolio

A small repo with Cypress tests using Cucumber

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a Portfolio repo to show the implementation of some E2E tests using Cypress on the Trello app of Filip Hric.

Installation

git clone

To start the application

cd app
npm install
npm start

To run the Cypress tests

Open mode:

npm run e2e

Headless mode:

npm run e2e-headless

About

A small repo with Cypress tests using Cucumber


Languages

Language:JavaScript 32.7%Language:SCSS 27.9%Language:HTML 25.4%Language:TypeScript 14.0%