~ubuntu-clock-dev/ubuntu-clock-app/reboot-packaging

« back to all changes in this revision

Viewing changes to README.autopilot

  • Committer: Nekhelesh Ramananthan
  • Date: 2014-07-13 11:29:28 UTC
  • mfrom: (22 reboot)
  • mto: (20.4.1 20-world-clocks)
  • mto: This revision was merged to the branch mainline in revision 23.
  • Revision ID: krnekhelesh@gmail.com-20140713112928-vw6gdia923ezd3hh
merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Running Autopilot tests
2
 
 
3
 
Ubuntu Clock App follows a test driven development where autopilot tests are run before every merge into trunk. If you are submitting your bugfix/patch to the clock app, please follow the following steps below to ensure that all tests pass before proposing a merge request.
4
 
 
5
 
If you are looking for more info about Autopilot or writing AP tests for the clock app, here are some useful links to help you,
6
 
 
7
 
- http://developer.ubuntu.com/api/devel/ubuntu-14.10/python/autopilot/
8
 
- http://developer.ubuntu.com/api/devel/ubuntu-14.10/python/autopilot-emulator/
9
 
 
10
 
## Prerequisites
11
 
 
12
 
Install the following autopilot packages required to run the tests,
13
 
$ sudo apt-get install python-autopilot libautopilot-qt ubuntu-ui-toolkit-autopilot python3-autopilot-vis
14
 
 
15
 
 
16
 
#### Running tests on the desktop
17
 
 
18
 
Using terminal:
19
 
 
20
 
1.  Branch the clock app code,
21
 
    $ bzr branch lp:ubuntu-clock-app/reboot
22
 
 
23
 
2.  Navigate to the tests/autopilot directory.
24
 
    $ cd ubuntu-clock-app/reboot/tests/autopilot
25
 
 
26
 
3.  run all tests.
27
 
    $ autopilot3 run -vv ubuntu_clock_app
28
 
 
29
 
    to list all tests:
30
 
    $ autopilot3 list ubuntu_clock_app
31
 
 
32
 
    To run only one test (for instance: test_add_single_type_alarm_must_add_to_alarm_list in TestAlarm.py):
33
 
    $ autopilot3 run -vv ubuntu_clock_app.tests.test_alarm.TestAlarm.test_add_single_type_alarm_must_add_to_alarm_list
34
 
 
35
 
    Debugging tests using autopilot vis
36
 
    $ autopilot3 launch -i Qt qmlscene ../../app/ubuntu-clock-app.qml  -I ../../builddir/backend/
37
 
    $ autopilot3 vis
38
 
 
39
 
 
40
 
#### Running tests on device or emulator:
41
 
 
42
 
Using autopkg:
43
 
 
44
 
1. navigate to the directory where the ubuntu-clock-app branch is and run:
45
 
  $ adt-run ubuntu-clock-app --click=com.ubuntu.clock.devel --- ssh -s adb