/kabug-rb

Repositório do Projeto Kabug com Continuous Testing usando Jenkins, Ruby, Cucumber e Capybara

Primary LanguageDockerfile

kabug-rb

Repositório do Projeto Kabug com Cucumber, Capybara e Ruby

Como executar o projeto

  • Importante ter o Ruby instalado (versão 2.5 ou superior)

Instalar o Bundler

gem install bundler

Instalar as dependências do Ruby (projeto)

bundle install

Executar localmente (minha máquina)

bundle exec cucumber

Executar no servidor de CI (gerando reposta JSON)

bundle exec cucumber -p ci