From 9d01ec7c4fef2b5f01aa16b53e654da13572772b Mon Sep 17 00:00:00 2001 From: Craig Perkins Date: Mon, 21 Aug 2023 13:43:35 -0400 Subject: [PATCH] Add specPattern Signed-off-by: Craig Perkins --- cypress.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/cypress.config.js b/cypress.config.js index 5f8ef57b3..4c1ba0d47 100644 --- a/cypress.config.js +++ b/cypress.config.js @@ -33,6 +33,7 @@ module.exports = defineConfig({ return require('./cypress/plugins/index.js')(on, config); }, baseUrl: 'http://localhost:5601', + specPattern: '**/*.(js|ts|tsx)', testIsolation: false, }, });