In this coding assignment you see a little online-shop, built in VueJS 3. You see three products that are fetched from an API. You can put these products into the cart and see the cart quantity.
Run npm install to install the vue-server.
Run npm install json-server -g to install the json-server.
Start the vue-server with npm run serve.
Start the json-server server with json-server --watch db.json.
Install cypress with npm install cypress --global
Run the e2e-test with cypress run