bluewave-labs / bluewave-onboarding

https://bluewavelabs.ca
GNU Affero General Public License v3.0
22 stars 3 forks source link

Creating test structure for frontend #36

Open swoopertr opened 3 months ago

swoopertr commented 3 months ago

Set up Vitest for Unit and Integration Tests

Set up Cypress for End-to-End Tests

swoopertr commented 3 months ago

https://vitest.dev/guide/comparisons.html vitest : for headlesss component testing lighting fast. cypress : E2E testing for browser and visible component testing.