-
## The problem
After adding line to cypress/support/index.js:
```
import '@percy/cypress';
```
then running Cypress fails with:
```
Product Page
TypeError: data.hasOwnProperty is no…
-
## The problem
```
[percy] Invalid snapshot options:
[percy] - clientInfo: unknown property
[percy] - environmentInfo: unknown property
[percy] Snapshot taken: [redacted]
[percy] Warning: Miss…
-
Storybook's [addon-contexts](https://github.com/storybookjs/storybook/blob/next/addons/contexts/README.md) is an official plugin that allows users to customize the context their stories are rendered i…
-
## The problem
In the last couple of weeks, we've noticed a significant increase in the # of intermittent diffs due to a missing font (in our case, Font Awesome).
Sometimes the font icons show u…
-
Hi, I think this is more of a support request than an issue report.
For some reason, my Gatsby production build shows an error page / not found when viewing index.html files. For some pages, it qui…
-
`child_process.spawn` does not work with `npm run scripts` on windows.
```
# package.json
{
"dependencies": {
"touch": "^1.0.0"
},
"scripts": {
"test": "npm run touch1 --verbose && node…
-
## The problem
Since upgrading to Beta 63 this morning, we have started seeing significant degradation in Percy snapshot retrieval:
```
[percy] Encountered an error taking snapshot: [snapshot n…
-
## What is this?
Currently the Ember SDK will log single error if it fails to fetch from `@percy/agent`: https://github.com/percy/ember-percy/blob/master/addon-test-support/%40percy/ember/index.js…
-
## Issue Description
Based on what we've learned to date, we'd like to create a Proof of Concept to implement Percy into GHA
---
## Tasks
- [x] Implement Percy into GHA workflow
- [x] Determine if Pe…
-
I'm not sure if this is a percy-cypress issue or just a percy issue in general. I'm noticing that the CSS media queries don't take effect in my screenshots.
Is this a known issue/feature? Are there…