From a96af7cf40f275d16a1d6b552c1a897f7488075b Mon Sep 17 00:00:00 2001 From: Adria Navarro Date: Wed, 17 May 2023 11:33:37 +0200 Subject: [PATCH] Change the nightly tests to be more explicit --- qa-core/package.json | 2 +- .../dataSources/{mariaDB.spec.ts => mariaDB.nightly.spec.ts} | 0 .../dataSources/{mongoDB.spec.ts => mongoDB.nightly.spec.ts} | 0 .../{postgresSQL.spec.ts => postgresSQL.nightly.spec.ts} | 0 .../dataSources/{restAPI.spec.ts => restAPI.nightly.spec.ts} | 0 5 files changed, 1 insertion(+), 1 deletion(-) rename qa-core/src/internal-api/tests/dataSources/{mariaDB.spec.ts => mariaDB.nightly.spec.ts} (100%) rename qa-core/src/internal-api/tests/dataSources/{mongoDB.spec.ts => mongoDB.nightly.spec.ts} (100%) rename qa-core/src/internal-api/tests/dataSources/{postgresSQL.spec.ts => postgresSQL.nightly.spec.ts} (100%) rename qa-core/src/internal-api/tests/dataSources/{restAPI.spec.ts => restAPI.nightly.spec.ts} (100%) diff --git a/qa-core/package.json b/qa-core/package.json index 73fd59cab2..a6f9537d0f 100644 --- a/qa-core/package.json +++ b/qa-core/package.json @@ -14,7 +14,7 @@ "test:watch": "yarn run test --watch", "test:debug": "DEBUG=1 yarn run test", "test:notify": "node scripts/testResultsWebhook", - "test:smoke": "yarn run test --testPathIgnorePatterns=\\\"\\/dataSources\\/\\\"", + "test:smoke": "yarn run test --testPathIgnorePatterns=/.+\\.nightly\\.spec\\.ts", "test:ci": "start-server-and-test dev:built http://localhost:4001/health test:smoke", "dev:built": "cd ../ && yarn dev:built" }, diff --git a/qa-core/src/internal-api/tests/dataSources/mariaDB.spec.ts b/qa-core/src/internal-api/tests/dataSources/mariaDB.nightly.spec.ts similarity index 100% rename from qa-core/src/internal-api/tests/dataSources/mariaDB.spec.ts rename to qa-core/src/internal-api/tests/dataSources/mariaDB.nightly.spec.ts diff --git a/qa-core/src/internal-api/tests/dataSources/mongoDB.spec.ts b/qa-core/src/internal-api/tests/dataSources/mongoDB.nightly.spec.ts similarity index 100% rename from qa-core/src/internal-api/tests/dataSources/mongoDB.spec.ts rename to qa-core/src/internal-api/tests/dataSources/mongoDB.nightly.spec.ts diff --git a/qa-core/src/internal-api/tests/dataSources/postgresSQL.spec.ts b/qa-core/src/internal-api/tests/dataSources/postgresSQL.nightly.spec.ts similarity index 100% rename from qa-core/src/internal-api/tests/dataSources/postgresSQL.spec.ts rename to qa-core/src/internal-api/tests/dataSources/postgresSQL.nightly.spec.ts diff --git a/qa-core/src/internal-api/tests/dataSources/restAPI.spec.ts b/qa-core/src/internal-api/tests/dataSources/restAPI.nightly.spec.ts similarity index 100% rename from qa-core/src/internal-api/tests/dataSources/restAPI.spec.ts rename to qa-core/src/internal-api/tests/dataSources/restAPI.nightly.spec.ts