Skip to content

Commit 305a6a4

Browse files
Bug fix for supporting new spec file types
1 parent 92e3c5a commit 305a6a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/helpers/constants.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ const allowedFileTypes = ['js', 'json', 'txt', 'ts', 'feature', 'features', 'pdf
118118

119119
const filesToIgnoreWhileUploading = ['**/node_modules/**', 'node_modules/**', 'package-lock.json', 'package.json', 'browserstack-package.json', 'tests.zip', 'cypress.json']
120120

121-
const specFileTypes = ['js', 'ts', 'feature']
121+
const specFileTypes = ['js', 'ts', 'feature', 'jsx', 'coffee', 'cjsx'];
122122

123123
const DEFAULT_CYPRESS_SPEC_PATH = "cypress/integration"
124124

0 commit comments

Comments
 (0)