Sha256: eca820196d139b04bdb9b40c7bb09566edf772ee71229d5f79dcb5109a083130
Contents?: true
Size: 398 Bytes
Versions: 22
Compression:
Stored size: 398 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
22 entries across 22 versions & 1 rubygems