Results 18 comments of Viliam Elischer

I have this issue as well on CI (CircleCI) I get `yarn exited with code 1` 🤷 When I try `cypress run --record false --browser chrome --headless=old` with config: ```...

Any progress/blockers on this?

Hi guys, did somebody of you succeeded meanwhile at integrating jasmine 2.0 into an ember/ember-cli project? Mainly the part with supporting the ember- async helpers. I've looked at the mocha...

Yeah I've read about that option (to use jasmine 1.3) above, but I'm not gonna write dozen of tests, they would need to be refactored once I switch to Jasmine2....

@ryrych @spra85 I've switched a week ago to Mocha. First, it was quite better than Jasmine 2.0 from the aspect of ember/ember-cli support - mainly thanks to tedd zeeny's asynch...

> Cleaner version: > > ```js > const path = require("node:path"); > /* ref: https://yarnpkg.com/advanced/pnpapi */ > require(path.join(process.cwd(), ".pnp.cjs")).setup(); > > const REPORTER = "cypress-mochawesome-reporter"; > > const resolve =...

I can confirm that with yarn4 and NX17 I'm getting an error (none of the cypress@12 and cypress@13 seem to be working) right now for me so upgrade to yarn4...

I have a similar issue, when ``` beforeEach(() => { // Expire cookie before each test document.cookie = 'MYCOOKIE=; expires=Thu, 01 Jan 1970 00:00:00 GMT' }) ``` and then in...