gecko/browser/components/loop/test/desktop-local
2014-05-29 21:13:47 +01:00
..
conversation_test.js Bug 1008122 Loop content changes for the separation of Loop from Social. r=nperriault 2014-05-29 21:13:46 +01:00
index.html Bug 1005245 Remove now redundant test harness code. r=nperriault 2014-05-29 21:13:47 +01:00
panel_test.js Bug 994151 Part 1. Handle registration errors better, with simple notifications to the user, and handle subsequent attempts to register with the server. r=dmose 2014-05-29 21:13:47 +01: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 976127 - Get marionette to drive desktop-local & shared unit tests, r=Standard8 2014-05-29 21:13:43 +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