project-flogo / flogo-web

Project Flogo Web UI
http://flogo.io
BSD 3-Clause "New" or "Revised" License
63 stars 36 forks source link

e2e tests #1343

Open ppaidi opened 3 years ago

ppaidi commented 3 years ago

Description

Add E2E tests to the project using Cypress.

How has this been tested?

Steps to test in local: 1) Run yarn install to install the added dependencies 2) Run yarn e2e-client to run tests in headed mode. It opens the Cypress Test Runner, then click Run all specs button to run tests. Or run yarn e2e-client:ci to run tests in headless mode.

Types of changes

Checklist: