Skip to content
This repository has been archived by the owner on Mar 16, 2022. It is now read-only.

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