dev #2

Merged
hera merged 40 commits from dev into main 2026-04-07 22:12:01 +00:00
Showing only changes of commit 7fd52f7a86 - Show all commits

View File

@@ -40,10 +40,23 @@ jobs:
sleep 1
done
# Run cypress from frontend dir
# Run core cypress specs (proven stable)
cd frontend
SPECS=$(ls cypress/e2e/*.cy.js | grep -v demo-walkthrough | grep -v visual-check | grep -v check-price | tr '\n' ',')
npx cypress run --spec "$SPECS" --config video=false
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/oil-reference.cy.js,\
cypress/e2e/oil-data-integrity.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/notification-flow.cy.js,\
cypress/e2e/registration-flow.cy.js,\
cypress/e2e/search-advanced.cy.js\
" --config video=false
EXIT_CODE=$?
# Cleanup