Sha256: a74feb0b9d95e8943697a97b237daa2e80d760585011a0f23b9c973336d2b5ea

Contents?: true

Size: 570 Bytes

Versions: 5

Compression:

Stored size: 570 Bytes

Contents

Feature: Solo execution

  Polytrix has a --solo mode for use if there is only a single implementor. It will infer some implementor settings and test scenarios so you can use Polytrix with minimal configuration.

  In --solo mode, Polytrix will:
    - Configure a single implementor based in the current working directory
    - Auto-detect test scenarios based on file glob pattern

  Scenario: Cloning all SDKs
    Given the ruby SDK
    When I run `bundle exec polytrix exec --solo=sdks/ruby`
    Then the output should contain "Executing challenges-hello_world-ruby"

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
polytrix-0.1.4 features/solo.feature
polytrix-0.1.3 features/solo.feature
polytrix-0.1.2 features/solo.feature
polytrix-0.1.1 features/solo.feature
polytrix-0.1.0 features/solo.feature