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 8605c3f commit 1853033Copy full SHA for 1853033
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', 'feature' ];
+ let allowedFileTypes = [ 'js', 'json', 'txt', 'ts', 'feature', 'features' ];
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