Slides:
...
git clone https://github.com/mozilla-b2g/gaia.git
make test-integration [VERBOSE=1] [APP=<app-name> | TEST_FILES="<path-to-test-1> <path-to-test-2> ..."]
export VERBOSE=1
export APP=communications
export TEST_FILES="<path-to-test-1> <path-to-test-2> ..."
$GAIA/bin/gaia-marionette
$GAIA/bin/gaia-marionette-parallel
# To avoid the b2g-desktop windows from showing for every test.
xvfb-run make test-integration
# To avoid hearing sounds.
PULSE_SERVER=":" make test-integration
PULSE_SERVER=":" xvfb-run make test-integration
# To avoid the b2g-desktop windows from showing for every test and to avoid hearing sounds.
PROFILE_FOLDER=profile-test make # generate profile directory in first time
make test-integration-test