How to Install serverspec-runner in Ubuntu 18.04



Install serverspec-runner by entering the following commands in the terminal:

sudo apt update
sudo apt install serverspec-runner

Description:

simple execution framework for serverspec

This wrapper program makes it easy to run multiple serverspec recipes using one scinario yaml file, with pretty printng. In addition to that, it can export test results to other formats, like CSV, Markdown, etc.

Homepage: https://github.com/hiracy/serverspec-runner

Version: 1.2.2-1

Section: universe/ruby