Skip to content

Update Blog “react-18-support-for-create-react-web-component/index” #1093

Update Blog “react-18-support-for-create-react-web-component/index”

Update Blog “react-18-support-for-create-react-web-component/index” #1093

Workflow file for this run

name: End-to-end tests
on: [push]
jobs:
cypress-run-chrome:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
# Install NPM dependencies, cache them correctly
# and run all Cypress tests
- name: Cypress run
uses: cypress-io/github-action@v5
with:
start: yarn start
browser: chrome
cypress-run-firefox:
runs-on: ubuntu-latest
container:
image: cypress/browsers:node16.18.0-chrome107-ff106-edge
options: --user 1001
steps:
- name: Checkout
uses: actions/checkout@v3
# Install NPM dependencies, cache them correctly
# and run all Cypress tests
- name: Cypress run
uses: cypress-io/github-action@v5
with:
start: yarn start
browser: firefox
# Edge test is unstable
cypress-run-edge:
runs-on: ubuntu-latest
container:
image: cypress/browsers:node16.18.0-chrome107-ff106-edge
options: --user 1001
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Cypress run
uses: cypress-io/github-action@v5
with:
start: yarn start
browser: edge