chinchang / web-maker

A blazing fast & offline frontend playground
https://webmaker.app
MIT License
2.54k stars 314 forks source link

Adding Cypress framework #515

Closed arnabsen1729 closed 1 year ago

arnabsen1729 commented 2 years ago

Fixes #513

Cypress Version: 9.5.3

Commands

The app needs to be running in the background. Run npm run start and then the following commands.

npm run cypress:open

Opens the Cypress GUI, we can run the integration tests by clicking on the test files. image

npm run cypress

Will run the tests on the command line (headlessly).

image

Tests Covered so far

chinchang commented 1 year ago

Better late than never :)