Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 479 Bytes

File metadata and controls

19 lines (11 loc) · 479 Bytes

MaxQ

MaxQ (http://maxq.tigris.org/) is a web testing tool that allows you to record HTTP sessions and play them back. The :bbMaxQ step runs this framework.

from buildbot.plugins import steps

f.addStep(steps.MaxQ(testdir='tests/'))

The single argument, testdir, specifies where the tests should be run. This directory will be passed to the run_maxq.py command, and the results analyzed.