Skip to content

add cypress.yaml workflow #1

add cypress.yaml workflow

add cypress.yaml workflow #1

Workflow file for this run

# New Project Template Cypress Workflow
#
# See below comments for instructions on where to update the workflow
name: E2E Cypress Tests
run-name: E2E Cypress Tests in ${{ inputs.browser || 'chrome' }}
on:
# Delete this line after initial commit to new repository
push:
workflow_dispatch:
inputs:
browser:
description: "Please select a browser for test run"
required: true
type: choice
options:
- chrome
- firefox
- edge
jobs:
cypress-workflow:
uses: perfectsense/delivery-qa/.github/workflows/cypress-shared-workflow.yaml@main

Check failure on line 23 in .github/workflows/cypress.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/cypress.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/cypress.yaml" -> "perfectsense/delivery-qa/.github/workflows/cypress-shared-workflow.yaml@main" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
secrets: inherit
with:
project-name: Brightspot-Training
record-key: bb15471c-0869-405f-801e-d2f523000a4b
browser: ${{inputs.browser}}
java-version: 11
node-version: 16.11.0
gradle-version: 8.4
cache-directories: |
node_modules
.gradle
build
web/build
frontend/build
core/build