No commit activity in last 3 years
No release in over 3 years
cucumber/aruba is for testing command line applications like compose_cucumber for docker-compose applications.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 2.3
 Project Readme

compose_cucumber

Build Status

Test docker-compose applications with cucumber

Usage

in features/support/env.rb write

require 'compose_cucumber'

This provides all the following step.

Steps provided

Given I started the application

When I start the application

When I stop the application

When I scale the application with

Then 1 service is available

Then 2 services are available

Then the logs for service service contain

Then the following services are available

Then exactly the following services are available