Website for ScanAPI testing framework.
Available at: scanapi.dev
ruby -v
, if you return the version of ruby, you have it installed on your machine, otherwise install following the steps in documentation heregem install bundler jekyll
jekyll -v
bundle exec jekyll serve
Error of the outdated version of ruby, this is due to the Jekyll running only in versions >= 2.5.0. To correct it, you need to install a newer ruby version. We encourage you to use RVM to manage your Ruby versions.
Absence of gcc
, make
, and rubygems
. This is due to Jekyll having pre-requisites. To verify if they are installed:
$ bundle exec jekyll serve