gecko-dev/browser/components/loop/test/desktop-local
2014-09-01 18:11:50 +01:00
..
client_test.js Bug 1000134 - Implement revoke generated URL for incoming call view, r=dmose 2014-07-25 15:42:32 -07:00
conversation_test.js Bug 1045643 Part 2 - Notify the Loop server when the client has local media up and remote media being received, so that it can update the call connection status. r=nperriault 2014-08-29 11:22:18 +01:00
index.html Bug 1022594 Part 2. Desktop client needs ability to decline an incoming call - set up a basic websocket protocol and use for both desktop and standalone UI. r=dmose 2014-08-15 22:54:29 +01:00
panel_test.js Bug 1047144: Add a gear menu to the Loop panel. r=Standard8 2014-09-01 18:11:50 +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 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