Skip to content

new integrations and getting token with .fixture() #6

new integrations and getting token with .fixture()

new integrations and getting token with .fixture() #6

Workflow file for this run

name: Cypress Tests
on: [push]
jobs:
cypress-run:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v2
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: "20" # Especificar a versão do Node.js
- name: Install Dependencies
run: npm install
- name: Run Cypress Tests
run: npx cypress run --record --key 67fd9c51-6b49-446d-b8b8-d24b5d798313