Sha256: 848e6cee623f7eaff82996966010a5aba8b70ee9c2c58f4fedc2ea5924b346d4

Contents?: true

Size: 884 Bytes

Versions: 10

Compression:

Stored size: 884 Bytes

Contents

Étantdonné('la suite de test {word}') do |test_suite|
  context_suite.test_suite = test_suite
  stop_test("Cucumber #{context_suite.test_suite} is unavailable", :no_cucumber) unless system("cucumber -d")
end

Quand('les tests sont réussi') do
  stop_test("Cucumber test #{context_suite.test_suite} failed on execution", :cucumber_test_issue) unless system("knife context deploy --context-name #{context_suite.test_suite}")
end

Étantdonné('le profile {word}') do |profile_name|
  context_suite.profile_name = profile_name
  stop_test("Cucumber #{context_suite.profile_name} is unavailable", :no_profile) unless system("cucumber --profile #{context_suite.profile_name}")
end

Alors('émettre le rapport') do
  stop_test("Cucumber test report #{context_suite.test_suite} failed to sent", :cucumber_test_issue) unless system("cucumber --profile #{context_suite.profile_name}")
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
deploy-context-2.13.17 /home/jimboadmin/deploy-context/habitat/plan.sh/x86_64-linux/lib/deploy-definitions/deploy-context-cucumber.rb
deploy-context-2.13.8 /src/libraries/deploy-context/helpers/../../../features/step_definitions/deploy-context-cucumber.rb
deploy-context-2.13.7.1.g02c67e1 /home/jimboadmin/deploy-context/libraries/deploy-context/helpers/../../../features/step_definitions/deploy-context-cucumber.rb
deploy-context-2.13.7 /home/jimboadmin/deploy-context/libraries/deploy-context/helpers/../../../features/step_definitions/deploy-context-cucumber.rb
deploy-context-2.13.6 /home/jimboadmin/deploy-context/libraries/deploy-context/helpers/../../../features/step_definitions/deploy-context-cucumber.rb
deploy-context-2.13.5.1.gb802412 /home/jimboadmin/deploy-context/libraries/deploy-context/helpers/../../../features/step_definitions/deploy-context-cucumber.rb
deploy-context-2.13.5 /home/jimboadmin/deploy-context/libraries/deploy-context/helpers/../../../features/step_definitions/deploy-context-cucumber.rb
deploy-context-2.13.4 /home/jimboadmin/deploy-context/libraries/deploy-context/helpers/../../../features/step_definitions/deploy-context-cucumber.rb
deploy-context-2.13.3 /home/jimboadmin/deploy-context/libraries/deploy-context/helpers/../../../features/step_definitions/deploy-context-cucumber.rb
deploy-context-2.13.2.18.g9a85249 /home/jimboadmin/deploy-context/libraries/deploy-context/helpers/../../../features/step_definitions/deploy-context-cucumber.rb