Sha256: 3aa0852aa248d5aa4596707c58fdde98e0b69c0d26cde77aeb5b9763ebb94652

Contents?: true

Size: 1.9 KB

Versions: 35

Compression:

Stored size: 1.9 KB

Contents

@runnables
Feature: Running commands in a tab
  # 
  # Background:
  #   When I will choose "plugins/runnables/features/fixtures" from the "open_directory" dialog
  #   And I open a directory
  # 
  # Scenario: Running a command from the tree
  #   When I open the runnables tree
  #   And I expand the tree row "fixture_runnables"
  #   And I activate the "An app" node in the tree
  #   Then my active tab should be "An app"
  #   And the HTML tab should say "hello world"
  #   
  # Scenario: Running a command based on a file name
  #   Given I have opened "plugins/runnables/features/fixtures/runnable_app.rb"
  #   And I run the command Redcar::Runnables::RunEditTabCommand
  #   Then my active tab should be "Running runnable_app.rb"
  #   And the HTML tab should say "hello world"
  # 
  # Scenario: Running a command without output
  #   Given I have opened "plugins/runnables/features/fixtures/runnable_app.rb"
  #   And I open the runnables tree
  #   And I expand the tree row "fixture_runnables"
  #   And I activate the "A silent app" node in the tree
  #   Then my active tab should be "runnable_app.rb"
  # 
  # Scenario: Running a command with windowed output
  #   Given I open the runnables tree
  #   And I expand the tree row "fixture_runnables"
  #   And I note the number of windows
  #   And I activate the "A windowed app" node in the tree
  #   Then I should see 1 more window
  #   And the HTML tab should say "hello world"
  # 
  # Scenario: Re-running a command with windowed output
  #   Given I open the runnables tree
  #   And I expand the tree row "fixture_runnables"
  #   And I note the number of windows
  #   And I activate the "A windowed app" node in the tree
  #   And the HTML tab says "hello world"
  #   And I go back to the "fixtures" window
  #   And I activate the "A windowed app" node in the tree
  #   Then I should see 1 more window
  #   And the HTML tab should say "hello world"
  #   
  # 

Version data entries

35 entries across 35 versions & 2 rubygems

Version Path
redcar-0.13 plugins/runnables/features/run_command_tab.feature
redcar-dev-0.13.5dev plugins/runnables/features/run_command_tab.feature
redcar-dev-0.13.4dev plugins/runnables/features/run_command_tab.feature
redcar-dev-0.13.3dev plugins/runnables/features/run_command_tab.feature
redcar-dev-0.13.2dev plugins/runnables/features/run_command_tab.feature
redcar-dev-0.13.1dev plugins/runnables/features/run_command_tab.feature
redcar-0.12.1 plugins/runnables/features/run_command_tab.feature
redcar-dev-0.13.0dev plugins/runnables/features/run_command_tab.feature
redcar-0.12 plugins/runnables/features/run_command_tab.feature
redcar-dev-0.12.27dev plugins/runnables/features/run_command_tab.feature
redcar-dev-0.12.26dev plugins/runnables/features/run_command_tab.feature
redcar-dev-0.12.25dev plugins/runnables/features/run_command_tab.feature
redcar-dev-0.12.24dev plugins/runnables/features/run_command_tab.feature
redcar-dev-0.12.23dev plugins/runnables/features/run_command_tab.feature
redcar-dev-0.12.22dev plugins/runnables/features/run_command_tab.feature
redcar-dev-0.12.21dev plugins/runnables/features/run_command_tab.feature
redcar-dev-0.12.20dev plugins/runnables/features/run_command_tab.feature
redcar-dev-0.12.19dev plugins/runnables/features/run_command_tab.feature
redcar-dev-0.12.18dev plugins/runnables/features/run_command_tab.feature
redcar-dev-0.12.17dev plugins/runnables/features/run_command_tab.feature