cucumber
acceptance testing framework
Install
- All systems
-
curl cmd.cat/cucumber.sh
- Debian
-
apt-get install cucumber - Ubuntu
-
apt-get install cucumber - Kali Linux
-
apt-get install cucumber - Fedora
-
dnf install cucumber - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install cucumber - Raspbian
-
apt-get install cucumber
cucumber
acceptance testing framework
Cucumber lets software development teams describe how software should behave in plain text. 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.