Skip to content

Cypress GitHub Page (page build, scheduled, manual) #34

Cypress GitHub Page (page build, scheduled, manual)

Cypress GitHub Page (page build, scheduled, manual) #34

Workflow file for this run

name: Run Smoke Test on readytotest GitHub Page
on:
workflow_dispatch:
push:
branches:
- main
pull_request:
jobs:
Cypress-Smoke-Test:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: Checkout Repo
uses: actions/checkout@v4.0.0
- name: Test
uses: cypress-io/github-action@v4
with:
command: npm run ready-to-test
- name: Upload Report to GitHub
uses: actions/upload-artifact@v3.1.3
if: always()
with:
name: Test Results + Video
path: ./cypress/reports/
if-no-files-found: warn
retention-days: 60