Skip to content

feat: add expose input for Cypress.expose() API #3855

feat: add expose input for Cypress.expose() API

feat: add expose input for Cypress.expose() API #3855

Workflow file for this run

name: example-webpack
on:
push:
branches:
- 'master'
pull_request:
workflow_dispatch:
jobs:
wait:
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Cypress tests
uses: ./ # if copying, replace with cypress-io/github-action@v7
with:
working-directory: examples/webpack
start: npm start
wait-on: 'http://localhost:8080'