Sha256: 2b1c471991d26f5702d59b0222faab3110c46e1335b80e3688cced5b78e0bb18

Contents?: true

Size: 206 Bytes

Versions: 214

Compression:

Stored size: 206 Bytes

Contents

# frozen_string_literal: true

require 'appmap'

Around('not @appmap-disable') do |scenario, block|
  appmap = AppMap.record do
    block.call
  end

  AppMap::Cucumber.write_scenario(scenario, appmap)
end

Version data entries

214 entries across 107 versions & 1 rubygems

Version Path
appmap-0.83.4 test/fixtures/cucumber4_recorder/features/support/hooks.rb
appmap-0.83.4 test/fixtures/cucumber_recorder/features/support/hooks.rb
appmap-0.83.3 test/fixtures/cucumber4_recorder/features/support/hooks.rb
appmap-0.83.3 test/fixtures/cucumber_recorder/features/support/hooks.rb
appmap-0.83.2 test/fixtures/cucumber4_recorder/features/support/hooks.rb
appmap-0.83.2 test/fixtures/cucumber_recorder/features/support/hooks.rb
appmap-0.83.1 test/fixtures/cucumber_recorder/features/support/hooks.rb
appmap-0.83.1 test/fixtures/cucumber4_recorder/features/support/hooks.rb
appmap-0.83.0 test/fixtures/cucumber4_recorder/features/support/hooks.rb
appmap-0.83.0 test/fixtures/cucumber_recorder/features/support/hooks.rb
appmap-0.82.0 test/fixtures/cucumber4_recorder/features/support/hooks.rb
appmap-0.82.0 test/fixtures/cucumber_recorder/features/support/hooks.rb
appmap-0.81.1 test/fixtures/cucumber4_recorder/features/support/hooks.rb
appmap-0.81.1 test/fixtures/cucumber_recorder/features/support/hooks.rb
appmap-0.81.0 test/fixtures/cucumber_recorder/features/support/hooks.rb
appmap-0.81.0 test/fixtures/cucumber4_recorder/features/support/hooks.rb
appmap-0.80.2 test/fixtures/cucumber_recorder/features/support/hooks.rb
appmap-0.80.2 test/fixtures/cucumber4_recorder/features/support/hooks.rb
appmap-0.80.1 test/fixtures/cucumber4_recorder/features/support/hooks.rb
appmap-0.80.1 test/fixtures/cucumber_recorder/features/support/hooks.rb