diff --git a/.github/workflows/cypress-live-test.yml b/.github/workflows/cypress-live-test.yml index b429fdf7e..bad7b384e 100644 --- a/.github/workflows/cypress-live-test.yml +++ b/.github/workflows/cypress-live-test.yml @@ -23,8 +23,9 @@ jobs: with: browser: chrome record: true - baseUrl: ${{ github.event.inputs.url }} + project: ./apps/trading-e2e + config: baseUrl=${{ github.event.inputs.url }} + env: grepTags=@live env: CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - grepTags: '@live'