Skip to content

Instantly share code, notes, and snippets.

@amirnissim
Last active December 26, 2015 21:29
Show Gist options
  • Save amirnissim/7216005 to your computer and use it in GitHub Desktop.
Save amirnissim/7216005 to your computer and use it in GitHub Desktop.
running gaia ui-tests #fxos
cd gaia
npm install
export GAIATEST_ACKNOWLEDGED_RISKS=true
export GAIATEST_SKIP_WARNING=true
./node_modules/.bin/travisaction gaia_ui_tests install
# run all tests
./node_modules/.bin/travisaction gaia_ui_tests script
# or just one
gaiatest --app=b2gdesktop --binary=b2g/Contents/MacOS/b2g-bin --profile=profile --restart tests/python/gaia-ui-tests/gaiatest/tests/manifest.ini tests/python/gaia-ui-tests/gaiatest/tests/functional/everythingme/test_everythingme_launch_packaged_app.py
# and if nothing works...
# rm -rf b2g
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment