ASU / asu-unity-stack

ASU Unity Design System
https://unity.web.asu.edu/
Other
11 stars 8 forks source link

test: added percy visual regression testing with config #1234

Closed davidornelas11 closed 6 months ago

davidornelas11 commented 7 months ago

Description

Added percy visual regression testing with story config

Links

Checklist

Browsers

Images

davidornelas11 commented 7 months ago

There seems to be permissions errors when installing puppeteer in jenkins. As noted here, https://github.com/puppeteer/puppeteer/blob/main/docs/troubleshooting.md, this is common in ci builds and the required binaries need be added in the jenkins dockerfile that is pulled by jenkins from what I can tell. Our JENKINSFILE uses image: 'buildkite/puppeteer:5.2.1' which has also been deprecated for almost three years now. Its recommended to install puppeteer with root access

davidornelas11 commented 6 months ago

Closed and moved over to new pr