crfrolik
crfrolik
### Steps to reproduce ```js esprima.parseScript('if (foo) { return 5; } else { return 6; }'); ``` I would like to be able to successfully parse this without an `Illegal...
One of our tests is hanging on the build server and never completes. It would be nice if we could enable this logging so it happens while the test is...
In the past 7 months, no code changes have been made, no PRs have been merged, and no issues have been touched. It would be nice to update this to...
### Current behavior Running a web worker in a cypress test after v12.15 results in an error > spec.cy.js:36 Refused to create a worker from 'blob:http://localhost:3000/164681fb-cb4d-414b-8d35-2821c8805feb' because it violates the...
## Description Running `syncpack lint` gives me output like the following (package names changed to protect the innocent): ``` $ yarn syncpack lint Versions = Version Group 1 ============================================================== 10...
### What would you like? We have occasional test failures for intermittent network issues. These often show up as request timeouts. For example: ``` Timed out retrying after 20000ms: `cy.wait()`...
There's a bunch of warnings in Chrome Dev Tools when running tests with `cypress open`. "Cypress Warning: cy.state('withinSubject') has been deprecated and will be removed in a future release. You...
Is this possible?
``` 16 12 2022 11:18:24.725:INFO [compiler.karma-typescript]: Compiling project using Typescript 4.9.4 16 12 2022 11:18:29.280:INFO [compiler.karma-typescript]: Compiled 26 files in 4529 ms. 16 12 2022 11:18:30.135:ERROR [validator.karma-typescript]: Invalid syntax in...
https://github.com/Xvier/cypress-downloadfile/blob/master/types/index.d.ts#L6 Comment says "Create several Todo items via UI", which is not related to what `downloadFile` does.