Skip to content

Commit d687df3

Browse files
committed
Merge branch 'master' of github.com:roshan04/browserstack-cypress-cli into AFD_1975_poc_network_logs
2 parents 5293608 + f6fcafd commit d687df3

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

bin/helpers/constants.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,9 @@ const allowedFileTypes = [
307307
"pmp",
308308
"max",
309309
"mjpeg",
310-
"y4m"
310+
"y4m",
311+
"tsx",
312+
"pfx"
311313
];
312314

313315
const filesToIgnoreWhileUploading = [

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "browserstack-cypress-cli",
3-
"version": "1.19.0",
3+
"version": "1.19.1",
44
"description": "BrowserStack Cypress CLI for Cypress integration with BrowserStack's remote devices.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)