LucaLis

Results 11 comments of LucaLis

I'm facing similar problem but in my case I end up with InaccessibleObjectException and test failure. Failure is caused by the fact that test is running on JDK 16 -...

Hi @baev ! Can you please provide info about versions of jUnit and Allure used to confirm that it's not an issue anymore?

@baev Thanks! I have a problem with change of IDEA version in my environment but now at least I know a setup that should work correctly.

Hi. I'm facing similar issue - sometimes my tests are getting stuck when i'm tryigng to take screenshot. I'm using Playwright 1.42.0. I've investigated logs using DEBUG=pw:* and i can...

Have you tried to use https://github.com/gkushang/cucumber-html-reporter#attach-plain-text-to-html-report ? This would add such info on scenario level. Alternative option is to use metadata: https://github.com/gkushang/cucumber-html-reporter#metadata

Hi. I'm successfuly using some Chrome specific features in my Nightwatch tests using Puppeteer (https://github.com/puppeteer/puppeteer). All you need to do is to allow Nightwatch to create the browser instance for...

It would be great to have this implemented as it's pretty common scenario in corporate envs.

Browserstack docs describe workarounds for Node.js and Python binding of Playwright: https://www.browserstack.com/docs/automate/playwright/run-test-from-behind-proxies Instructions for Python are a bit obsolete becase the file that is supposed to bootstrap global-agent (playwright/driver/package/lib/cli/cli.js) is...

@basia1 maybe try to add env var like: GLOBAL_AGENT_NO_PROXY=localhost