From 7755e8f5787807c48b33f42d98013b688da9bd44 Mon Sep 17 00:00:00 2001 From: binh-dam-ibigroup <56846598+binh-dam-ibigroup@users.noreply.github.com> Date: Fri, 11 Aug 2023 15:39:55 -0400 Subject: [PATCH] ci(percy): Reenable Percy --- .github/workflows/percy.yml | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/.github/workflows/percy.yml b/.github/workflows/percy.yml index c83aa6c07..1b8c68c16 100644 --- a/.github/workflows/percy.yml +++ b/.github/workflows/percy.yml @@ -31,11 +31,9 @@ jobs: env: YAML_CONFIG: /tmp/otp2config.yml JS_CONFIG: ./percy/har-mock-config.js -# - name: Take Percy Snapshots -# # Move everything from latest commit back to staged -# run: npx percy exec -- npx jest percy/percy.test.js --force-exit -# env: -# PERCY_TOKEN: ${{ secrets.PERCY_TOKEN_OTP2 }} -# PERCY_OTP_CONFIG_OVERRIDE: /tmp/otp2config.yml -# OTP_RR_PERCY_MOBILE: true -# # TODO: Reinstate calltaker UI tests. + - name: Take Percy Snapshots (Desktop) + run: npx percy exec -- npx jest percy/percy.test.js --force-exit + env: + PERCY_TOKEN: ${{ secrets.PERCY_TOKEN_OTP2 }} + OTP_RR_UI_MODE: desktop + # TODO: Reinstate calltaker UI tests.