This repositories was created in the context of creating a tutorial in Behaviour Driven Development (BDD). This also includes an installation guide, explaining the different configurations made, which can be found on the follwing page: https://medium.com/@baumpit25/behavior-driven-development-in-vue-with-cypress-and-cucumber-abaa6826236d or read the BDD_guide.pdf form of it in this branch.
This repository represents the practical example part of the tutorial and uses its branches to step by step add features and functionalities with explanation to the changes in contrast to the previous branches.
npm install
npm run serve
npx cypress open
npm run build
npm run test:unit
npm run lint