Skip to content

parlr/lsf-e2e-tests

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install

From your project root directory:

curl --location --silent https://git.io/lsf-e2e | bash

Configure

Add the following scripts to your package.json

"scripts": {
    ...
    "start": "node server.js",
    "test:e2e": "cypress run"
}