From 7853f2fabe3578468fd750aca9009387101487a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismael=20Gonz=C3=A1lez=20Trujillo?= Date: Tue, 29 Nov 2022 10:16:54 +0100 Subject: [PATCH] Ignore tests.zip from uploads when home_directory is set --- bin/helpers/constants.js | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/helpers/constants.js b/bin/helpers/constants.js index 02b9fe58..da4c7cbd 100644 --- a/bin/helpers/constants.js +++ b/bin/helpers/constants.js @@ -319,6 +319,7 @@ const filesToIgnoreWhileUploading = [ "package.json", "browserstack-package.json", "tests.zip", + "**/tests.zip", "cypress.json", "cypress.config.js", "cypress.config.ts",