Questions tagged [visual-testing]

39 questions
6
votes
1 answer

NodeJS: NOT able to set PERCY_TOKEN via package script with start-server-and-test

I have been trying really hard to set the PERCY_TOKEN on a local test run according the official guideline from percy and trigger it via yarn. The guideline says: $ PERCY_TOKEN=aaabbbcccdddeeefff PERCY_BRANCH=local npm test My attempt right now…
Norfeldt
  • 8,272
  • 23
  • 96
  • 152
3
votes
0 answers

How to stop Chromatic diff "noise" with Highcharts

When viewing Chromatic as part of our merge requests finding actual meaningful diffs is like finding a needle in a haystack. Highcharts has their weird variation where the position of parts (e.g. lines) seems to vary ever so slightly. We've tried…
Shefeto
  • 178
  • 1
  • 10
3
votes
0 answers

Getting , Error: 413 Payload too large when performing cy.percysnapshot()

When executing the percy tests locally, i get the following error. [percy] Encountered an error uploading snapshot: coikie_dialog_portal [percy] Error: 413 Payload Too Large Understand that the payload contains more information than its needed. My…
3
votes
1 answer

What is the difference between engine: 'chrome' and engine: 'chromy' in backstop.config?

https://github.com/garris/BackstopJS In example uses engine:'chrome', but in readme engine: 'chromy' Is that any difference in speed or result of test?
Jusual
  • 31
  • 2
2
votes
0 answers

Percy CLI - logging in? executing in order?

2fold question: how do I get Percy to execute snapshots -in order-? can you help me troubleshoot my simple login script? Trying to set up a basic beginnings of Percy CLI. Using a .js file as they detail here -…
cascade
  • 41
  • 4
2
votes
1 answer

Ashot screenshot does not correctly crop the element from screenshot

I am trying to open this url and take the screenshot of the Keep browsing button which looks like the below image using Ashot library. Here is my dependencies on pom.xml: