mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 14:45:29 +00:00
.. | ||
client_test.js | ||
conversation_test.js | ||
conversationViews_test.js | ||
index.html | ||
panel_test.js | ||
README.md | ||
roomViews_test.js | ||
test_desktop_all.py |
== 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