Sha256: 074602c4218b5aee8681f6c11c2ff09c138ddba4d9bbf2a9f09f546ee68fb2df
Contents?: true
Size: 524 Bytes
Versions: 2
Compression:
Stored size: 524 Bytes
Contents
Feature: ci In order to know I have working software As a software delivery team member I want to receive notifications from my ci build @wip Scenario: no previous state and passing build Given I have ci jobs: | name | status | activity | | job1 | success | sleeping | | job2 | success | sleeping | And a stdout ci handler When I engage in chicanery Then the exit status should be 0 And the stdout should contain: """ job1 is ok job2 is ok all jobs are ok """
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
chicanery-0.0.3 | features/ci.feature |
chicanery-0.0.2 | features/ci.feature |