Sha256: d4089965d985a050de154bf45877528adf25d33fac9c5284d404778fa5fd9cef

Contents?: true

Size: 1.77 KB

Versions: 16

Compression:

Stored size: 1.77 KB

Contents

@runnables
Feature: Adding parameters to commands
  As a user
  I want to add parameters to commands
  So I don't need to make many similar ones

  Background:
    When I will choose "plugins/runnables/features/fixtures" from the "open_directory" dialog
    And I open a directory

  Scenario: Running a command containing parameters
    Given I would type "runnable_app.rb" in an input box
    When I open the runnables tree
    And I expand the tree row "fixture_runnables"
    And I activate the "A params app" node in the tree
    Then my active tab should be "A params app"
    And the HTML tab should say "hello world"

  Scenario: Running a command containing parameters
    Given I would type "hello" in an input box
    And I would type "world" in an input box
    When I open the runnables tree
    And I expand the tree row "fixture_runnables"
    And I activate the "A multi-params app" node in the tree
    Then my active tab should be "A multi-params app"
    And the HTML tab should say "hello world"

  Scenario: Appending parameters before running a command
    Given I would type "world" in an input box
    When I open the runnables tree
    And I expand the tree row "fixture_runnables"
    And I append parameters to the "An appendable app" node in the tree
    Then my active tab should be "An appendable app"
    And the HTML tab should say "hello world"

  Scenario: Appending parameters to a command which ends in parameters is disallowed
    Given I would type "runnable_app.rb" in an input box
    And I would type "there" in an input box
    When I open the runnables tree
    And I expand the tree row "fixture_runnables"
    And I append parameters to the "A params app" node in the tree
    Then my active tab should be "A params app"
    And the HTML tab should say "hello world"

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
redcar-dev-0.12.17dev plugins/runnables/features/parameter_input.feature
redcar-dev-0.12.16dev-java plugins/runnables/features/parameter_input.feature
redcar-dev-0.12.15dev-java plugins/runnables/features/parameter_input.feature
redcar-dev-0.12.14dev-java plugins/runnables/features/parameter_input.feature
redcar-dev-0.12.13dev-java plugins/runnables/features/parameter_input.feature
redcar-dev-0.12.12dev-java plugins/runnables/features/parameter_input.feature
redcar-dev-0.12.11dev-java plugins/runnables/features/parameter_input.feature
redcar-dev-0.12.10dev-java plugins/runnables/features/parameter_input.feature
redcar-dev-0.12.9dev-java plugins/runnables/features/parameter_input.feature
redcar-dev-0.12.8dev-java plugins/runnables/features/parameter_input.feature
redcar-dev-0.12.7dev-java plugins/runnables/features/parameter_input.feature
redcar-dev-0.12.6dev-java plugins/runnables/features/parameter_input.feature
redcar-dev-0.12.4dev-java plugins/runnables/features/parameter_input.feature
redcar-dev-0.12.3dev-java plugins/runnables/features/parameter_input.feature
redcar-dev-0.12.1dev-java plugins/runnables/features/parameter_input.feature
redcar-dev-0.12.0dev-java plugins/runnables/features/parameter_input.feature