Sha256: 87bce883192a3d6bbda8acd5972ed23168dbd222e17d67d4e8204c3a9bafae21

Contents?: true

Size: 331 Bytes

Versions: 10

Compression:

Stored size: 331 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
      assert json: '.name', value: '.*'
      assert json: '.id', value: '\d+'
    end
  end
end.run(path: '/usr/share/jmeter/bin/', gui: true)

Version data entries

10 entries across 10 versions & 1 rubygems

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