Bug 915938 - Increase fuzz for text-not-in-doc-test.html. r=gw280, a=bustage
[gecko.git] / testing / peptest / README.md
blob8bd078155ed765ec10965e79895fb56437451e0c
1 <!-- This Source Code Form is subject to the terms of the Mozilla Public
2    - License, v. 2.0. If a copy of the MPL was not distributed with this
3    - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
5 [Peptest](https://wiki.mozilla.org/Auto-tools/Projects/peptest) 
6 is a Mozilla automated testing harness for running responsiveness tests.
7 These tests measure how long events spend away from the event loop.
9 # Running Tests
11 Currently tests are run from the command line with python. 
12 Peptest currently depends on some external Mozilla python packages, namely: 
13 mozrunner, mozprocess, mozprofile, mozinfo, mozlog, mozhttpd and manifestdestiny. 
15 See [running tests](https://wiki.mozilla.org/Auto-tools/Projects/peptest#Running_Tests) 
16 for more information.