A collection of demo projects illustrating different variations of frontend tests
vue-demo
contains the demo project code and no test-related code. Thevue-demo/src
folder is copied tovue-cypress-demo
andvue-playwright-demo
foldervue-cypress-demo
contains a copy ofvue-demo
plus any code necessary to run cypress tests, as well as a test suite illustrating important test festures invue-cypress-demo/tests
.vue-playwright-demo
contains a copy ofvue-demo
plus any code necessary to run playwright tests, as well as a test suite illustrating important test festures invue-playwright-demo/tests
.