pherkin
Cucumber-style acceptance testing framework in Perl
Install
- All systems
-
curl cmd.cat/pherkin.sh
- Debian
-
apt-get install libtest-bdd-cucumber-perl
- Ubuntu
-
apt-get install libtest-bdd-cucumber-perl
- Kali Linux
-
apt-get install libtest-bdd-cucumber-perl
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install libtest-bdd-cucumber-perl
- Raspbian
-
apt-get install libtest-bdd-cucumber-perl
- Dockerfile
- dockerfile.run/pherkin
libtest-bdd-cucumber-perl
Cucumber-style acceptance testing framework in Perl
Behavioral testing tools like Cucumber let software development teams describe in plain text how software should behave. The text is written in a business-readable domain-specific language and serves as documentation, automated tests and development-aid - all rolled into one format. Test::BDD::Cucumber aims to be a sane and complete Cucumber implementation in Perl. Test::BDD::Cucumber is not feature-complete yet. However, in almost all cases, where the behaviour of this module is different from the real Cucumber, the plan is to move it to be more similar to that.