~nskaggs/ubuntu-filemanager-app/fix-ap-item-renames

« back to all changes in this revision

Viewing changes to README-Autopilot.md

  • Committer: Girish Rawat
  • Date: 2015-12-19 07:34:45 UTC
  • mto: This revision was merged to the branch mainline in revision 511.
  • Revision ID: emailgirishrawat@gmail.com-20151219073445-ymuc9aykt4wsqe8k
Improved READMEs

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
ReadMe - Run Autopilot tests
 
2
============================
 
3
 
 
4
# Prerequisites
 
5
* ubuntu-ui-toolkit-autopilot : sudo apt-get install ubuntu-ui-toolkit-autopilot
 
6
 
 
7
# Next Steps
 
8
Once the app has been built, you can go to the build directory and run:
 
9
 
 
10
    cd tests/autopilot
 
11
    autopilot3 run filemanager
 
12
 
 
13
You can run filemanager in phone or tablet mode passing one of these two switches:
 
14
 
 
15
-p for phone mode
 
16
-t for tablet mode
 
17
 
 
18
* autopilot3 launch ../../src/app/filemanager -p will launch filemanager with autopilot in phone mode
 
19
* autopilot3 launch ../../src/app/filemanager -t will launch filemanager with autopilot in tablet mode.