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.
2 parents 5293608 + f6fcafd commit d687df3Copy full SHA for d687df3
bin/helpers/constants.js
@@ -307,7 +307,9 @@ const allowedFileTypes = [
307
"pmp",
308
"max",
309
"mjpeg",
310
- "y4m"
+ "y4m",
311
+ "tsx",
312
+ "pfx"
313
];
314
315
const filesToIgnoreWhileUploading = [
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "browserstack-cypress-cli",
3
- "version": "1.19.0",
+ "version": "1.19.1",
4
"description": "BrowserStack Cypress CLI for Cypress integration with BrowserStack's remote devices.",
5
"main": "index.js",
6
"scripts": {
0 commit comments