Skip to content

Commit 3618a7c

Browse files
Merge pull request #100 from browserstack/support_testfile_extensions
Bug fix for supporting new spec file types
2 parents 92e3c5a + 305a6a4 commit 3618a7c

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)