gecko/browser/components/loop/test/desktop-local
Matthew Noorenberghe c5fd3878f6 Bug 1077996 - Allow disabling Loop FxA support and related items (contacts, direct calling) via loop.fxa.enabled. r=mikedeboer
--HG--
extra : rebase_source : 99b0d348b6725c35c048a491e83c65e5b5e1b13d
2014-10-07 00:44:37 -07:00
..
client_test.js Bug 1047164 - Handle authentication errors (e.g. token expiry) for FxA Loop sessions and notify users. r=jaws 2014-10-03 03:17:32 -07:00
conversation_test.js Bug 972017 Part 4 - Hook up the OT sdk to the direct calling window for Loop. r=nperriault 2014-10-03 22:42:02 +01:00
conversationViews_test.js Bug 972017 Part 4 - Hook up the OT sdk to the direct calling window for Loop. r=nperriault 2014-10-03 22:42:02 +01:00
index.html Bug 972017 Part 4 - Hook up the OT sdk to the direct calling window for Loop. r=nperriault 2014-10-03 22:42:02 +01:00
panel_test.js Bug 1077996 - Allow disabling Loop FxA support and related items (contacts, direct calling) via loop.fxa.enabled. r=mikedeboer 2014-10-07 00:44:37 -07:00
README.md Bug 976127 - Get marionette to drive desktop-local & shared unit tests, r=Standard8 2014-05-29 21:13:43 +01:00
test_desktop_all.py Bug 994483 Fix running marionette tests locally and bug 1021573 Fix intermittent failure due to the server trying to bind to a socket that hasn't been released yet. r=jgriffin 2014-06-06 20:57:00 +01:00

== Mocha unit tests ==

These unit tests use the browser build of the Mocha test framework and the Chai Assertion Library's BDD interface.

Aim your browser at the index.html in this directory on your localhost using a file: or HTTP URL to run the tests. Alternately, from the top-level of your Gecko source directory, execute:

./mach marionette-test browser/components/loop/test/manifest.ini

Next steps:

  • run using JS http server so the property security context for DOM elements is used