/cypress-trello-app-portfolio

A small repo with Cypress tests using Cucumber

Primary LanguageJavaScript

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