From 9fe828fa017b10145088b246bd90c8b201cf1400 Mon Sep 17 00:00:00 2001 From: Ronald Ray Date: Fri, 1 Nov 2024 21:28:24 -0700 Subject: [PATCH] Removed the slow schema test from cypress (also slow) --- docker/cypress | 2 +- docker/cypressHttps | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/cypress b/docker/cypress index 530ee187..9910701d 100644 --- a/docker/cypress +++ b/docker/cypress @@ -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} \ No newline at end of file +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)" \ No newline at end of file diff --git a/docker/cypressHttps b/docker/cypressHttps index 724dc521..748aea49 100644 --- a/docker/cypressHttps +++ b/docker/cypressHttps @@ -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} \ No newline at end of file +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)" \ No newline at end of file