UNPKG

@puppedo/atoms

Version:
25 lines (20 loc) 604 B
module.exports = async function atomRun() { const mouse = this.page.mouse; await mouse.up(); await this.log({ text: 'Mouse up' }); }; // module.exports = { // runTest: async function(args) { // const { page, log, options, levelIndent, _ } = args; // const screenshot = _.get(options, 'screenshot', false); // const mouse = page.mouse; // await mouse.up(); // await log({ // text: 'Кнопка мыши поднята', // screenshot: screenshot, // fullpage: false, // level: 'raw', // levelIndent: levelIndent + 1, // }); // }, // };