Skip to content

Commit

Permalink
Removed the slow schema test from cypress (also slow)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lomilar committed Nov 2, 2024
1 parent 75d49e8 commit 9fe828f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/cypress
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ COPY cypressWebpack.config.js cypressWebpack.config.js
COPY cypressBrowserify.config.js cypressBrowserify.config.js
COPY cypressVite cypressVite
COPY cypressVite.config.js cypressVite.config.js
ENTRYPOINT cypress run --config-file cypressWebpack.config.js --browser edge -e CASS_LOOPBACK=${CASS_LOOPBACK} && cypress run --config-file cypressWebpack.config.js --browser chrome -e CASS_LOOPBACK=${CASS_LOOPBACK} && cypress run --config-file cypressWebpack.config.js -e CASS_LOOPBACK=${CASS_LOOPBACK}
ENTRYPOINT cypress run --config-file cypressWebpack.config.js --browser edge -e CASS_LOOPBACK=${CASS_LOOPBACK} --spec "**/!(schema.test.js)" && cypress run --config-file cypressWebpack.config.js --browser chrome -e CASS_LOOPBACK=${CASS_LOOPBACK} --spec "**/!(schema.test.js)" && cypress run --config-file cypressWebpack.config.js -e CASS_LOOPBACK=${CASS_LOOPBACK} --spec "**/!(schema.test.js)"
2 changes: 1 addition & 1 deletion docker/cypressHttps
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ COPY cypressWebpack cypressWebpack
COPY cypressBrowserify cypressBrowserify
COPY cypressWebpack.config.js cypressWebpack.config.js
COPY cypressBrowserify.config.js cypressBrowserify.config.js
ENTRYPOINT cypress run --config-file cypressWebpack.config.js --browser edge -e CASS_LOOPBACK=${CASS_LOOPBACK} && cypress run --config-file cypressWebpack.config.js --browser chrome -e CASS_LOOPBACK=${CASS_LOOPBACK} && cypress run --config-file cypressWebpack.config.js -e CASS_LOOPBACK=${CASS_LOOPBACK}
ENTRYPOINT cypress run --config-file cypressWebpack.config.js --browser edge -e CASS_LOOPBACK=${CASS_LOOPBACK} --spec "**/!(schema.test.js)" && cypress run --config-file cypressWebpack.config.js --browser chrome -e CASS_LOOPBACK=${CASS_LOOPBACK} --spec "**/!(schema.test.js)" && cypress run --config-file cypressWebpack.config.js -e CASS_LOOPBACK=${CASS_LOOPBACK} --spec "**/!(schema.test.js)"

0 comments on commit 9fe828f

Please sign in to comment.