gecko/browser/components/loop/test/desktop-local
2015-01-27 21:14:58 +00:00
..
client_test.js Bug 1121071 Part 1 - Remove old call url code from the Loop panel and related UI areas. r=mikedeboer 2015-01-16 18:34:30 +00:00
contacts_test.js Bug 1076764 - Added notifications for Loop contacts import. r=Standard8 2015-01-16 12:26:25 +01:00
conversation_test.js Bug 1104930 - Create a mixin for handling updating of the video container for various Loop conversation views. r=nperriault 2015-01-16 18:34:30 +00:00
conversationAppStore_test.js Bug 1074678 - Open a room window when the user selects the room in the Loop panel. r=mikedeboer 2014-11-03 16:34:03 +00:00
conversationViews_test.js Bug 1106852 - Introducing StoreMixin for Loop. r=Standard8 2015-01-22 17:39:07 +01:00
index.html Bug 1118393 - Cannot use {{num}} in rooms_list_current_conversations - Don't remove the num argument for plural forms, as its a valid possible value. r=jaws 2015-01-27 21:14:58 +00:00
l10n_test.js Bug 1118393 - Cannot use {{num}} in rooms_list_current_conversations - Don't remove the num argument for plural forms, as its a valid possible value. r=jaws 2015-01-27 21:14:58 +00:00
panel_test.js Bug 1121071 Part 1 - Remove old call url code from the Loop panel and related UI areas. r=mikedeboer 2015-01-16 18:34:30 +00:00
README.md Bug 976127 - Get marionette to drive desktop-local & shared unit tests, r=Standard8 2014-05-29 21:13:43 +01:00
roomViews_test.js Bug 1106852 - Introducing StoreMixin for Loop. r=Standard8 2015-01-22 17:39:07 +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