Aliaksei Fesun

Results 12 comments of Aliaksei Fesun

Getting empty HAR for Chrome driver + Selenium 3.0.1 Win

Could only add, it may help when you check that the name of your PC don't have non latin letters or symbols!

Same for : "playwright": "1.13.1", "codeceptjs": "3.1.1" versions

I think it works for puppeteer :) i used it in codeceptjs wrapper. public async slowInternet(NETWORK_PRESETS): Promise { const page = this.helpers['Puppeteer'].page; const client = await page.target().createCDPSession(); await client.send('Network.emulateNetworkConditions', NETWORK_PRESETS);...

Hey, @denisha i didn't find /close_run call in your lib https://support.testrail.com/hc/en-us/articles/7077874763156-Runs#closerun it will be nice to have boolean variable for that, not closed runs marked with is_completed: false in testRail

as workaround: ``` //avoid allure warnings in logs export function filterAllureWarn(...args): void { const messages = args.filter((e) => typeof e == "string"); for (const m in messages) { if (messages[m].includes("allure-js-commons")...

> As far as I understand, you're trying to set a description to test from before hooks. But what if the suite has multiple tests? The description will be only...

@baev build was failed because of another tests, that don't connected with fix

@vovsemenv could you take a look?