Skip to content

E2E Tests Docker

E2E Tests Docker #38

name: E2E Tests Docker
on:
workflow_dispatch:
inputs:
frontendZipUrl:
description: 'Frontend zip url'
required: true
type: string
default: 'latest'
jobs:
e2e-tests:
uses: VirtoCommerce/.github/.github/workflows/e2e-autotests.yml@v3.800.23
with:
installModules: 'false'
installCustomModule: 'false'
runTests: 'true'
vctestingRepoBranch: '${{ github.ref_name }}'
frontendZipUrl: '${{ inputs.frontendZipUrl }}'
customPackagesJsonUrl: 'https://github.com/${{ github.repository }}/raw/${{ github.ref_name }}/backend-packages.json'
secrets:
envPAT: ${{ secrets.REPO_TOKEN }}
testSecretEnvFile: ${{ secrets.VC_TESTING_MODULE_ENV_FILE }}
sendgridApiKey: ${{ secrets.SENDGRID_APIKEY_4E2E_AUTOTESTS }}