1
0
Fork 0
mirror of synced 2024-07-08 15:56:23 +12:00

revert back to original cypress command

This commit is contained in:
Martin McKeaveney 2022-08-22 13:45:52 +01:00
parent b9ffa534ca
commit a0f1a05d33
2 changed files with 1 additions and 2 deletions

View file

@ -34,7 +34,6 @@ filterTests(['smoke', 'all'], () => {
}
})
cy.get(".thisisnothere").should("exist")
cy.get(interact.TEMPLATE_CATEGORY_FILTER).should("exist")
cy.get(interact.TEMPLATE_CATEGORY).should("exist")

View file

@ -14,7 +14,7 @@
"cy:open": "cypress open",
"cy:run": "cypress run",
"cy:run:ci": "cypress run --headed --browser chrome --spec cypress/integration/createApp.spec.js",
"cy:run:ci:record": "xvfb-run cypress run --headed --browser chrome --record --spec cypress/integration/createApp.spec.js",
"cy:run:ci:record": "cypress run --browser chrome --record",
"cy:test": "start-server-and-test cy:setup http://localhost:4100/builder cy:run",
"cy:ci": "start-server-and-test cy:setup:ci http://localhost:4100/builder cy:run:ci",
"cy:ci:record": "start-server-and-test cy:setup:ci http://localhost:4100/builder cy:run:ci:record; npm run cy:ci:report",