Skip to content

Commit

Permalink
chore: adding in cf url to playwright test env
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanConn committed Aug 1, 2023
1 parent 67de1ef commit 0324688
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions .github/workflows/pr_e2e_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,15 @@ jobs:
wait_until_ready: true
- name: Get URL
run: echo "https://${{ steps.cloudflare_preview_url.outputs.preview_url }}"
# - name: Run Playwright tests
# working-directory: ./laboratory
# run: npx playwright test
# - uses: actions/upload-artifact@v3
# if: always()
# with:
# name: playwright-report
# path: ./laboratory/playwright-report/
# retention-days: 30
- name: Run Playwright tests
working-directory: ./laboratory
run: npx playwright test
env:
LABS_URL: ${{ steps.cloudflare_preview_url.outputs.preview_url }}
WALLET_URL: "https://react-wallet.walletconnect.com/"
- uses: actions/upload-artifact@v3
if: always()
with:
name: playwright-report
path: ./laboratory/playwright-report/
retention-days: 30

0 comments on commit 0324688

Please sign in to comment.