@@ -104,7 +104,7 @@ describe("runs", () => {
104
104
setLocalIdentifierStub = sandbox . stub ( ) ;
105
105
setHeadedStub = sandbox . stub ( ) ;
106
106
setNoWrapStub = sandbox . stub ( ) ;
107
- setCypressConfigsStub = sandbox . stub ( ) ;
107
+ setOtherConfigsStub = sandbox . stub ( ) ;
108
108
deleteResultsStub = sandbox . stub ( ) ;
109
109
setDefaultsStub = sandbox . stub ( ) ;
110
110
setLocalModeStub = sandbox . stub ( ) ;
@@ -138,7 +138,7 @@ describe("runs", () => {
138
138
setLocalIdentifier : setLocalIdentifierStub ,
139
139
setHeaded : setHeadedStub ,
140
140
setNoWrap : setNoWrapStub ,
141
- setCypressConfigs : setCypressConfigsStub ,
141
+ setOtherConfigs : setOtherConfigsStub ,
142
142
deleteResults : deleteResultsStub ,
143
143
setDefaults : setDefaultsStub ,
144
144
setupLocalTesting : setupLocalTestingStub ,
@@ -178,7 +178,7 @@ describe("runs", () => {
178
178
sinon . assert . calledOnce ( setLocalConfigFileStub ) ;
179
179
sinon . assert . calledOnce ( setHeadedStub ) ;
180
180
sinon . assert . calledOnce ( setNoWrapStub ) ;
181
- sinon . assert . calledOnce ( setCypressConfigsStub ) ;
181
+ sinon . assert . calledOnce ( setOtherConfigsStub ) ;
182
182
sinon . assert . calledOnce ( capabilityValidatorStub ) ;
183
183
sinon . assert . calledOnce ( getErrorCodeFromMsgStub ) ;
184
184
sinon . assert . calledOnce ( setLocalIdentifierStub ) ;
@@ -225,7 +225,7 @@ describe("runs", () => {
225
225
setLocalIdentifierStub = sandbox . stub ( ) ;
226
226
setHeadedStub = sandbox . stub ( ) ;
227
227
setNoWrapStub = sandbox . stub ( ) ;
228
- setCypressConfigsStub = sandbox . stub ( ) ;
228
+ setOtherConfigsStub = sandbox . stub ( ) ;
229
229
deleteResultsStub = sandbox . stub ( ) ;
230
230
getNumberOfSpecFilesStub = sandbox . stub ( ) . returns ( [ ] ) ;
231
231
setDefaultsStub = sandbox . stub ( ) ;
@@ -262,7 +262,7 @@ describe("runs", () => {
262
262
setLocalIdentifier : setLocalIdentifierStub ,
263
263
setHeaded : setHeadedStub ,
264
264
setNoWrap : setNoWrapStub ,
265
- setCypressConfigs : setCypressConfigsStub ,
265
+ setOtherConfigs : setOtherConfigsStub ,
266
266
deleteResults : deleteResultsStub ,
267
267
setDefaults : setDefaultsStub ,
268
268
getNumberOfSpecFiles : getNumberOfSpecFilesStub ,
@@ -309,7 +309,7 @@ describe("runs", () => {
309
309
sinon . assert . calledOnce ( setLocalIdentifierStub ) ;
310
310
sinon . assert . calledOnce ( setHeadedStub ) ;
311
311
sinon . assert . calledOnce ( setNoWrapStub ) ;
312
- sinon . assert . calledOnce ( setCypressConfigsStub ) ;
312
+ sinon . assert . calledOnce ( setOtherConfigsStub ) ;
313
313
sinon . assert . calledOnce ( validateBstackJsonStub ) ;
314
314
sinon . assert . calledOnce ( capabilityValidatorStub ) ;
315
315
sinon . assert . calledOnce ( archiverStub ) ;
@@ -361,7 +361,7 @@ describe("runs", () => {
361
361
setLocalIdentifierStub = sandbox . stub ( ) ;
362
362
setHeadedStub = sandbox . stub ( ) ;
363
363
setNoWrapStub = sandbox . stub ( ) ;
364
- setCypressConfigsStub = sandbox . stub ( ) ;
364
+ setOtherConfigsStub = sandbox . stub ( ) ;
365
365
deleteResultsStub = sandbox . stub ( ) ;
366
366
getNumberOfSpecFilesStub = sandbox . stub ( ) . returns ( [ ] ) ;
367
367
setDefaultsStub = sandbox . stub ( ) ;
@@ -399,7 +399,7 @@ describe("runs", () => {
399
399
setLocalIdentifier : setLocalIdentifierStub ,
400
400
setHeaded : setHeadedStub ,
401
401
setNoWrap : setNoWrapStub ,
402
- setCypressConfigs : setCypressConfigsStub ,
402
+ setOtherConfigs : setOtherConfigsStub ,
403
403
deleteResults : deleteResultsStub ,
404
404
getNumberOfSpecFiles : getNumberOfSpecFilesStub ,
405
405
setDefaults : setDefaultsStub ,
@@ -445,7 +445,7 @@ describe("runs", () => {
445
445
sinon . assert . calledOnce ( setLocalIdentifierStub ) ;
446
446
sinon . assert . calledOnce ( setHeadedStub ) ;
447
447
sinon . assert . calledOnce ( setNoWrapStub ) ;
448
- sinon . assert . calledOnce ( setCypressConfigsStub ) ;
448
+ sinon . assert . calledOnce ( setOtherConfigsStub ) ;
449
449
sinon . assert . calledOnce ( validateBstackJsonStub ) ;
450
450
sinon . assert . calledOnce ( capabilityValidatorStub ) ;
451
451
sinon . assert . calledOnce ( archiverStub ) ;
@@ -501,7 +501,7 @@ describe("runs", () => {
501
501
setLocalIdentifierStub = sandbox . stub ( ) ;
502
502
setHeadedStub = sandbox . stub ( ) ;
503
503
setNoWrapStub = sandbox . stub ( ) ;
504
- setCypressConfigsStub = sandbox . stub ( ) ;
504
+ setOtherConfigsStub = sandbox . stub ( ) ;
505
505
deleteResultsStub = sandbox . stub ( ) ;
506
506
getNumberOfSpecFilesStub = sandbox . stub ( ) . returns ( [ ] ) ;
507
507
setDefaultsStub = sandbox . stub ( ) ;
@@ -540,7 +540,7 @@ describe("runs", () => {
540
540
setLocalIdentifier : setLocalIdentifierStub ,
541
541
setHeaded : setHeadedStub ,
542
542
setNoWrap : setNoWrapStub ,
543
- setCypressConfigs : setCypressConfigsStub ,
543
+ setOtherConfigs : setOtherConfigsStub ,
544
544
deleteResults : deleteResultsStub ,
545
545
getNumberOfSpecFiles : getNumberOfSpecFilesStub ,
546
546
setDefaults : setDefaultsStub ,
@@ -597,7 +597,7 @@ describe("runs", () => {
597
597
sinon . assert . calledOnce ( setLocalIdentifierStub ) ;
598
598
sinon . assert . calledOnce ( setHeadedStub ) ;
599
599
sinon . assert . calledOnce ( setNoWrapStub ) ;
600
- sinon . assert . calledOnce ( setCypressConfigsStub ) ;
600
+ sinon . assert . calledOnce ( setOtherConfigsStub ) ;
601
601
sinon . assert . calledOnce ( archiverStub ) ;
602
602
sinon . assert . calledOnce ( setUsageReportingFlagStub ) ;
603
603
sinon . assert . calledOnce ( zipUploadStub ) ;
@@ -658,7 +658,7 @@ describe("runs", () => {
658
658
setLocalIdentifierStub = sandbox . stub ( ) ;
659
659
setHeadedStub = sandbox . stub ( ) ;
660
660
setNoWrapStub = sandbox . stub ( ) ;
661
- setCypressConfigsStub = sandbox . stub ( ) ;
661
+ setOtherConfigsStub = sandbox . stub ( ) ;
662
662
getNumberOfSpecFilesStub = sandbox . stub ( ) . returns ( [ ] ) ;
663
663
setLocalConfigFileStub = sandbox . stub ( ) ;
664
664
getTimeComponentsStub = sandbox . stub ( ) . returns ( { } ) ;
@@ -700,7 +700,7 @@ describe("runs", () => {
700
700
setLocalIdentifier : setLocalIdentifierStub ,
701
701
setHeaded : setHeadedStub ,
702
702
setNoWrap : setNoWrapStub ,
703
- setCypressConfigs : setCypressConfigsStub ,
703
+ setOtherConfigs : setOtherConfigsStub ,
704
704
exportResults : exportResultsStub ,
705
705
deleteResults : deleteResultsStub ,
706
706
setDefaults : setDefaultsStub ,
@@ -766,7 +766,7 @@ describe("runs", () => {
766
766
sinon . assert . calledOnce ( setLocalIdentifierStub ) ;
767
767
sinon . assert . calledOnce ( setHeadedStub ) ;
768
768
sinon . assert . calledOnce ( setNoWrapStub ) ;
769
- sinon . assert . calledOnce ( setCypressConfigsStub ) ;
769
+ sinon . assert . calledOnce ( setOtherConfigsStub ) ;
770
770
sinon . assert . calledOnce ( archiverStub ) ;
771
771
sinon . assert . calledOnce ( setUsageReportingFlagStub ) ;
772
772
sinon . assert . calledOnce ( zipUploadStub ) ;
0 commit comments