Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/funkwerk/compose_cucumber
Test docker-compose applications with cucumber
https://github.com/funkwerk/compose_cucumber
compose cucumber docker
Last synced: 22 days ago
JSON representation
Test docker-compose applications with cucumber
- Host: GitHub
- URL: https://github.com/funkwerk/compose_cucumber
- Owner: funkwerk
- License: mit
- Created: 2016-03-28T21:21:52.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-03-29T01:01:30.000Z (almost 9 years ago)
- Last Synced: 2024-11-15T22:23:31.979Z (3 months ago)
- Topics: compose, cucumber, docker
- Language: Ruby
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# compose_cucumber
[![Build Status](https://travis-ci.org/funkwerk/compose_cucumber.svg)](https://travis-ci.org/funkwerk/compose_cucumber)
Test docker-compose applications with cucumber
## Usage
in features/support/env.rb write
```ruby
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