https://github.com/lightsofapollo/firefox-marionette-example
https://github.com/lightsofapollo/firefox-marionette-example
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lightsofapollo/firefox-marionette-example
- Owner: lightsofapollo
- Created: 2014-06-13T17:52:11.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-06-13T17:59:22.000Z (about 12 years ago)
- Last Synced: 2024-12-27T15:12:50.078Z (over 1 year ago)
- Language: JavaScript
- Size: 121 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Firefox + Marionette + Node Example
TDLR: run `make test`
## Structure
- Makefile: contains bootstrapping code to download firefox and npm
modules
- test/ : where your tests should go suffixed with `_test.js`
- test/server : http server wrapper (so you can test stuff in this
folder)
- marionette-mocha.opts : default flags passed to marionette-mocha
- mocha.opts : default flags passed to mocha
- firefox : downloaded by the firefox make target this is the binary
used to run your tests.
## Other Notes:
This uses an updated version of the firefox host that has not yet
landed.
You can also try using the b2g desktop host but you _must_ add a `b2g`
target which will download the correct b2g-desktop binary.