mozilla-b2g/marionette-debug

Name: marionette-debug

Owner: Mozilla-B2G

Description: null

Created: 2013-09-23 08:56:03.0

Updated: 2013-11-17 15:00:37.0

Pushed: 2013-11-17 15:00:37.0

Homepage: null

Size: 139

Language: JavaScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

marionette-debug

A marionette plugin for debugging integration tests. Currently, we have functions to handle screenshot things.

Usage

We could capture screenshot images and send it to a specified server.

And the server repository: https://github.com/mozilla-b2g/marionette-debug-server

xpose to marionette.
nt.plugin(
ebug',
quire('marionette-debug'),

server: '192.168.1.2', // The server IP.
port: 3000



apture a screenshot.
nt.debug.screenshot('Take first screenshot.');

end it to the 192.168.1.2 server.
nt.debug.sendScreenshot();

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.