drapisarda / serenegrove

Webapp that allows the user to easily create a custom guided meditation routine.
https://serenegrove.vercel.app
1 stars 0 forks source link

Cypress integration #1

Closed drapisarda closed 8 months ago

drapisarda commented 10 months ago

This PR is to integrate Cypress e2e test environment into the project. The first test is already been written and covers the main user flow: creating and playing a meditation routine.

How to start

As first run npm i

then launch the project with npm run dev

then in another shell run npm run cy:run

This is far to be finished

This is just the start. Further improvements can be made, like importing the data to check directly from the store instead of using "magic" values.