Skip to content

Commit

Permalink
Expands percy to include new flows
Browse files Browse the repository at this point in the history
  • Loading branch information
analoo committed Jan 10, 2025
1 parent 462f4c7 commit 598f9b8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/run-percy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,11 @@ jobs:
run: npm install -g @percy/cli
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Run journey test and send to Percy
- name: Run GCC journey test and send to Percy
run: npx percy exec -- ./gradlew test --tests org.ilgcc.app.journeys.GccFlowJourneyTest.fullGccFlow
- name: Run Provider Journey Test with valid link
run: npx percy exec -- ./gradlew test --tests org.ilgcc.app.journeys.ProviderresponseFlowJourneyTest.ProviderresponseJourneyTest_validLink
- name: Run Provider Registration flow and send to Percy
run: npx percy exec -- ./gradlew test --tests org.ilgcc.app.journeys.ProviderresponseProviderRegistrationJourneyTest.LicenseExemptInProviderHomeFlow
env:
PERCY_TOKEN: ${{ secrets.PERCY_TOKEN }}

0 comments on commit 598f9b8

Please sign in to comment.