@@ -122,6 +122,7 @@ describe("runs", () => {
122
122
setSpecTimeoutStub = sandbox . stub ( ) . returns ( undefined ) ;
123
123
setRecordCapsStub = sandbox . stub ( ) . returns ( undefined ) ;
124
124
setNodeVersionStub = sandbox . stub ( ) ;
125
+ setBuildTagsStub = sandbox . stub ( ) ;
125
126
} ) ;
126
127
127
128
afterEach ( ( ) => {
@@ -166,7 +167,8 @@ describe("runs", () => {
166
167
setSpecTimeout : setSpecTimeoutStub ,
167
168
setRecordCaps : setRecordCapsStub ,
168
169
setDebugMode : setDebugModeStub ,
169
- setNodeVersion : setNodeVersionStub
170
+ setNodeVersion : setNodeVersionStub ,
171
+ setBuildTags : setBuildTagsStub
170
172
} ,
171
173
'../helpers/capabilityHelper' : {
172
174
validate : capabilityValidatorStub
@@ -215,6 +217,7 @@ describe("runs", () => {
215
217
sinon . assert . calledOnce ( getInitialDetailsStub ) ;
216
218
sinon . assert . calledOnce ( setRecordCapsStub ) ;
217
219
sinon . assert . calledOnce ( setNodeVersionStub ) ;
220
+ sinon . assert . calledOnce ( setBuildTagsStub ) ;
218
221
sinon . assert . calledOnceWithExactly (
219
222
sendUsageReportStub ,
220
223
bsConfig ,
@@ -276,6 +279,7 @@ describe("runs", () => {
276
279
setSpecTimeoutStub = sandbox . stub ( ) . returns ( undefined ) ;
277
280
setRecordCapsStub = sandbox . stub ( ) . returns ( undefined ) ;
278
281
setNodeVersionStub = sandbox . stub ( ) ;
282
+ setBuildTagsStub = sandbox . stub ( ) ;
279
283
} ) ;
280
284
281
285
afterEach ( ( ) => {
@@ -323,7 +327,8 @@ describe("runs", () => {
323
327
setSpecTimeout : setSpecTimeoutStub ,
324
328
setRecordCaps : setRecordCapsStub ,
325
329
setDebugMode : setDebugModeStub ,
326
- setNodeVersion : setNodeVersionStub
330
+ setNodeVersion : setNodeVersionStub ,
331
+ setBuildTags : setBuildTagsStub
327
332
} ,
328
333
'../helpers/capabilityHelper' : {
329
334
validate : capabilityValidatorStub ,
@@ -391,6 +396,7 @@ describe("runs", () => {
391
396
sinon . assert . calledOnce ( getInitialDetailsStub ) ;
392
397
sinon . assert . calledOnce ( setRecordCapsStub ) ;
393
398
sinon . assert . calledOnce ( setNodeVersionStub ) ;
399
+ sinon . assert . calledOnce ( setBuildTagsStub ) ;
394
400
sinon . assert . calledOnceWithExactly (
395
401
sendUsageReportStub ,
396
402
bsConfig ,
@@ -454,6 +460,7 @@ describe("runs", () => {
454
460
getInitialDetailsStub = sandbox . stub ( ) ;
455
461
setRecordCapsStub = sandbox . stub ( ) . returns ( undefined ) ;
456
462
setNodeVersionStub = sandbox . stub ( ) ;
463
+ setBuildTagsStub = sandbox . stub ( ) ;
457
464
} ) ;
458
465
459
466
afterEach ( ( ) => {
@@ -502,7 +509,8 @@ describe("runs", () => {
502
509
setSpecTimeout : setSpecTimeoutStub ,
503
510
setRecordCaps : setRecordCapsStub ,
504
511
setDebugMode : setDebugModeStub ,
505
- setNodeVersion : setNodeVersionStub
512
+ setNodeVersion : setNodeVersionStub ,
513
+ setBuildTags : setBuildTagsStub
506
514
} ,
507
515
'../helpers/capabilityHelper' : {
508
516
validate : capabilityValidatorStub ,
@@ -572,6 +580,7 @@ describe("runs", () => {
572
580
sinon . assert . calledOnce ( getInitialDetailsStub ) ;
573
581
sinon . assert . calledOnce ( setRecordCapsStub ) ;
574
582
sinon . assert . calledOnce ( setNodeVersionStub ) ;
583
+ sinon . assert . calledOnce ( setBuildTagsStub ) ;
575
584
sinon . assert . calledOnceWithExactly (
576
585
sendUsageReportStub ,
577
586
bsConfig ,
@@ -640,6 +649,7 @@ describe("runs", () => {
640
649
getInitialDetailsStub = sandbox . stub ( ) ;
641
650
setRecordCapsStub = sandbox . stub ( ) . returns ( undefined ) ;
642
651
setNodeVersionStub = sandbox . stub ( ) ;
652
+ setBuildTagsStub = sandbox . stub ( ) ;
643
653
} ) ;
644
654
645
655
afterEach ( ( ) => {
@@ -690,6 +700,7 @@ describe("runs", () => {
690
700
setRecordCaps : setRecordCapsStub ,
691
701
setDebugMode : setDebugModeStub ,
692
702
setNodeVersion : setNodeVersionStub ,
703
+ setBuildTags : setBuildTagsStub
693
704
} ,
694
705
'../helpers/capabilityHelper' : {
695
706
validate : capabilityValidatorStub ,
@@ -770,6 +781,7 @@ describe("runs", () => {
770
781
sinon . assert . calledOnce ( getInitialDetailsStub ) ;
771
782
sinon . assert . calledOnce ( setRecordCapsStub ) ;
772
783
sinon . assert . calledOnce ( setNodeVersionStub ) ;
784
+ sinon . assert . calledOnce ( setBuildTagsStub ) ;
773
785
774
786
sinon . assert . calledOnceWithExactly (
775
787
sendUsageReportStub ,
@@ -852,6 +864,7 @@ describe("runs", () => {
852
864
getInitialDetailsStub = sandbox . stub ( ) ;
853
865
setRecordCapsStub = sandbox . stub ( ) . returns ( undefined ) ;
854
866
setNodeVersionStub = sandbox . stub ( ) ;
867
+ setBuildTagsStub = sandbox . stub ( ) ;
855
868
} ) ;
856
869
857
870
afterEach ( ( ) => {
@@ -910,6 +923,7 @@ describe("runs", () => {
910
923
setRecordCaps : setRecordCapsStub ,
911
924
setDebugMode : setDebugModeStub ,
912
925
setNodeVersion : setNodeVersionStub ,
926
+ setBuildTags : setBuildTagsStub
913
927
} ,
914
928
'../helpers/capabilityHelper' : {
915
929
validate : capabilityValidatorStub ,
@@ -1006,6 +1020,7 @@ describe("runs", () => {
1006
1020
sinon . assert . calledOnce ( getInitialDetailsStub ) ;
1007
1021
sinon . assert . calledOnce ( setRecordCapsStub ) ;
1008
1022
sinon . assert . calledOnce ( setNodeVersionStub ) ;
1023
+ sinon . assert . calledOnce ( setBuildTagsStub ) ;
1009
1024
sinon . assert . match (
1010
1025
sendUsageReportStub . getCall ( 0 ) . args ,
1011
1026
[
0 commit comments