Skip to content

test: set defaultBrowser to chrome #3049

test: set defaultBrowser to chrome

test: set defaultBrowser to chrome #3049

name: example-component-test
on:
push:
branches:
- 'master'
pull_request:
workflow_dispatch:
jobs:
cypress-run:
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Cypress run
uses: ./ # if copying, replace with cypress-io/github-action@v7
with:
working-directory: examples/component-tests
component: true