Skip to content

Instantly share code, notes, and snippets.

@abhaybhargav
Created April 14, 2018 14:02
Show Gist options
  • Save abhaybhargav/e5ef52390e3ae157155ebe5a03421584 to your computer and use it in GitHub Desktop.
Save abhaybhargav/e5ef52390e3ae157155ebe5a03421584 to your computer and use it in GitHub Desktop.
Command to the JSON-RPC service to start ZAP and wait for 10 seconds.
before: function(client, done) {
ZapManager.startZap(done);
setTimeout(() => {
done();
}, 10000);
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment