Skip to content

chore(deps): update cypress to 13.4.0 #2353

chore(deps): update cypress to 13.4.0

chore(deps): update cypress to 13.4.0 #2353

Workflow file for this run

name: example-firefox
on:
push:
branches:
- 'master'
pull_request:
workflow_dispatch:
jobs:
firefox:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Firefox
uses: ./
timeout-minutes: 3
with:
# let's show browser and system info
build: npx cypress info
working-directory: examples/browser
browser: firefox
# report screenshot size and store the screenshots as test artifacts
- uses: actions/upload-artifact@v3
with:
name: screenshots-in-firefox
path: examples/browser/cypress/screenshots
- run: npx image-size cypress/screenshots/**/*.png
working-directory: examples/browser