File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -566,7 +566,7 @@ exports.setSystemEnvs = (bsConfig) => {
566566 if ( [ "includeTagsInTestingScope" , "excludeTagsInTestingScope" ] . includes ( key ) )
567567 envKeys [ a11y_env_key ] = accessibilityOptions [ key ] . join ( ";" )
568568 else if ( key === "includeIssueType" )
569- envKeys [ a11y_env_key ] = JSON . stringify ( accessibilityOptions . includeIssueType ) . replaceAll ( '"' , "" )
569+ envKeys [ a11y_env_key ] = JSON . stringify ( accessibilityOptions . includeIssueType ) . replace ( / " / g , "" ) ;
570570 else
571571 envKeys [ a11y_env_key ] = accessibilityOptions [ key ] ;
572572 } )
Original file line number Diff line number Diff line change 11{
22 "name" : " browserstack-cypress-cli" ,
3- "version" : " 1.26.1 " ,
3+ "version" : " 1.26.2 " ,
44 "description" : " BrowserStack Cypress CLI for Cypress integration with BrowserStack's remote devices." ,
55 "main" : " index.js" ,
66 "scripts" : {
You can’t perform that action at this time.
0 commit comments