Skip to content
This repository has been archived by the owner on Jul 1, 2021. It is now read-only.

Latest commit

 

History

History
19 lines (13 loc) · 626 Bytes

README-Autopilot.md

File metadata and controls

19 lines (13 loc) · 626 Bytes

ReadMe - Run Autopilot tests

Prerequisites

  • ubuntu-ui-toolkit-autopilot : sudo apt-get install ubuntu-ui-toolkit-autopilot

Next Steps

Once the app has been built, you can go to the build directory and run:

cd tests/autopilot
autopilot3 run filemanager

You can run filemanager in phone or tablet mode passing one of these two switches:

-p for phone mode -t for tablet mode

  • autopilot3 launch ../../src/app/filemanager -p will launch filemanager with autopilot in phone mode
  • autopilot3 launch ../../src/app/filemanager -t will launch filemanager with autopilot in tablet mode.