Songyu-Wang
Songyu-Wang
This is my workflow file: https://github.com/uoForms/App-CANBeWell/blob/b3299f0a9674bfc74b7fc6f73c8864eea2e81a0b/.github/workflows/ci-build-cy-test-text-locale-ios.yml I have `config: userAgent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148` This is the error log with...
`Error: Incompatible versions detected, cypress-grep 2.0.0+ requires Cypress 10.0.0+` is what I got when I mistakenly installed the newest version It should be `3.0.0`
Hello, It is not clear if headless browser is required from README. (Based on the code, it is) If it is required, any reason why? If it is not, could...
**Is your feature request related to a problem? Please describe.** For complex Jira tickets, usually we have lots of attachments to upload. With current implementation, I can only upload one...
Basically we just want to know how many tests are tagged with what tag without running the whole thing
### What would you like? I would like to be able to control `--disk-cache-dir` chrome launch arg ### Why is this needed? As commented at https://github.com/cypress-io/cypress/blob/17ed1c9831054c5875e21d29c588a5ecb50edcbc/packages/server/lib/browsers/chrome.ts#L700 Your product intentionally disallow...
### Current behavior It seems like the cert is only valid for 2 years ### Desired behavior chrome recognizes the cert as valid ### Test code to reproduce no need...
### What would you like? Read `Why is this needed?` first plz A few ideas: 1. move the purple tag to the top of the `(xhr)...` 2. Collapse url if...
Bases on arguments mentioned in the [jest-image-snapshot](https://github.com/americanexpress/jest-image-snapshot#recommendations-when-using-ssim-comparison) repo, it seems like [ssim.js](https://github.com/obartra/ssim) could be a better algorithm to use in some use cases. Just wanna check if there is any...
I think it would be fairly easy to update the code at https://github.com/moshensky/pdf-visual-diff/blob/master/src/compare-pdf-to-snapshot.ts#L37C8-L39C10 to something like this ```javascript if (type === 'rectangle-mask') { let mask = new Jimp(width, height, colorToNum[color])...