Sha256: 78b40ed67480ca5ccd3a133ee39d897013a254e9011620046f04961ebef328df
Contents?: true
Size: 403 Bytes
Versions: 49
Compression:
Stored size: 403 Bytes
Contents
$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib')) require 'ruby-jmeter' test do threads count: 1 do transaction name: 'Post with a Raw Body', parent: false do post name: 'Home Page', url: 'http://google.com', raw_body: '{"name":"Big Poncho","price":10,"vendor_attendance_id":24,"product_id":1}' end end end.run(path: '/usr/share/jmeter/bin/', gui: true)
Version data entries
49 entries across 49 versions & 1 rubygems