Skip to content

Latest commit

 

History

History
14 lines (7 loc) · 173 Bytes

README.md

File metadata and controls

14 lines (7 loc) · 173 Bytes

CypressStudy

learning things about testing and Cypress

npm install cypress

at package.json:

"cypress:open": "cypress open"

To run:

	npm run cypress:open