File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -566,7 +566,7 @@ exports.setSystemEnvs = (bsConfig) => {
566
566
if ( [ "includeTagsInTestingScope" , "excludeTagsInTestingScope" ] . includes ( key ) )
567
567
envKeys [ a11y_env_key ] = accessibilityOptions [ key ] . join ( ";" )
568
568
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 , "" ) ;
570
570
else
571
571
envKeys [ a11y_env_key ] = accessibilityOptions [ key ] ;
572
572
} )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " browserstack-cypress-cli" ,
3
- "version" : " 1.26.1 " ,
3
+ "version" : " 1.26.2 " ,
4
4
"description" : " BrowserStack Cypress CLI for Cypress integration with BrowserStack's remote devices." ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
You can’t perform that action at this time.
0 commit comments