-
In CI, I had finalize fail because I did not set a proper nonce. However the command exited successfully.
```
$ percy finalize --all
[percy] StatusCodeError 409 - {"errors":[{"status":"conflict",…
kamal updated
3 years ago
-
Percy agent depends on a very old version of puppeteer. If you're building on a newer version of node with native apple silicon support (i recently tried to upgrade to node 16 on ARM) puppeteer needs …
-
I am running percy via CLI to test my own website.
I have a large number of pages that look the same and I am looking to ignore a subset of them via passing globs to `-i`.
I would find it extremely …
-
## What is this?
When running agents server in a detached state we write the PID to a file but we don't clean that file up after stopping Percy. This can cause a lot of issues since Percy looks for…
-
# Description
Look into the list of visual testing tools previously assembled for the CI/CD visual regression testing implementation.
Given the fact that production monitoring scripts will need to ru…
-
## What is this?
It would be nice to suppress Percy log output entirely. In theory, this shouldn't be too hard. We would probably want to add a new config option (flag, `.percy.yml`, & an env var) …
-
We see that fonts & images are not being loaded intermittently in our CI builds. This had happened once in a while all the time, but it had started happening frequently on Wed 6/23 around 10am EST. Fo…
-
### Summary
Currently when running Percy with Cypress we're stuck with 5338 port.
### Steps to reproduce
Prerequisite:
- Valid PERCY_TOKEN token.
- Cypress test with snapshot task in `c…
-
# Description
Using a free account set up a Percy scan of the va.gov landing page. Attempt to tease out any unknown unknowns related to using this tool for production monitoring.
## Things we do n…
-
Obviously I can read the source (and I'm about to, right after this), but it seems like a very core piece of this library is the loader, and it would be useful to have an overview of what's available,…