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
// Expose to marionette.client; // Capture a screenshot.clientdebug; // Send it to the 192.168.1.2 server.clientdebug;