marionette-marker

0.0.2 • Public • Published

marionette-marker

A marionette plugin for marking elements and click events.

Usage

Setup marionette-marker in the marionette.

marionette.plugin('marker', require('marionette-marker'));

Show the cursor in the test runner(b2g desktop client).

// Setup in the setup function of tests,
// after you launch an App.
setup(function() {
  client.apps.launch(APP_URL);
  client.apps.switchToApp(APP_URL);
  // wait for the document body to know we're really launched
  client.helper.waitForElement('body');
  client.marker.setupCursor();
});

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i marionette-marker

      Weekly Downloads

      1

      Version

      0.0.2

      License

      Apache2

      Last publish

      Collaborators

      • evanxd