A collection of demo projects illustrating different variations of frontend tests
- vue-demo
 contains the demo project code and no test-related code. The- vue-demo/srcfolder is copied to- vue-cypress-demoand- vue-playwright-demofolder
- vue-cypress-democontains a copy of- vue-demoplus any code necessary to run cypress tests, as well as a test suite illustrating important test festures in- vue-cypress-demo/tests.
- vue-playwright-democontains a copy of- vue-demoplus any code necessary to run playwright tests, as well as a test suite illustrating important test festures in- vue-playwright-demo/tests.