Sha256: a31afb24d37fd8e233179033eeb991f1f9b0b91740a10d75e6be483396787b87

Contents?: true

Size: 347 Bytes

Versions: 11

Compression:

Stored size: 347 Bytes

Contents

$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
require 'ruby-jmeter'

test do
  threads count: 1, loop: 1 do
    visit 'https://api.github.com/orgs/flood-io/repos' do
      json_path_postprocessor referenceNames: 'name', jsonPathExprs: '.name', match_numbers: 1
    end
  end
end.run(path: '/usr/share/jmeter/bin/', gui: true)

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
ruby-jmeter-3.1.08 examples/json_path_postprocessor.rb
ruby-jmeter-3.1.07 examples/json_path_postprocessor.rb
ruby-jmeter-3.1.06 examples/json_path_postprocessor.rb
ruby-jmeter-3.1.05 examples/json_path_postprocessor.rb
ruby-jmeter-3.1.04 examples/json_path_postprocessor.rb
ruby-jmeter-3.1.03 examples/json_path_postprocessor.rb
ruby-jmeter-3.1.02 examples/json_path_postprocessor.rb
ruby-jmeter-3.1.01 examples/json_path_postprocessor.rb
ruby-jmeter-3.0.13 examples/json_path_postprocessor.rb
ruby-jmeter-3.0.12 examples/json_path_postprocessor.rb
ruby-jmeter-3.0.11 examples/json_path_postprocessor.rb