Skip to content

chore(deps): update cypress to 3.4.0 🌟 #649

chore(deps): update cypress to 3.4.0 🌟

chore(deps): update cypress to 3.4.0 🌟 #649

Workflow file for this run

name: Chrome Docker
on: [push, workflow_dispatch]
jobs:
# run Chrome inside a Docker container
chrome:
runs-on: ubuntu-24.04
# https://github.com/cypress-io/cypress-docker-images
container: cypress/browsers:node-22.11.0-chrome-130.0.6723.69-1-ff-132.0-edge-130.0.2849.56-1
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Chrome
uses: cypress-io/github-action@v6
timeout-minutes: 10
with:
build: npm run build
start: npm start
browser: chrome