Exploring BDD in Perl - using Test::BDD::Cucumber - part 5 - with Erik Hülsmann
BDD - Behavior Driven Development using Test::BDD::Cucumber
This time it was together with Erik Hülsmann the maintainer of the module.
We mostly workd on writing test for the course management project that has its source code on GitHub
pherkin --theme light --tags ~@email_available t/ pherkin --theme light --tags @email_available t/ pherkin --theme light --tags @email_available @short t/ pherkin --theme light --tags @email_available --tags @short t/
prove --source Feature --ext=.feature t/ prove -v --source Feature --ext=.feature t/ prove -v --source Feature --ext=.feature --ext=.t t/
Use this link to include the the schedule in your calendar: https://code-maven.com/events.ics.
Published on 2021-04-02
If you have any comments or questions, feel free to post them on the source of this page in GitHub. Source on GitHub.
Comment on this post