UNPKG

mimik

Version:

Write end-to-end automation tests in natural language

34 lines (31 loc) 820 B
module.exports = function(mimik) { mimik.setConfig({ "browsers": [ { "desiredCapabilities": { "browserName": "chrome" }, "driver": "webdriver" }, { "desiredCapabilities": { "browserName": "safari" }, "driver": "webdriver" } ], "reporters": [ "console", "html", { "name": "testrail", "host": "http://testrail.kenzan.com", "username": "api@kenzan.com", "password": "password" } ] }); // mimik.on('start', function() { // console.log(' testing started'); // }); };