Skip to content

Bump cypress from 9.7.0 to 13.2.0 #77

Bump cypress from 9.7.0 to 13.2.0

Bump cypress from 9.7.0 to 13.2.0 #77

name: '[PRN] Quality Engineering'
on:
pull_request_target:
branches:
- main
- master
- release/v*
types:
- labeled
jobs:
quality-engineering:
name: QE
uses: vtex-apps/usqa/.github/workflows/quality-engineering.yml@main
with:
nodeLint: true
nodeSonar: true
nodeSonarProjectKey: vtex-apps_cy-runner
nodeSonarOrganization: vtex-apps
secrets:
githubToken: ${{ secrets.GITHUB_TOKEN }}
sonarToken: ${{ secrets.SONAR_TOKEN }}