Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 187 Bytes

CYPRESS.md

File metadata and controls

20 lines (15 loc) · 187 Bytes

Cypress

npm i

run example blog with jekyll search build

cd example
jekyll serve

run cypress tests

npm run cypress run
# or
npm run cypress open