Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 1.02 KB

README.md

File metadata and controls

36 lines (24 loc) · 1.02 KB

Cypress Tests Build Status lludss-interface-tests CodeQL

lludss-interface-tests

Integration tests for lludss-interface project

Installation

In order to run the tests locally:

  • Clone this repository
  • cd lludss-interface-tests
  • Execute yarn

Usage

Headless test excecution (CLI)

$ yarn test

or

$ yarn cypress run

Test execution in Cypress GUI

$ yarn cypress open