You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Cypress tests for Decision Engine routing flows",
"scripts": {
"cypress:open": "cypress open",
"cypress:run": "cypress run",
"cypress:run:headless": "cypress run --headless",
"test:api": "cypress run --spec 'cypress/e2e/api/**/*.cy.js'",
"test:ui": "cypress run --spec 'cypress/e2e/ui/**/*.cy.js'",
"test:analytics": "cypress run --spec 'cypress/e2e/api/analytics-api.cy.js,cypress/e2e/ui/analytics-page.cy.js,cypress/e2e/ui/payment-audit.cy.js,cypress/e2e/ui/dashboard-overview.cy.js'",
"test:all": "cypress run --spec 'cypress/e2e/**/*.cy.js'",