You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! I am working on making visual regression tests for my React Native app.
Because of the lack of RN visual regression testing infrastructure + having percy already set up for the web side of my project (storybook), I decided on the following general architecture for mobile visual regression tests:
Use detox to step through the mobile app and take screenshots
use the percy sdk to upload said screenshots to percy
Given that percy is typically expected to be used with web I believe I am going to need to use the more low level apis to upload the screenshot in a format percy expects.
Has anyone done this before/ have advice on which methods in the percy cli I should lean on? I am expecting these will be the ones I leverage: https://docs.percy.io/docs/cli-overview
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi! I am working on making visual regression tests for my React Native app.
Because of the lack of RN visual regression testing infrastructure + having percy already set up for the web side of my project (storybook), I decided on the following general architecture for mobile visual regression tests:
Given that percy is typically expected to be used with web I believe I am going to need to use the more low level apis to upload the screenshot in a format percy expects.
Has anyone done this before/ have advice on which methods in the percy cli I should lean on? I am expecting these will be the ones I leverage: https://docs.percy.io/docs/cli-overview
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions