Skip to content

pooh

pooh #61

Workflow file for this run

name: Cypress API Tests
on: [push]
jobs:
cypress-run:
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@v4
with:
working-directory: ./api_cypress
spec: cypress/e2e/v1/*.js