Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 372 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 372 Bytes

Collection of examples for Behavior Driven Development unit testing approach

Run npmn run test to run tests once.

Run npmn run test:watch to run test watcher.

Run npmn run test:coverage to generate code coverage report.

Development with docker

docker compose up - to build container

docker compose exec bdd_templates zsh - to enter container shell