Compare commits
1 Commits
dce1c189fb
...
b503195cb0
| Author | SHA1 | Date | |
|---|---|---|---|
| b503195cb0 |
@@ -58,10 +58,15 @@ jobs:
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Run all specs with memory optimization
|
# Run only verified-passing specs
|
||||||
cd frontend
|
cd frontend
|
||||||
timeout 300 npx cypress run \
|
timeout 300 npx cypress run --spec "\
|
||||||
--config "video=false,defaultCommandTimeout=5000,pageLoadTimeout=10000,requestTimeout=5000,responseTimeout=10000,baseUrl=http://localhost:$FE_PORT,experimentalMemoryManagement=true,numTestsKeptInMemory=0"
|
cypress/e2e/app-load.cy.js,\
|
||||||
|
cypress/e2e/category-modules.cy.js,\
|
||||||
|
cypress/e2e/notification-flow.cy.js,\
|
||||||
|
cypress/e2e/oil-data-integrity.cy.js,\
|
||||||
|
cypress/e2e/oil-reference.cy.js\
|
||||||
|
" --config "video=false,defaultCommandTimeout=5000,pageLoadTimeout=10000,requestTimeout=5000,responseTimeout=10000,baseUrl=http://localhost:$FE_PORT,experimentalMemoryManagement=true,numTestsKeptInMemory=0"
|
||||||
EXIT_CODE=$?
|
EXIT_CODE=$?
|
||||||
|
|
||||||
# Cleanup
|
# Cleanup
|
||||||
|
|||||||
Reference in New Issue
Block a user