Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 279 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 279 Bytes

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"
}