Sha256: c26737e8fff601b2cc8c74d33d6f10d0976d4168e89b00c83b1ebfffae2185f1
Contents?: true
Size: 407 Bytes
Versions: 8
Compression:
Stored size: 407 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-2.13/bin/', gui: true)
Version data entries
8 entries across 8 versions & 1 rubygems