Support for electron apps with Percy + Playwright #822
Unanswered
ggilchrist-ledger
asked this question in
Support
Replies: 1 comment
-
Hey @ggilchrist-ledger! I'm not sure exactly what needs to be done to make it work, but since Electron apps are HTML/CSS/JavaScript it can work. Percy does require valid URLs though, so whatever is being snapshotted can't have a URL like |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm looking to add visual regression with Percy for our Electron/React Native application. We use Playwright to automate our UI testing and so far the
@percy/playwright
intergration has worked well, but trying to upload the snapshots results in:Judging by your docs Electron isn't supported yet. Can you confirm this and if there are any workarounds to be able to upload assets from an Electron app to Percy? I've seen a suggestion that I can host the
.webpack/index.html?theme=null
file on localhost and upload that but I'm not too sure how to go about it. ThanksBeta Was this translation helpful? Give feedback.
All reactions