~3v1n0/autopilot/badwindow-errors-protect

59.3.1 by Thomi Richards
Added manual page source.
1
.TH AUTOPILOT 1 LOCAL
2
.SH NAME
3
autopilot - functional test tool for Ubuntu
4
.SH SYNOPSYS
5
.B autopilot
6
[-h]
7
.br
8
.B autopilot list suite [suite...]
9
.br
10
.B autopilot run [-v] [-r] [--rd directory] suite [suite...]
11
.SH DESCRIPTION
59.3.2 by Thomi Richards
Cleanup
12
.B autopilot is a tool for writing functional test suites for graphical
59.3.1 by Thomi Richards
Added manual page source.
13
applications for Ubuntu.
14
.SH OPTIONS
15
.SS General Options
16
.TP 5
17
-h --help
18
Get help from autopilot. This command can also be present after a sub-command
19
(such as run or list) to get help on the specific command.
20
Further options are restricted to particular autopilot commands.
21
.TP 5
22
suite
23
Suites are listed as a python dotted package name. Autopilot will do a
24
recursive import in order to find all tests within a python package.
25
.SS list [options] suite [suite...]
26
List the autopilot tests found in the given test suite.
27
.TP 5
28
-ro, --run-order
29
List tests in the order they will be run in, rather than alphabetically (which
30
is the default).
31
.SS run [options]suite [suite...]
32
Run one or more test suites.
33
.TP 5
34
-o FILE, --output FILE
35
Specify where the test log should be written. Defaults to stdout. If a directory
36
is specified the file will be created with a filename of
37
<hostname>_<dd.mm.yyy_HHMMSS>.log
38
.TP 5
39
-f FORMAT, --format FORMAT
40
Specify the format for the log. Valid options are 'xml' and 'text' for JUnit XML
41
and text format, respectively.
42
.TP 5
43
-r, --record
44
Record failed tests. Using this option requires the 'recordmydesktop'
45
application be installed. By default, videos are stored in /tmp/autopilot
46
.TP 5
47
-rd DIR, --record-directory DIR
48
Directory where videos should be stored (overrides the default set by the -r
49
option).
50
.TP 5
51
-v, --verbose
52
Causes autopilot to print the test log to stdout while the test is running.
53
.SH AUTHOR
54
Thomi Richards (thomi.richards@canonical.com)