Sha256: 9253a48471a44abe2de3837c7e8e9652c8b882b54b4f7cfcccf120d698090430
Contents?: true
Size: 500 Bytes
Versions: 20
Compression:
Stored size: 500 Bytes
Contents
$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib')) require 'ruby-jmeter' test do threads count: 2 do transaction name: 'Assertions' do visit name: 'Altentee', url: 'http://altentee.com/' do assert contains: 'We test, tune and secure your site' assert 'not-contains' => 'Something in frames', scope: 'children' assert 'substring' => 'Something in frames', variable: 'test' end end end end.run(path: '/usr/share/jmeter/bin/', gui: true)
Version data entries
20 entries across 20 versions & 1 rubygems