Skip to content

matrix-react-sdk End to End Tests #190

matrix-react-sdk End to End Tests

matrix-react-sdk End to End Tests #190

Workflow file for this run

# Triggers after the "Downstream artifacts" build has finished, to run the
# cypress tests (with access to repo secrets)
name: matrix-react-sdk Cypress End to End Tests
on:
workflow_run:
workflows: ["Build downstream artifacts"]
types:
- completed
concurrency:
group: ${{ github.workflow }}-${{ github.event.workflow_run.head_branch || github.run_id }}
cancel-in-progress: ${{ github.event.workflow_run.event == 'pull_request' }}
jobs:
cypress:
name: Cypress
uses: matrix-org/matrix-react-sdk/.github/workflows/cypress.yaml@v3.73.1
permissions:
actions: read
issues: read
statuses: write
pull-requests: read
secrets:
# secrets are not automatically shared with called workflows, so share the cypress dashboard key, and the Kiwi login details
CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}
TCMS_USERNAME: ${{ secrets.TCMS_USERNAME }}

Check failure on line 27 in .github/workflows/cypress.yml

View workflow run for this annotation

GitHub Actions / matrix-react-sdk Cypress End to End Tests

Invalid workflow file

The workflow is not valid. .github/workflows/cypress.yml (Line: 27, Col: 28): Invalid secret, TCMS_USERNAME is not defined in the referenced workflow. .github/workflows/cypress.yml (Line: 28, Col: 28): Invalid secret, TCMS_PASSWORD is not defined in the referenced workflow.
TCMS_PASSWORD: ${{ secrets.TCMS_PASSWORD }}
with:
react-sdk-repository: matrix-org/matrix-react-sdk
rust-crypto: true