@@ -122,7 +122,7 @@ const validationMessages = {
122
122
EMPTY_RUN_SETTINGS : "Empty run settings" ,
123
123
EMPTY_CYPRESS_PROJ_DIR :
124
124
"cypress_proj_dir is not set in run_settings. See https://www.browserstack.com/docs/automate/cypress/sample-tutorial to learn more." ,
125
- EMPTY_CYPRESS_CONFIG_FILE :
125
+ EMPTY_CYPRESS_CONFIG_FILE :
126
126
"cypress_config_file is not set in run_settings. See https://www.browserstack.com/docs/automate/cypress/configuration-file to learn more." ,
127
127
VALIDATED : "browserstack.json file is validated" ,
128
128
NOT_VALID : "browerstack.json is not valid" ,
@@ -131,9 +131,9 @@ const validationMessages = {
131
131
INVALID_PARALLELS_CONFIGURATION :
132
132
"Invalid value specified for parallels to use. Maximum parallels to use should be a number greater than 0." ,
133
133
INVALID_CYPRESS_CONFIG_FILE : "Invalid cypress_config_file" ,
134
- CYPRESS_CONFIG_FILE_NOT_FOUND :
134
+ CYPRESS_CONFIG_FILE_NOT_FOUND :
135
135
"No cypress config file was found at <location> directory." ,
136
- MORE_THAN_ONE_CYPRESS_CONFIG_FILE_FOUND :
136
+ MORE_THAN_ONE_CYPRESS_CONFIG_FILE_FOUND :
137
137
"Cypress does not allow more than one cypress config file." ,
138
138
INVALID_CYPRESS_JSON : "cypress.json is not a valid json" ,
139
139
INVALID_DEFAULT_AUTH_PARAMS :
@@ -311,16 +311,21 @@ const allowedFileTypes = [
311
311
"mjpeg" ,
312
312
"y4m" ,
313
313
"tsx" ,
314
- "pfx"
314
+ "pfx" ,
315
+ "cfr" ,
315
316
] ;
316
317
317
318
const filesToIgnoreWhileUploading = [
318
319
"**/node_modules/**" ,
319
320
"node_modules/**" ,
320
321
"package-lock.json" ,
322
+ "**/package-lock.json" ,
321
323
"package.json" ,
324
+ "**/package.json" ,
322
325
"browserstack-package.json" ,
326
+ "**/browserstack-package.json" ,
323
327
"tests.zip" ,
328
+ "**/tests.zip" ,
324
329
"cypress.json" ,
325
330
"cypress.config.js" ,
326
331
"cypress.config.ts" ,
0 commit comments