Skip to content

Version History Panel #1453

Version History Panel

Version History Panel #1453

name: End-to-end Tests
on:
push:
branches:
- main
pull_request:
branches:
- main
workflow_dispatch:
jobs:
install-cypress-webifc:
runs-on: ubuntu-20.04
steps:
- name: checkout
id: checkout
uses: actions/checkout@v3
- name: Install Cypress WebIfc
id: install-cypress-webifc
uses: cypress-io/github-action@v6
with:
runTests: false
build: yarn build-share
- name: Save build artifacts
id: build-artifacts
uses: actions/upload-artifact@v3
with:
name: build-webifc-${{ github.sha }}
if-no-files-found: error
path: docs/
run-cypress-on-linux-webifc:
runs-on: ubuntu-20.04
needs: install-cypress-webifc
steps:
- name: checkout
id: checkout
uses: actions/checkout@v3
- name: Restore build artifacts
id: restore-artifacts
uses: actions/download-artifact@v3
with:
name: build-webifc-${{ github.sha }}
path: docs/
- name: E2E Tests on Google Chrome
id: e2e-on-google-chrome
uses: cypress-io/github-action@v6
with:
browser: chrome
start: node config/serve.js