gecko-dev/browser/components/loop/test/desktop-local
2014-10-27 20:29:24 +00:00
..
client_test.js Bug 1033579 - Add channel to POST calls for Loop to allow different servers based on the channel. r=dmose 2014-10-23 20:37:58 +01:00
conversation_test.js Bug 1047410 - Desktop client should display Call Failed if an incoming call fails during set-up. r=nperriault 2014-10-24 15:01:20 +01:00
conversationViews_test.js Bug 1048162 Part 2 - Display an error message if fetching an email link fails r=standard8,darrin 2014-10-16 21:29:18 -04:00
index.html Bug 1074686 - Test/impl EmptyRoomView, store, and actions, r=Standard8 2014-10-14 15:22:35 -07:00
panel_test.js Bug 1074672 Part 3 - Update the Loop room list to use the new mozLoop.rooms API. r=Standard8 2014-10-27 20:29:24 +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 1074686 - Test/impl EmptyRoomView, store, and actions, r=Standard8 2014-10-14 15:22:35 -07: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