@@ -182,13 +182,13 @@ exports['testConfigOverrides / fails when passing invalid config values - [chrom
182
182
1) inline test config override throws error:
183
183
Error: Expected \`baseUrl\` to be a fully qualified URL (starting with \`http://\` or \`https://\`).
184
184
185
- Instead the value was: \`""\`\`
185
+ Instead the value was: \`""\`
186
186
[stack trace lines]
187
187
188
188
2) inline test config override throws error when executed within cy cmd:
189
189
Error: Expected \`baseUrl\` to be a fully qualified URL (starting with \`http://\` or \`https://\`).
190
190
191
- Instead the value was: \`"null"\`\`
191
+ Instead the value was: \`"null"\`
192
192
[stack trace lines]
193
193
194
194
3) context config overrides throws error
@@ -197,7 +197,7 @@ Instead the value was: \`"null"\`\`
197
197
198
198
Expected \`retries\` to be a positive number or null or an object with keys "openMode" and "runMode" with values of numbers or nulls.
199
199
200
- Instead the value was: \`"1"\`\`
200
+ Instead the value was: \`"1"\`
201
201
202
202
https://on.cypress.io/config
203
203
Error
@@ -209,7 +209,7 @@ https://on.cypress.io/config
209
209
210
210
Expected \`defaultCommandTimeout\` to be a number.
211
211
212
- Instead the value was: \`"500"\`\`
212
+ Instead the value was: \`"500"\`
213
213
214
214
https://on.cypress.io/config
215
215
Error
@@ -221,7 +221,7 @@ https://on.cypress.io/config
221
221
222
222
Expected \`defaultCommandTimeout\` to be a number.
223
223
224
- Instead the value was: \`"500"\`\`
224
+ Instead the value was: \`"500"\`
225
225
226
226
https://on.cypress.io/config
227
227
Error
@@ -234,7 +234,7 @@ https://on.cypress.io/config
234
234
235
235
Expected \`baseUrl\` to be a fully qualified URL (starting with \`http://\` or \`https://\`).
236
236
237
- Instead the value was: \`"not_an_http_url"\`\`
237
+ Instead the value was: \`"not_an_http_url"\`
238
238
239
239
https://on.cypress.io/config
240
240
Error
@@ -246,7 +246,7 @@ https://on.cypress.io/config
246
246
247
247
Expected \`retries\` to be a positive number or null or an object with keys "openMode" and "runMode" with values of numbers or nulls.
248
248
249
- Instead the value was: \`"1"\`\`
249
+ Instead the value was: \`"1"\`
250
250
251
251
https://on.cypress.io/config
252
252
@@ -260,7 +260,7 @@ Because this error occurred during a \`before all\` hook we are skipping the rem
260
260
261
261
Expected \`retries\` to be a positive number or null or an object with keys "openMode" and "runMode" with values of numbers or nulls.
262
262
263
- Instead the value was: \`"1"\`\`
263
+ Instead the value was: \`"1"\`
264
264
265
265
https://on.cypress.io/config
266
266
Error
@@ -350,14 +350,14 @@ exports['testConfigOverrides / fails when passing invalid config values with bef
350
350
inline test config override throws error:
351
351
Error: Expected \`baseUrl\` to be a fully qualified URL (starting with \`http://\` or \`https://\`).
352
352
353
- Instead the value was: \`""\`\`
353
+ Instead the value was: \`""\`
354
354
[stack trace lines]
355
355
356
356
2) runs all tests
357
357
inline test config override throws error when executed within cy cmd:
358
358
Error: Expected \`baseUrl\` to be a fully qualified URL (starting with \`http://\` or \`https://\`).
359
359
360
- Instead the value was: \`"null"\`\`
360
+ Instead the value was: \`"null"\`
361
361
[stack trace lines]
362
362
363
363
3) runs all tests
@@ -367,7 +367,7 @@ Instead the value was: \`"null"\`\`
367
367
368
368
Expected \`retries\` to be a positive number or null or an object with keys "openMode" and "runMode" with values of numbers or nulls.
369
369
370
- Instead the value was: \`"1"\`\`
370
+ Instead the value was: \`"1"\`
371
371
372
372
https://on.cypress.io/config
373
373
Error
@@ -380,7 +380,7 @@ https://on.cypress.io/config
380
380
381
381
Expected \`defaultCommandTimeout\` to be a number.
382
382
383
- Instead the value was: \`"500"\`\`
383
+ Instead the value was: \`"500"\`
384
384
385
385
https://on.cypress.io/config
386
386
Error
@@ -393,7 +393,7 @@ https://on.cypress.io/config
393
393
394
394
Expected \`defaultCommandTimeout\` to be a number.
395
395
396
- Instead the value was: \`"500"\`\`
396
+ Instead the value was: \`"500"\`
397
397
398
398
https://on.cypress.io/config
399
399
Error
@@ -407,7 +407,7 @@ https://on.cypress.io/config
407
407
408
408
Expected \`baseUrl\` to be a fully qualified URL (starting with \`http://\` or \`https://\`).
409
409
410
- Instead the value was: \`"not_an_http_url"\`\`
410
+ Instead the value was: \`"not_an_http_url"\`
411
411
412
412
https://on.cypress.io/config
413
413
Error
@@ -420,7 +420,7 @@ https://on.cypress.io/config
420
420
421
421
Expected \`retries\` to be a positive number or null or an object with keys "openMode" and "runMode" with values of numbers or nulls.
422
422
423
- Instead the value was: \`"1"\`\`
423
+ Instead the value was: \`"1"\`
424
424
425
425
https://on.cypress.io/config
426
426
@@ -435,7 +435,7 @@ Because this error occurred during a \`before all\` hook we are skipping the rem
435
435
436
436
Expected \`retries\` to be a positive number or null or an object with keys "openMode" and "runMode" with values of numbers or nulls.
437
437
438
- Instead the value was: \`"1"\`\`
438
+ Instead the value was: \`"1"\`
439
439
440
440
https://on.cypress.io/config
441
441
Error
@@ -517,7 +517,7 @@ exports['testConfigOverrides / correctly fails when invalid config values for it
517
517
518
518
Expected \`retries\` to be a positive number or null or an object with keys "openMode" and "runMode" with values of numbers or nulls.
519
519
520
- Instead the value was: \`"1"\`\`
520
+ Instead the value was: \`"1"\`
521
521
522
522
https://on.cypress.io/config
523
523
Error
@@ -601,13 +601,13 @@ exports['testConfigOverrides / fails when passing invalid config values - [firef
601
601
1) inline test config override throws error:
602
602
Error: Expected \`baseUrl\` to be a fully qualified URL (starting with \`http://\` or \`https://\`).
603
603
604
- Instead the value was: \`""\`\`
604
+ Instead the value was: \`""\`
605
605
[stack trace lines]
606
606
607
607
2) inline test config override throws error when executed within cy cmd:
608
608
Error: Expected \`baseUrl\` to be a fully qualified URL (starting with \`http://\` or \`https://\`).
609
609
610
- Instead the value was: \`"null"\`\`
610
+ Instead the value was: \`"null"\`
611
611
[stack trace lines]
612
612
613
613
3) context config overrides throws error
@@ -616,7 +616,7 @@ Instead the value was: \`"null"\`\`
616
616
617
617
Expected \`retries\` to be a positive number or null or an object with keys "openMode" and "runMode" with values of numbers or nulls.
618
618
619
- Instead the value was: \`"1"\`\`
619
+ Instead the value was: \`"1"\`
620
620
621
621
https://on.cypress.io/config
622
622
[stack trace lines]
@@ -627,7 +627,7 @@ https://on.cypress.io/config
627
627
628
628
Expected \`defaultCommandTimeout\` to be a number.
629
629
630
- Instead the value was: \`"500"\`\`
630
+ Instead the value was: \`"500"\`
631
631
632
632
https://on.cypress.io/config
633
633
[stack trace lines]
@@ -638,7 +638,7 @@ https://on.cypress.io/config
638
638
639
639
Expected \`defaultCommandTimeout\` to be a number.
640
640
641
- Instead the value was: \`"500"\`\`
641
+ Instead the value was: \`"500"\`
642
642
643
643
https://on.cypress.io/config
644
644
[stack trace lines]
@@ -650,7 +650,7 @@ https://on.cypress.io/config
650
650
651
651
Expected \`baseUrl\` to be a fully qualified URL (starting with \`http://\` or \`https://\`).
652
652
653
- Instead the value was: \`"not_an_http_url"\`\`
653
+ Instead the value was: \`"not_an_http_url"\`
654
654
655
655
https://on.cypress.io/config
656
656
[stack trace lines]
@@ -661,7 +661,7 @@ https://on.cypress.io/config
661
661
662
662
Expected \`retries\` to be a positive number or null or an object with keys "openMode" and "runMode" with values of numbers or nulls.
663
663
664
- Instead the value was: \`"1"\`\`
664
+ Instead the value was: \`"1"\`
665
665
666
666
https://on.cypress.io/config
667
667
@@ -674,7 +674,7 @@ Because this error occurred during a \`before all\` hook we are skipping the rem
674
674
675
675
Expected \`retries\` to be a positive number or null or an object with keys "openMode" and "runMode" with values of numbers or nulls.
676
676
677
- Instead the value was: \`"1"\`\`
677
+ Instead the value was: \`"1"\`
678
678
679
679
https://on.cypress.io/config
680
680
[stack trace lines]
@@ -763,14 +763,14 @@ exports['testConfigOverrides / fails when passing invalid config values with bef
763
763
inline test config override throws error:
764
764
Error: Expected \`baseUrl\` to be a fully qualified URL (starting with \`http://\` or \`https://\`).
765
765
766
- Instead the value was: \`""\`\`
766
+ Instead the value was: \`""\`
767
767
[stack trace lines]
768
768
769
769
2) runs all tests
770
770
inline test config override throws error when executed within cy cmd:
771
771
Error: Expected \`baseUrl\` to be a fully qualified URL (starting with \`http://\` or \`https://\`).
772
772
773
- Instead the value was: \`"null"\`\`
773
+ Instead the value was: \`"null"\`
774
774
[stack trace lines]
775
775
776
776
3) runs all tests
@@ -780,7 +780,7 @@ Instead the value was: \`"null"\`\`
780
780
781
781
Expected \`retries\` to be a positive number or null or an object with keys "openMode" and "runMode" with values of numbers or nulls.
782
782
783
- Instead the value was: \`"1"\`\`
783
+ Instead the value was: \`"1"\`
784
784
785
785
https://on.cypress.io/config
786
786
[stack trace lines]
@@ -792,7 +792,7 @@ https://on.cypress.io/config
792
792
793
793
Expected \`defaultCommandTimeout\` to be a number.
794
794
795
- Instead the value was: \`"500"\`\`
795
+ Instead the value was: \`"500"\`
796
796
797
797
https://on.cypress.io/config
798
798
[stack trace lines]
@@ -804,7 +804,7 @@ https://on.cypress.io/config
804
804
805
805
Expected \`defaultCommandTimeout\` to be a number.
806
806
807
- Instead the value was: \`"500"\`\`
807
+ Instead the value was: \`"500"\`
808
808
809
809
https://on.cypress.io/config
810
810
[stack trace lines]
@@ -817,7 +817,7 @@ https://on.cypress.io/config
817
817
818
818
Expected \`baseUrl\` to be a fully qualified URL (starting with \`http://\` or \`https://\`).
819
819
820
- Instead the value was: \`"not_an_http_url"\`\`
820
+ Instead the value was: \`"not_an_http_url"\`
821
821
822
822
https://on.cypress.io/config
823
823
[stack trace lines]
@@ -829,7 +829,7 @@ https://on.cypress.io/config
829
829
830
830
Expected \`retries\` to be a positive number or null or an object with keys "openMode" and "runMode" with values of numbers or nulls.
831
831
832
- Instead the value was: \`"1"\`\`
832
+ Instead the value was: \`"1"\`
833
833
834
834
https://on.cypress.io/config
835
835
@@ -843,7 +843,7 @@ Because this error occurred during a \`before all\` hook we are skipping the rem
843
843
844
844
Expected \`retries\` to be a positive number or null or an object with keys "openMode" and "runMode" with values of numbers or nulls.
845
845
846
- Instead the value was: \`"1"\`\`
846
+ Instead the value was: \`"1"\`
847
847
848
848
https://on.cypress.io/config
849
849
[stack trace lines]
@@ -924,7 +924,7 @@ exports['testConfigOverrides / correctly fails when invalid config values for it
924
924
925
925
Expected \`retries\` to be a positive number or null or an object with keys "openMode" and "runMode" with values of numbers or nulls.
926
926
927
- Instead the value was: \`"1"\`\`
927
+ Instead the value was: \`"1"\`
928
928
929
929
https://on.cypress.io/config
930
930
[stack trace lines]
0 commit comments