Skip to content

fxos-bt-squad/bt-test

Repository files navigation

BT Test App of Firefox OS

How to install

  1. Install bt-test using WebIDE

  2. If you have full gaia codebase, you could symbolically link bt-test to gaia/outoftree_apps folder

$> cd path/to/gaia
$> mkdir outoftree_apps  # create outoftree_apps folder if you don't have one
$> cd outoftree_apps
$> ln -s path/to/bt-test bt-test

Then building gaia in engineer build, you'll have bt-test installed in your runtime or device.

Development

$> npm install -g gulp bower
$> npm install
$> gulp build
  • lint-as-you-save or hint-as-you-save
$> gulp
  • refresh 3rd party library and rebuild, a.k.a. clean build
$> gulp clean; gulp build
  • refresh bower package:bluetooth_manager only and rebuild
$> gulp build-dev

Generate documents

$> gulp docs

document is generated at docs/.

Run unit-test

$> gulp test

Reference

https://wiki.mozilla.org/B2G/Bluetooth/WebBluetooth-v2

About

A test app for WebBluetooth v2 API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published