Skip to content
This repository was archived by the owner on Jun 2, 2025. It is now read-only.
/ BDDTutorial Public archive

Repository for the example feature implementation of a dashboard with login and logout functionalites, to teach the workflow of frontend web dev with BDD

Notifications You must be signed in to change notification settings

pitbaum/BDDTutorial

Repository files navigation

BDD Tutorial

Repository context

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.

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Opens Cypress E2E testing tool

npx cypress open

Compiles and minifies for production

npm run build

Run your unit tests

npm run test:unit

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

About

Repository for the example feature implementation of a dashboard with login and logout functionalites, to teach the workflow of frontend web dev with BDD

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published