Skip to content

Commit

Permalink
fix: manual workflow (e2mock problem) (#1497)
Browse files Browse the repository at this point in the history
  • Loading branch information
rafael-qazion authored Jul 17, 2024
1 parent 944cafd commit 982e172
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/manual-e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_dispatch:
inputs:
specName:
description: 'Test file name (without .cy.js)'
description: 'Test file name (e.g. cypress/e2e/waf.cy.js)'
required: true
environmentName:
description: 'Environment name (dev | stage | prod)'
Expand Down Expand Up @@ -37,7 +37,7 @@ jobs:
browser: chrome
wait-on: 'http://localhost:5173/'
wait-on-timeout: 120
spec: cypress/e2e/${{ github.event.inputs.specName }}.cy.js
spec: ${{ github.event.inputs.specName }}
config-file: cypress.config.${{ github.event.inputs.environmentName }}.js
env: environment=${{ github.event.inputs.environmentName }}

Expand Down

0 comments on commit 982e172

Please sign in to comment.