How to Install cucumber in Ubuntu 18.04



Install cucumber by entering the following commands in the terminal:

sudo apt update
sudo apt install cucumber

Description:

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.

Homepage: http://cukes.info/

Version: 2.4.0-3

Section: universe/ruby