Skip to content

Add loadingTime/decodingTime into dataset timings, changes in stages #409

Add loadingTime/decodingTime into dataset timings, changes in stages

Add loadingTime/decodingTime into dataset timings, changes in stages #409

Workflow file for this run

name: Cypress tests
on: [push]
jobs:
cypress-run:
name: Cypress run
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: '20.x'
- run: npm ci
- run: npm run transpile
- name: Cypress run
uses: cypress-io/github-action@v6
with:
start: npm run cypress:server
wait-on: 'http://localhost:8124'
record: true
env:
CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}