@@ -104,6 +104,7 @@ describe("runs", () => {
104
104
setLocalIdentifierStub = sandbox . stub ( ) ;
105
105
setHeadedStub = sandbox . stub ( ) ;
106
106
setNoWrapStub = sandbox . stub ( ) ;
107
+ setCypressConfigsStub = sandbox . stub ( ) ;
107
108
deleteResultsStub = sandbox . stub ( ) ;
108
109
setDefaultsStub = sandbox . stub ( ) ;
109
110
setLocalModeStub = sandbox . stub ( ) ;
@@ -137,6 +138,7 @@ describe("runs", () => {
137
138
setLocalIdentifier : setLocalIdentifierStub ,
138
139
setHeaded : setHeadedStub ,
139
140
setNoWrap : setNoWrapStub ,
141
+ setCypressConfigs : setCypressConfigsStub ,
140
142
deleteResults : deleteResultsStub ,
141
143
setDefaults : setDefaultsStub ,
142
144
setupLocalTesting : setupLocalTestingStub ,
@@ -176,6 +178,7 @@ describe("runs", () => {
176
178
sinon . assert . calledOnce ( setLocalConfigFileStub ) ;
177
179
sinon . assert . calledOnce ( setHeadedStub ) ;
178
180
sinon . assert . calledOnce ( setNoWrapStub ) ;
181
+ sinon . assert . calledOnce ( setCypressConfigsStub ) ;
179
182
sinon . assert . calledOnce ( capabilityValidatorStub ) ;
180
183
sinon . assert . calledOnce ( getErrorCodeFromMsgStub ) ;
181
184
sinon . assert . calledOnce ( setLocalIdentifierStub ) ;
@@ -221,6 +224,7 @@ describe("runs", () => {
221
224
setLocalIdentifierStub = sandbox . stub ( ) ;
222
225
setHeadedStub = sandbox . stub ( ) ;
223
226
setNoWrapStub = sandbox . stub ( ) ;
227
+ setCypressConfigsStub = sandbox . stub ( ) ;
224
228
deleteResultsStub = sandbox . stub ( ) ;
225
229
getNumberOfSpecFilesStub = sandbox . stub ( ) . returns ( [ ] ) ;
226
230
setDefaultsStub = sandbox . stub ( ) ;
@@ -257,6 +261,7 @@ describe("runs", () => {
257
261
setLocalIdentifier : setLocalIdentifierStub ,
258
262
setHeaded : setHeadedStub ,
259
263
setNoWrap : setNoWrapStub ,
264
+ setCypressConfigs : setCypressConfigsStub ,
260
265
deleteResults : deleteResultsStub ,
261
266
setDefaults : setDefaultsStub ,
262
267
getNumberOfSpecFiles : getNumberOfSpecFilesStub ,
@@ -299,6 +304,7 @@ describe("runs", () => {
299
304
sinon . assert . calledOnce ( setLocalIdentifierStub ) ;
300
305
sinon . assert . calledOnce ( setHeadedStub ) ;
301
306
sinon . assert . calledOnce ( setNoWrapStub ) ;
307
+ sinon . assert . calledOnce ( setCypressConfigsStub ) ;
302
308
sinon . assert . calledOnce ( validateBstackJsonStub ) ;
303
309
sinon . assert . calledOnce ( capabilityValidatorStub ) ;
304
310
sinon . assert . calledOnce ( archiverStub ) ;
@@ -349,6 +355,7 @@ describe("runs", () => {
349
355
setLocalIdentifierStub = sandbox . stub ( ) ;
350
356
setHeadedStub = sandbox . stub ( ) ;
351
357
setNoWrapStub = sandbox . stub ( ) ;
358
+ setCypressConfigsStub = sandbox . stub ( ) ;
352
359
deleteResultsStub = sandbox . stub ( ) ;
353
360
getNumberOfSpecFilesStub = sandbox . stub ( ) . returns ( [ ] ) ;
354
361
setDefaultsStub = sandbox . stub ( ) ;
@@ -386,6 +393,7 @@ describe("runs", () => {
386
393
setLocalIdentifier : setLocalIdentifierStub ,
387
394
setHeaded : setHeadedStub ,
388
395
setNoWrap : setNoWrapStub ,
396
+ setCypressConfigs : setCypressConfigsStub ,
389
397
deleteResults : deleteResultsStub ,
390
398
getNumberOfSpecFiles : getNumberOfSpecFilesStub ,
391
399
setDefaults : setDefaultsStub ,
@@ -427,6 +435,7 @@ describe("runs", () => {
427
435
sinon . assert . calledOnce ( setLocalIdentifierStub ) ;
428
436
sinon . assert . calledOnce ( setHeadedStub ) ;
429
437
sinon . assert . calledOnce ( setNoWrapStub ) ;
438
+ sinon . assert . calledOnce ( setCypressConfigsStub ) ;
430
439
sinon . assert . calledOnce ( validateBstackJsonStub ) ;
431
440
sinon . assert . calledOnce ( capabilityValidatorStub ) ;
432
441
sinon . assert . calledOnce ( archiverStub ) ;
@@ -481,6 +490,7 @@ describe("runs", () => {
481
490
setLocalIdentifierStub = sandbox . stub ( ) ;
482
491
setHeadedStub = sandbox . stub ( ) ;
483
492
setNoWrapStub = sandbox . stub ( ) ;
493
+ setCypressConfigsStub = sandbox . stub ( ) ;
484
494
deleteResultsStub = sandbox . stub ( ) ;
485
495
getNumberOfSpecFilesStub = sandbox . stub ( ) . returns ( [ ] ) ;
486
496
setDefaultsStub = sandbox . stub ( ) ;
@@ -519,6 +529,7 @@ describe("runs", () => {
519
529
setLocalIdentifier : setLocalIdentifierStub ,
520
530
setHeaded : setHeadedStub ,
521
531
setNoWrap : setNoWrapStub ,
532
+ setCypressConfigs : setCypressConfigsStub ,
522
533
deleteResults : deleteResultsStub ,
523
534
getNumberOfSpecFiles : getNumberOfSpecFilesStub ,
524
535
setDefaults : setDefaultsStub ,
@@ -571,6 +582,7 @@ describe("runs", () => {
571
582
sinon . assert . calledOnce ( setLocalIdentifierStub ) ;
572
583
sinon . assert . calledOnce ( setHeadedStub ) ;
573
584
sinon . assert . calledOnce ( setNoWrapStub ) ;
585
+ sinon . assert . calledOnce ( setCypressConfigsStub ) ;
574
586
sinon . assert . calledOnce ( archiverStub ) ;
575
587
sinon . assert . calledOnce ( setUsageReportingFlagStub ) ;
576
588
sinon . assert . calledOnce ( zipUploadStub ) ;
@@ -630,6 +642,7 @@ describe("runs", () => {
630
642
setLocalIdentifierStub = sandbox . stub ( ) ;
631
643
setHeadedStub = sandbox . stub ( ) ;
632
644
setNoWrapStub = sandbox . stub ( ) ;
645
+ setCypressConfigsStub = sandbox . stub ( ) ;
633
646
getNumberOfSpecFilesStub = sandbox . stub ( ) . returns ( [ ] ) ;
634
647
setLocalConfigFileStub = sandbox . stub ( ) ;
635
648
getTimeComponentsStub = sandbox . stub ( ) . returns ( { } ) ;
@@ -671,6 +684,7 @@ describe("runs", () => {
671
684
setLocalIdentifier : setLocalIdentifierStub ,
672
685
setHeaded : setHeadedStub ,
673
686
setNoWrap : setNoWrapStub ,
687
+ setCypressConfigs : setCypressConfigsStub ,
674
688
exportResults : exportResultsStub ,
675
689
deleteResults : deleteResultsStub ,
676
690
setDefaults : setDefaultsStub ,
@@ -732,6 +746,7 @@ describe("runs", () => {
732
746
sinon . assert . calledOnce ( setLocalIdentifierStub ) ;
733
747
sinon . assert . calledOnce ( setHeadedStub ) ;
734
748
sinon . assert . calledOnce ( setNoWrapStub ) ;
749
+ sinon . assert . calledOnce ( setCypressConfigsStub ) ;
735
750
sinon . assert . calledOnce ( archiverStub ) ;
736
751
sinon . assert . calledOnce ( setUsageReportingFlagStub ) ;
737
752
sinon . assert . calledOnce ( zipUploadStub ) ;
0 commit comments