gecko/testing/peptest
2012-03-01 11:20:42 -05:00
..
peptest Bug 719618 - Craft a no-outside-network mode for peptest. r=ctalbert 2012-02-14 10:23:25 -05:00
tests Bug 730422 - test_contextMenu.js errors out on all platforms except Linux/Linux64. r=jmaher 2012-03-01 11:20:42 -05:00
Makefile.in Bug 706844 - Create a make target for peptest. r=jmaher 2011-12-06 09:26:24 -05:00
MANIFEST.in
README.md
runtests.py Bug 706844 - Create a make target for peptest. r=jmaher 2011-12-06 09:26:24 -05:00
setup.py Bug 708309 - Do not use zipfile.extract in mozbase components for peptest r=jhammel a=test-only 2011-12-13 13:53:51 -06:00

Peptest is a Mozilla automated testing harness for running responsiveness tests. These tests measure how long events spend away from the event loop.

Running Tests

Currently tests are run from the command line with python. Peptest currently depends on some external Mozilla python packages, namely: mozrunner, mozprocess, mozprofile, mozinfo, mozlog, mozhttpd and manifestdestiny.

See running tests for more information.