Merge lp:~jtatum/mago/docupdates into lp:~mago-contributors/mago/mago-1.0

Proposed by James Tatum
Status: Merged
Merged at revision: not available
Proposed branch: lp:~jtatum/mago/docupdates
Merge into: lp:~mago-contributors/mago/mago-1.0
Diff against target: None lines
To merge this branch: bzr merge lp:~jtatum/mago/docupdates
Reviewer Review Type Date Requested Status
Ara Pulido Approve
Review via email: mp+11495@code.launchpad.net
To post a comment you must log in.
Revision history for this message
James Tatum (jtatum) wrote :

Cleaning up some documentation.

Revision history for this message
Ara Pulido (ara) wrote :

Merging it, as it is correct and it does not involve any code.

Thanks!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'README'
--- README 2009-07-28 15:37:36 +0000
+++ README 2009-09-10 03:10:32 +0000
@@ -1,6 +1,6 @@
1MAGO1MAGO
2----2----
3Mago is an desktop testing initiative, built on top of LDTP (http://ldtp.freedesktop.org/), that aims to have a set of processes and code to make writing automated test scripts easier and more reusable. Although we started this effort as an Ubuntu project it works for vanilla GNOME in most of the cases. 3Mago is a desktop testing initiative, built on top of LDTP (http://ldtp.freedesktop.org/), that aims to have a set of processes and code to make writing automated test scripts easier and more reusable. Although we started this effort as an Ubuntu project it works for vanilla GNOME in most of the cases.
44
5How to run the tests5How to run the tests
6--------------------6--------------------
@@ -21,23 +21,44 @@
2121
22Mago syntax22Mago syntax
23-----------23-----------
24Usage: mago [OPTIONS]24Usage: mago [options]
25
26Execute automated tests
2527
26Options:28Options:
27 -h, --help show this help message and exit29 -h, --help show this help message and exit
28 -l FILE, --log=FILE The file to write the log to.30 -i, --info Display information about test cases without executing
29 --log-level=LOG_LEVEL31 them
30 One of debug, info, warning, error or critical.32
31 -a APPLICATION, --application=APPLICATION33 Test selection options:
34 -a APPLICATION, --application=APPLICATION
32 Application name to test. Option can be repeated and35 Application name to test. Option can be repeated and
33 defaults to all applications36 defaults to all applications
34 -s SUITE, --suite=SUITE37 -n NAME, --suite_name=NAME
35 Suite name to test within applications. Option can be38 Suite name to test within applications. Option can be
36 repeated and default to all suites39 repeated and default to all suites unless suite name
37 -f FILE, --file=FILE XML file name of the suite to test within40 or suite file filtering has been enabled
38 applications.41 -f FILE, --suite_file=FILE
39 -t FILE, --target=FILE42 Suite file to test within applications. Option can be
43 repeated and default to all suites unless suite name
44 or suite file filtering has been enabled
45 -c CASE, --case=CASE
46 Test cases to run (all, if not specified).
47
48 Logging options:
49 -l FILE, --log=FILE
50 The file to write the log to.
51 --log-level=LOG_LEVEL
52 One of debug, info, warning, error or critical.
53 -t DIR, --target=DIR
40 Target directory for logs and reports. Defaults to:54 Target directory for logs and reports. Defaults to:
41 ~/.mago55 ~/.mago
42 -c CASE, --case=CASE Test cases to run (all, if not specified).56
57Logging
58-------
59By default, logs are written at ~/.mago. This folder can be changed using the -t option (see above).
60
61Two different logs are written per test:
62 * A XML file, easier to parse.
63 * A HTML file, better for reporting.
4364
4465
=== modified file 'TODO'
--- TODO 2009-06-23 13:26:34 +0000
+++ TODO 2009-09-10 03:10:32 +0000
@@ -1,3 +1,4 @@
1TODO items are tracked in the bug tracker and mago roadmap.
12
2 * mago/gnome.py3Bug tracker: https://bugs.edge.launchpad.net/mago
3 + Seahorse cleanup does not delete created keys4Roadmap: http://mago.ubuntu.com/Roadmap
45
=== added file 'gnome-screenshot/README'
--- gnome-screenshot/README 1970-01-01 00:00:00 +0000
+++ gnome-screenshot/README 2009-09-10 03:10:32 +0000
@@ -0,0 +1,27 @@
1GNOME-SCREENSHOT TESTS
2-----------
3Tests that verify "Take Screenshot" functionality.
4
5Safety
6------
7These tests are non-destructive and safe to run.
8
9Configuration
10-------------
11No configuration is needed
12
13Version
14-------
15Tests were updated for Ubuntu Karmic
16
17Available Testsuites
18--------------------
19
20* take screenshot (testcases wiki: gns-001 through gns-003)
21 Tests that take and verify screen shots
22 - Grab Desktop
23 Takes a screen shot of the entire desktop
24 - Grab Window
25 Takes a screen shot of the current window after a delay
26 - Grab Area
27 Takes a screen shot of a small area of the screen

Subscribers

People subscribed via source and target branches

to status/vote changes: