We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6994ae commit 8605c3fCopy full SHA for 8605c3f
bin/helpers/archiver.js
@@ -36,7 +36,7 @@ const archiveSpecs = (runSettings, filePath) => {
36
37
archive.pipe(output);
38
39
- let allowedFileTypes = [ 'js', 'json', 'txt', 'ts' ];
+ let allowedFileTypes = [ 'js', 'json', 'txt', 'ts', 'feature' ];
40
allowedFileTypes.forEach(fileType => {
41
archive.glob(`**/*.${fileType}`, { cwd: cypressFolderPath, matchBase: true, ignore: ['node_modules/**', 'package-lock.json', 'package.json', 'browserstack-package.json'] });
42
});
0 commit comments