-
When using
```
$ percy-storybook --build_dir=`pwd`/target/storybook --rtl
Uploading 191 snapshots to Percy.
```
On a gateway timeout, Percy fails with this error:
`TypeError: Cannot create p…
-
Here is the test log corresponding to Percy build https://percy.io/ampproject/amphtml/builds/270874. Note that the image assets are being loaded and fetched, but they don't appear in the snapshots.
…
-
```js
// index.js
const ep = require('ember-percy')
```
results in:
```sh
▵ node index.js
module.js:487
throw err;
^
Error: Cannot find module 'percy-client'
at Function.Mo…
-
We've recently adopted [storybook] and [percy] for visually testing our components. The stories are written like unit tests and are available in the storybook viewer `yarn storybook`. It would be grea…
-
Please add a comment to this issue with your weekly status update for the AMP Project, such as:
- your accomplishments over the last week
- what you're currently working on
- things you're blocke…
-
Visual diff test only test again `gulp build & gulp serve` page, which means it does not test with the experimental flag.
Discovered through #10656. [percy build link](https://percy.io/ampproject/…
-
We on the ampproject/amphtml team use Percy for visual diff testing. We're having trouble with the Percy / Capybara / Phantomjs stack, where webpage images are missing in all our visual diff snapshots…
-
Please add a comment to this issue with your weekly status update for the AMP Project, such as:
- your accomplishments over the last week
- what you're currently working on
- things you're blocke…
-
Several PRs are getting the same visual diff issue and causes me to think it may be a flaky test with percy.
Examples:
https://percy.io/ampproject/amphtml/builds/256910
https://percy.io/ampprojec…
-
Just an idea, but it would be cool to see pixel-perfect diffing of your components/stories to see how they progress over time?
[PhantomCSS](https://github.com/Huddle/PhantomCSS#phantomcss) is a great…