Sha256: 688b308a995544946877602133efd2ffaeb973967e3285f7c318a0c95a74c6a6

Contents?: true

Size: 1.53 KB

Versions: 144

Compression:

Stored size: 1.53 KB

Contents

@announce-output
Feature: Testing

  Background:
    Given I successfully run `env DEBUG=true GLI_DEBUG=true debify package -d ../../example -v 0.0.1 example -- --post-install /distrib/postinstall.sh`

  Scenario: 'example' project can be tested successfully
    When I successfully run `env DEBUG=true GLI_DEBUG=true debify test -t 5.0-stable -v 0.0.1 -d ../../example --no-pull example test.sh`
    Then the stderr should contain "Test succeeded"

  Scenario: 'example' project can be tested when linked to another container
    Given I start a container named "other_host"
    When I successfully run `env DEBUG=true GLI_DEBUG=true debify test -t 5.0-stable -v 0.0.1 -d ../../example --no-pull --link other_host example net-test.sh`
    Then the stderr should contain "Test succeeded"

  Scenario: 'example' project can be tested on a network other than the default
    Given I start a container named "other_host" on network "test-net"
    When I successfully run `env DEBUG=true GLI_DEBUG=true debify test -t 5.0-stable -v 0.0.1 -d ../../example --no-pull --net test-net example net-test.sh`
    Then the stderr should contain "Test succeeded"

  Scenario: 'example' project can be tested on a network other than the default with a host aliased
    Given I start a container named "another_host" on network "test-net"
    When I successfully run `env DEBUG=true GLI_DEBUG=true debify test -t 5.0-stable -v 0.0.1 -d ../../example --no-pull --link another_host:other_host --net test-net example net-test.sh`
    Then the stderr should contain "Test succeeded"

Version data entries

144 entries across 144 versions & 1 rubygems

Version Path
conjur-debify-3.0.3.pre.248 features/test.feature
conjur-debify-3.0.3.pre.216 features/test.feature
conjur-debify-3.0.3.pre.145 features/test.feature
conjur-debify-3.0.3.pre.10 features/test.feature
conjur-debify-3.0.3.pre.9 features/test.feature
conjur-debify-3.0.3.pre.2005 features/test.feature
conjur-debify-3.0.3.pre.1981 features/test.feature
conjur-debify-3.0.3.pre.1971 features/test.feature
conjur-debify-3.0.3.pre.1967 features/test.feature
conjur-debify-3.0.3.pre.1965 features/test.feature
conjur-debify-3.0.3.pre.1963 features/test.feature
conjur-debify-3.0.3.pre.1961 features/test.feature
conjur-debify-3.0.3.pre.1959 features/test.feature
conjur-debify-3.0.3.pre.1957 features/test.feature
conjur-debify-3.0.3.pre.1956 features/test.feature
conjur-debify-3.0.3.pre.1954 features/test.feature
conjur-debify-3.0.3.pre.1952 features/test.feature
conjur-debify-3.0.3.pre.1950 features/test.feature
conjur-debify-3.0.3.pre.1948 features/test.feature
conjur-debify-3.0.3.pre.1946 features/test.feature