CI: narrow to 7 proven-stable E2E specs
All checks were successful
PR Preview / teardown-preview (pull_request) Has been skipped
Test / unit-test (push) Successful in 4s
Test / build-check (push) Successful in 3s
PR Preview / test (pull_request) Successful in 4s
PR Preview / deploy-preview (pull_request) Successful in 7s
Test / e2e-test (push) Successful in 51s

This commit is contained in:
2026-04-06 22:44:55 +00:00
parent a4b79ebe65
commit eaab1276a2

View File

@@ -43,19 +43,13 @@ jobs:
# Run core cypress specs (proven stable) # Run core cypress specs (proven stable)
cd frontend cd frontend
npx cypress run --spec "\ npx cypress run --spec "\
cypress/e2e/api-health.cy.js,\
cypress/e2e/app-load.cy.js,\
cypress/e2e/recipe-search.cy.js,\
cypress/e2e/recipe-detail.cy.js,\ cypress/e2e/recipe-detail.cy.js,\
cypress/e2e/oil-reference.cy.js,\ cypress/e2e/oil-reference.cy.js,\
cypress/e2e/oil-data-integrity.cy.js,\ cypress/e2e/oil-data-integrity.cy.js,\
cypress/e2e/recipe-cost-parity.cy.js,\ cypress/e2e/recipe-cost-parity.cy.js,\
cypress/e2e/responsive.cy.js,\
cypress/e2e/performance.cy.js,\
cypress/e2e/category-modules.cy.js,\ cypress/e2e/category-modules.cy.js,\
cypress/e2e/notification-flow.cy.js,\ cypress/e2e/notification-flow.cy.js,\
cypress/e2e/registration-flow.cy.js,\ cypress/e2e/registration-flow.cy.js\
cypress/e2e/search-advanced.cy.js\
" --config video=false " --config video=false
EXIT_CODE=$? EXIT_CODE=$?