B2G/QA/GaiaAutomation
Jump to navigation
Jump to search
Introduction
There is a simple step for Gaia-Automation Test
Step
Assume you have already built your own b2g system for mobile phone and the phone is connected to computer
Step1: go to gaia repo
cd B2G/gaia
cd B2G/gaia
Step2: Make sure gaia is up-to-date
git pull
git pull b2g master
Step3: Forwad
adb forward tcp:2828 tcp:2828
Step4: Doing Test
make test-integration
All the test files are written in javascript and placed in the B2G/gaia/apps/system/test/integration
Only the file name in the *_test.js format will be execute
Only the file name in the *_test.js format will be execute