@dev-blinq/bvt-playwright-js 1.0.0-dev.4.latest.131.1 → 1.0.0-dev.4.latest.138.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.d.mts +140 -140
  2. package/package.json +1 -1
package/index.d.mts CHANGED
@@ -572,11 +572,11 @@ declare const CommandSchema: z.ZodDiscriminatedUnion<[
572
572
  type: z.ZodLiteral<"pw.selectorString">;
573
573
  selectorString: z.ZodString;
574
574
  strategy: z.ZodEnum<{
575
- testId: "testId";
576
- xpath: "xpath";
577
575
  css: "css";
576
+ xpath: "xpath";
578
577
  text: "text";
579
578
  label: "label";
579
+ testId: "testId";
580
580
  }>;
581
581
  description: z.ZodOptional<z.ZodString>;
582
582
  }, z.core.$strict>,
@@ -727,11 +727,11 @@ declare const CommandSchema: z.ZodDiscriminatedUnion<[
727
727
  }, z.core.$strip>>;
728
728
  }, z.core.$strict>;
729
729
  strategy: z.ZodEnum<{
730
- testId: "testId";
731
- xpath: "xpath";
732
730
  css: "css";
731
+ xpath: "xpath";
733
732
  text: "text";
734
733
  label: "label";
734
+ testId: "testId";
735
735
  }>;
736
736
  description: z.ZodOptional<z.ZodString>;
737
737
  }, z.core.$strict>
@@ -830,11 +830,11 @@ declare const CommandSchema: z.ZodDiscriminatedUnion<[
830
830
  type: z.ZodLiteral<"pw.selectorString">;
831
831
  selectorString: z.ZodString;
832
832
  strategy: z.ZodEnum<{
833
- testId: "testId";
834
- xpath: "xpath";
835
833
  css: "css";
834
+ xpath: "xpath";
836
835
  text: "text";
837
836
  label: "label";
837
+ testId: "testId";
838
838
  }>;
839
839
  description: z.ZodOptional<z.ZodString>;
840
840
  }, z.core.$strict>,
@@ -985,11 +985,11 @@ declare const CommandSchema: z.ZodDiscriminatedUnion<[
985
985
  }, z.core.$strip>>;
986
986
  }, z.core.$strict>;
987
987
  strategy: z.ZodEnum<{
988
- testId: "testId";
989
- xpath: "xpath";
990
988
  css: "css";
989
+ xpath: "xpath";
991
990
  text: "text";
992
991
  label: "label";
992
+ testId: "testId";
993
993
  }>;
994
994
  description: z.ZodOptional<z.ZodString>;
995
995
  }, z.core.$strict>
@@ -1065,11 +1065,11 @@ declare const CommandSchema: z.ZodDiscriminatedUnion<[
1065
1065
  type: z.ZodLiteral<"pw.selectorString">;
1066
1066
  selectorString: z.ZodString;
1067
1067
  strategy: z.ZodEnum<{
1068
- testId: "testId";
1069
- xpath: "xpath";
1070
1068
  css: "css";
1069
+ xpath: "xpath";
1071
1070
  text: "text";
1072
1071
  label: "label";
1072
+ testId: "testId";
1073
1073
  }>;
1074
1074
  description: z.ZodOptional<z.ZodString>;
1075
1075
  }, z.core.$strict>,
@@ -1220,11 +1220,11 @@ declare const CommandSchema: z.ZodDiscriminatedUnion<[
1220
1220
  }, z.core.$strip>>;
1221
1221
  }, z.core.$strict>;
1222
1222
  strategy: z.ZodEnum<{
1223
- testId: "testId";
1224
- xpath: "xpath";
1225
1223
  css: "css";
1224
+ xpath: "xpath";
1226
1225
  text: "text";
1227
1226
  label: "label";
1227
+ testId: "testId";
1228
1228
  }>;
1229
1229
  description: z.ZodOptional<z.ZodString>;
1230
1230
  }, z.core.$strict>
@@ -1341,11 +1341,11 @@ declare const CommandSchema: z.ZodDiscriminatedUnion<[
1341
1341
  type: z.ZodLiteral<"pw.selectorString">;
1342
1342
  selectorString: z.ZodString;
1343
1343
  strategy: z.ZodEnum<{
1344
- testId: "testId";
1345
- xpath: "xpath";
1346
1344
  css: "css";
1345
+ xpath: "xpath";
1347
1346
  text: "text";
1348
1347
  label: "label";
1348
+ testId: "testId";
1349
1349
  }>;
1350
1350
  description: z.ZodOptional<z.ZodString>;
1351
1351
  }, z.core.$strict>,
@@ -1496,11 +1496,11 @@ declare const CommandSchema: z.ZodDiscriminatedUnion<[
1496
1496
  }, z.core.$strip>>;
1497
1497
  }, z.core.$strict>;
1498
1498
  strategy: z.ZodEnum<{
1499
- testId: "testId";
1500
- xpath: "xpath";
1501
1499
  css: "css";
1500
+ xpath: "xpath";
1502
1501
  text: "text";
1503
1502
  label: "label";
1503
+ testId: "testId";
1504
1504
  }>;
1505
1505
  description: z.ZodOptional<z.ZodString>;
1506
1506
  }, z.core.$strict>
@@ -1512,11 +1512,11 @@ declare const CommandSchema: z.ZodDiscriminatedUnion<[
1512
1512
  type: z.ZodLiteral<"pw.selectorString">;
1513
1513
  selectorString: z.ZodString;
1514
1514
  strategy: z.ZodEnum<{
1515
- testId: "testId";
1516
- xpath: "xpath";
1517
1515
  css: "css";
1516
+ xpath: "xpath";
1518
1517
  text: "text";
1519
1518
  label: "label";
1519
+ testId: "testId";
1520
1520
  }>;
1521
1521
  description: z.ZodOptional<z.ZodString>;
1522
1522
  }, z.core.$strict>,
@@ -1667,11 +1667,11 @@ declare const CommandSchema: z.ZodDiscriminatedUnion<[
1667
1667
  }, z.core.$strip>>;
1668
1668
  }, z.core.$strict>;
1669
1669
  strategy: z.ZodEnum<{
1670
- testId: "testId";
1671
- xpath: "xpath";
1672
1670
  css: "css";
1671
+ xpath: "xpath";
1673
1672
  text: "text";
1674
1673
  label: "label";
1674
+ testId: "testId";
1675
1675
  }>;
1676
1676
  description: z.ZodOptional<z.ZodString>;
1677
1677
  }, z.core.$strict>
@@ -1709,11 +1709,11 @@ declare const CommandSchema: z.ZodDiscriminatedUnion<[
1709
1709
  type: z.ZodLiteral<"pw.selectorString">;
1710
1710
  selectorString: z.ZodString;
1711
1711
  strategy: z.ZodEnum<{
1712
- testId: "testId";
1713
- xpath: "xpath";
1714
1712
  css: "css";
1713
+ xpath: "xpath";
1715
1714
  text: "text";
1716
1715
  label: "label";
1716
+ testId: "testId";
1717
1717
  }>;
1718
1718
  description: z.ZodOptional<z.ZodString>;
1719
1719
  }, z.core.$strict>,
@@ -1864,24 +1864,24 @@ declare const CommandSchema: z.ZodDiscriminatedUnion<[
1864
1864
  }, z.core.$strip>>;
1865
1865
  }, z.core.$strict>;
1866
1866
  strategy: z.ZodEnum<{
1867
- testId: "testId";
1868
- xpath: "xpath";
1869
1867
  css: "css";
1868
+ xpath: "xpath";
1870
1869
  text: "text";
1871
1870
  label: "label";
1871
+ testId: "testId";
1872
1872
  }>;
1873
1873
  description: z.ZodOptional<z.ZodString>;
1874
1874
  }, z.core.$strict>
1875
1875
  ], "type">;
1876
1876
  score: z.ZodNumber;
1877
1877
  source: z.ZodEnum<{
1878
+ xpath: "xpath";
1879
+ testId: "testId";
1878
1880
  role: "role";
1879
1881
  accessibleName: "accessibleName";
1880
- testId: "testId";
1881
1882
  visibleText: "visibleText";
1882
1883
  stableAttribute: "stableAttribute";
1883
1884
  ancestorScoped: "ancestorScoped";
1884
- xpath: "xpath";
1885
1885
  }>;
1886
1886
  }, z.core.$strict>>>;
1887
1887
  fingerprint: z.ZodOptional<z.ZodObject<{
@@ -2101,11 +2101,11 @@ declare const CommandSchema: z.ZodDiscriminatedUnion<[
2101
2101
  type: z.ZodLiteral<"pw.selectorString">;
2102
2102
  selectorString: z.ZodString;
2103
2103
  strategy: z.ZodEnum<{
2104
- testId: "testId";
2105
- xpath: "xpath";
2106
2104
  css: "css";
2105
+ xpath: "xpath";
2107
2106
  text: "text";
2108
2107
  label: "label";
2108
+ testId: "testId";
2109
2109
  }>;
2110
2110
  description: z.ZodOptional<z.ZodString>;
2111
2111
  }, z.core.$strict>,
@@ -2256,11 +2256,11 @@ declare const CommandSchema: z.ZodDiscriminatedUnion<[
2256
2256
  }, z.core.$strip>>;
2257
2257
  }, z.core.$strict>;
2258
2258
  strategy: z.ZodEnum<{
2259
- testId: "testId";
2260
- xpath: "xpath";
2261
2259
  css: "css";
2260
+ xpath: "xpath";
2262
2261
  text: "text";
2263
2262
  label: "label";
2263
+ testId: "testId";
2264
2264
  }>;
2265
2265
  description: z.ZodOptional<z.ZodString>;
2266
2266
  }, z.core.$strict>
@@ -2272,11 +2272,11 @@ declare const CommandSchema: z.ZodDiscriminatedUnion<[
2272
2272
  type: z.ZodLiteral<"pw.selectorString">;
2273
2273
  selectorString: z.ZodString;
2274
2274
  strategy: z.ZodEnum<{
2275
- testId: "testId";
2276
- xpath: "xpath";
2277
2275
  css: "css";
2276
+ xpath: "xpath";
2278
2277
  text: "text";
2279
2278
  label: "label";
2279
+ testId: "testId";
2280
2280
  }>;
2281
2281
  description: z.ZodOptional<z.ZodString>;
2282
2282
  }, z.core.$strict>,
@@ -2427,11 +2427,11 @@ declare const CommandSchema: z.ZodDiscriminatedUnion<[
2427
2427
  }, z.core.$strip>>;
2428
2428
  }, z.core.$strict>;
2429
2429
  strategy: z.ZodEnum<{
2430
- testId: "testId";
2431
- xpath: "xpath";
2432
2430
  css: "css";
2431
+ xpath: "xpath";
2433
2432
  text: "text";
2434
2433
  label: "label";
2434
+ testId: "testId";
2435
2435
  }>;
2436
2436
  description: z.ZodOptional<z.ZodString>;
2437
2437
  }, z.core.$strict>
@@ -2469,11 +2469,11 @@ declare const CommandSchema: z.ZodDiscriminatedUnion<[
2469
2469
  type: z.ZodLiteral<"pw.selectorString">;
2470
2470
  selectorString: z.ZodString;
2471
2471
  strategy: z.ZodEnum<{
2472
- testId: "testId";
2473
- xpath: "xpath";
2474
2472
  css: "css";
2473
+ xpath: "xpath";
2475
2474
  text: "text";
2476
2475
  label: "label";
2476
+ testId: "testId";
2477
2477
  }>;
2478
2478
  description: z.ZodOptional<z.ZodString>;
2479
2479
  }, z.core.$strict>,
@@ -2624,24 +2624,24 @@ declare const CommandSchema: z.ZodDiscriminatedUnion<[
2624
2624
  }, z.core.$strip>>;
2625
2625
  }, z.core.$strict>;
2626
2626
  strategy: z.ZodEnum<{
2627
- testId: "testId";
2628
- xpath: "xpath";
2629
2627
  css: "css";
2628
+ xpath: "xpath";
2630
2629
  text: "text";
2631
2630
  label: "label";
2631
+ testId: "testId";
2632
2632
  }>;
2633
2633
  description: z.ZodOptional<z.ZodString>;
2634
2634
  }, z.core.$strict>
2635
2635
  ], "type">;
2636
2636
  score: z.ZodNumber;
2637
2637
  source: z.ZodEnum<{
2638
+ xpath: "xpath";
2639
+ testId: "testId";
2638
2640
  role: "role";
2639
2641
  accessibleName: "accessibleName";
2640
- testId: "testId";
2641
2642
  visibleText: "visibleText";
2642
2643
  stableAttribute: "stableAttribute";
2643
2644
  ancestorScoped: "ancestorScoped";
2644
- xpath: "xpath";
2645
2645
  }>;
2646
2646
  }, z.core.$strict>>>;
2647
2647
  fingerprint: z.ZodOptional<z.ZodObject<{
@@ -2745,11 +2745,11 @@ declare const CommandSchema: z.ZodDiscriminatedUnion<[
2745
2745
  type: z.ZodLiteral<"pw.selectorString">;
2746
2746
  selectorString: z.ZodString;
2747
2747
  strategy: z.ZodEnum<{
2748
- testId: "testId";
2749
- xpath: "xpath";
2750
2748
  css: "css";
2749
+ xpath: "xpath";
2751
2750
  text: "text";
2752
2751
  label: "label";
2752
+ testId: "testId";
2753
2753
  }>;
2754
2754
  description: z.ZodOptional<z.ZodString>;
2755
2755
  }, z.core.$strict>,
@@ -2900,11 +2900,11 @@ declare const CommandSchema: z.ZodDiscriminatedUnion<[
2900
2900
  }, z.core.$strip>>;
2901
2901
  }, z.core.$strict>;
2902
2902
  strategy: z.ZodEnum<{
2903
- testId: "testId";
2904
- xpath: "xpath";
2905
2903
  css: "css";
2904
+ xpath: "xpath";
2906
2905
  text: "text";
2907
2906
  label: "label";
2907
+ testId: "testId";
2908
2908
  }>;
2909
2909
  description: z.ZodOptional<z.ZodString>;
2910
2910
  }, z.core.$strict>
@@ -2916,11 +2916,11 @@ declare const CommandSchema: z.ZodDiscriminatedUnion<[
2916
2916
  type: z.ZodLiteral<"pw.selectorString">;
2917
2917
  selectorString: z.ZodString;
2918
2918
  strategy: z.ZodEnum<{
2919
- testId: "testId";
2920
- xpath: "xpath";
2921
2919
  css: "css";
2920
+ xpath: "xpath";
2922
2921
  text: "text";
2923
2922
  label: "label";
2923
+ testId: "testId";
2924
2924
  }>;
2925
2925
  description: z.ZodOptional<z.ZodString>;
2926
2926
  }, z.core.$strict>,
@@ -3071,11 +3071,11 @@ declare const CommandSchema: z.ZodDiscriminatedUnion<[
3071
3071
  }, z.core.$strip>>;
3072
3072
  }, z.core.$strict>;
3073
3073
  strategy: z.ZodEnum<{
3074
- testId: "testId";
3075
- xpath: "xpath";
3076
3074
  css: "css";
3075
+ xpath: "xpath";
3077
3076
  text: "text";
3078
3077
  label: "label";
3078
+ testId: "testId";
3079
3079
  }>;
3080
3080
  description: z.ZodOptional<z.ZodString>;
3081
3081
  }, z.core.$strict>
@@ -3113,11 +3113,11 @@ declare const CommandSchema: z.ZodDiscriminatedUnion<[
3113
3113
  type: z.ZodLiteral<"pw.selectorString">;
3114
3114
  selectorString: z.ZodString;
3115
3115
  strategy: z.ZodEnum<{
3116
- testId: "testId";
3117
- xpath: "xpath";
3118
3116
  css: "css";
3117
+ xpath: "xpath";
3119
3118
  text: "text";
3120
3119
  label: "label";
3120
+ testId: "testId";
3121
3121
  }>;
3122
3122
  description: z.ZodOptional<z.ZodString>;
3123
3123
  }, z.core.$strict>,
@@ -3268,24 +3268,24 @@ declare const CommandSchema: z.ZodDiscriminatedUnion<[
3268
3268
  }, z.core.$strip>>;
3269
3269
  }, z.core.$strict>;
3270
3270
  strategy: z.ZodEnum<{
3271
- testId: "testId";
3272
- xpath: "xpath";
3273
3271
  css: "css";
3272
+ xpath: "xpath";
3274
3273
  text: "text";
3275
3274
  label: "label";
3275
+ testId: "testId";
3276
3276
  }>;
3277
3277
  description: z.ZodOptional<z.ZodString>;
3278
3278
  }, z.core.$strict>
3279
3279
  ], "type">;
3280
3280
  score: z.ZodNumber;
3281
3281
  source: z.ZodEnum<{
3282
+ xpath: "xpath";
3283
+ testId: "testId";
3282
3284
  role: "role";
3283
3285
  accessibleName: "accessibleName";
3284
- testId: "testId";
3285
3286
  visibleText: "visibleText";
3286
3287
  stableAttribute: "stableAttribute";
3287
3288
  ancestorScoped: "ancestorScoped";
3288
- xpath: "xpath";
3289
3289
  }>;
3290
3290
  }, z.core.$strict>>>;
3291
3291
  fingerprint: z.ZodOptional<z.ZodObject<{
@@ -3571,11 +3571,11 @@ declare const StepDefinitionSchema: z.ZodObject<{
3571
3571
  type: z.ZodLiteral<"pw.selectorString">;
3572
3572
  selectorString: z.ZodString;
3573
3573
  strategy: z.ZodEnum<{
3574
- testId: "testId";
3575
- xpath: "xpath";
3576
3574
  css: "css";
3575
+ xpath: "xpath";
3577
3576
  text: "text";
3578
3577
  label: "label";
3578
+ testId: "testId";
3579
3579
  }>;
3580
3580
  description: z.ZodOptional<z.ZodString>;
3581
3581
  }, z.core.$strict>,
@@ -3726,11 +3726,11 @@ declare const StepDefinitionSchema: z.ZodObject<{
3726
3726
  }, z.core.$strip>>;
3727
3727
  }, z.core.$strict>;
3728
3728
  strategy: z.ZodEnum<{
3729
- testId: "testId";
3730
- xpath: "xpath";
3731
3729
  css: "css";
3730
+ xpath: "xpath";
3732
3731
  text: "text";
3733
3732
  label: "label";
3733
+ testId: "testId";
3734
3734
  }>;
3735
3735
  description: z.ZodOptional<z.ZodString>;
3736
3736
  }, z.core.$strict>
@@ -3829,11 +3829,11 @@ declare const StepDefinitionSchema: z.ZodObject<{
3829
3829
  type: z.ZodLiteral<"pw.selectorString">;
3830
3830
  selectorString: z.ZodString;
3831
3831
  strategy: z.ZodEnum<{
3832
- testId: "testId";
3833
- xpath: "xpath";
3834
3832
  css: "css";
3833
+ xpath: "xpath";
3835
3834
  text: "text";
3836
3835
  label: "label";
3836
+ testId: "testId";
3837
3837
  }>;
3838
3838
  description: z.ZodOptional<z.ZodString>;
3839
3839
  }, z.core.$strict>,
@@ -3984,11 +3984,11 @@ declare const StepDefinitionSchema: z.ZodObject<{
3984
3984
  }, z.core.$strip>>;
3985
3985
  }, z.core.$strict>;
3986
3986
  strategy: z.ZodEnum<{
3987
- testId: "testId";
3988
- xpath: "xpath";
3989
3987
  css: "css";
3988
+ xpath: "xpath";
3990
3989
  text: "text";
3991
3990
  label: "label";
3991
+ testId: "testId";
3992
3992
  }>;
3993
3993
  description: z.ZodOptional<z.ZodString>;
3994
3994
  }, z.core.$strict>
@@ -4064,11 +4064,11 @@ declare const StepDefinitionSchema: z.ZodObject<{
4064
4064
  type: z.ZodLiteral<"pw.selectorString">;
4065
4065
  selectorString: z.ZodString;
4066
4066
  strategy: z.ZodEnum<{
4067
- testId: "testId";
4068
- xpath: "xpath";
4069
4067
  css: "css";
4068
+ xpath: "xpath";
4070
4069
  text: "text";
4071
4070
  label: "label";
4071
+ testId: "testId";
4072
4072
  }>;
4073
4073
  description: z.ZodOptional<z.ZodString>;
4074
4074
  }, z.core.$strict>,
@@ -4219,11 +4219,11 @@ declare const StepDefinitionSchema: z.ZodObject<{
4219
4219
  }, z.core.$strip>>;
4220
4220
  }, z.core.$strict>;
4221
4221
  strategy: z.ZodEnum<{
4222
- testId: "testId";
4223
- xpath: "xpath";
4224
4222
  css: "css";
4223
+ xpath: "xpath";
4225
4224
  text: "text";
4226
4225
  label: "label";
4226
+ testId: "testId";
4227
4227
  }>;
4228
4228
  description: z.ZodOptional<z.ZodString>;
4229
4229
  }, z.core.$strict>
@@ -4340,11 +4340,11 @@ declare const StepDefinitionSchema: z.ZodObject<{
4340
4340
  type: z.ZodLiteral<"pw.selectorString">;
4341
4341
  selectorString: z.ZodString;
4342
4342
  strategy: z.ZodEnum<{
4343
- testId: "testId";
4344
- xpath: "xpath";
4345
4343
  css: "css";
4344
+ xpath: "xpath";
4346
4345
  text: "text";
4347
4346
  label: "label";
4347
+ testId: "testId";
4348
4348
  }>;
4349
4349
  description: z.ZodOptional<z.ZodString>;
4350
4350
  }, z.core.$strict>,
@@ -4495,11 +4495,11 @@ declare const StepDefinitionSchema: z.ZodObject<{
4495
4495
  }, z.core.$strip>>;
4496
4496
  }, z.core.$strict>;
4497
4497
  strategy: z.ZodEnum<{
4498
- testId: "testId";
4499
- xpath: "xpath";
4500
4498
  css: "css";
4499
+ xpath: "xpath";
4501
4500
  text: "text";
4502
4501
  label: "label";
4502
+ testId: "testId";
4503
4503
  }>;
4504
4504
  description: z.ZodOptional<z.ZodString>;
4505
4505
  }, z.core.$strict>
@@ -4511,11 +4511,11 @@ declare const StepDefinitionSchema: z.ZodObject<{
4511
4511
  type: z.ZodLiteral<"pw.selectorString">;
4512
4512
  selectorString: z.ZodString;
4513
4513
  strategy: z.ZodEnum<{
4514
- testId: "testId";
4515
- xpath: "xpath";
4516
4514
  css: "css";
4515
+ xpath: "xpath";
4517
4516
  text: "text";
4518
4517
  label: "label";
4518
+ testId: "testId";
4519
4519
  }>;
4520
4520
  description: z.ZodOptional<z.ZodString>;
4521
4521
  }, z.core.$strict>,
@@ -4666,11 +4666,11 @@ declare const StepDefinitionSchema: z.ZodObject<{
4666
4666
  }, z.core.$strip>>;
4667
4667
  }, z.core.$strict>;
4668
4668
  strategy: z.ZodEnum<{
4669
- testId: "testId";
4670
- xpath: "xpath";
4671
4669
  css: "css";
4670
+ xpath: "xpath";
4672
4671
  text: "text";
4673
4672
  label: "label";
4673
+ testId: "testId";
4674
4674
  }>;
4675
4675
  description: z.ZodOptional<z.ZodString>;
4676
4676
  }, z.core.$strict>
@@ -4708,11 +4708,11 @@ declare const StepDefinitionSchema: z.ZodObject<{
4708
4708
  type: z.ZodLiteral<"pw.selectorString">;
4709
4709
  selectorString: z.ZodString;
4710
4710
  strategy: z.ZodEnum<{
4711
- testId: "testId";
4712
- xpath: "xpath";
4713
4711
  css: "css";
4712
+ xpath: "xpath";
4714
4713
  text: "text";
4715
4714
  label: "label";
4715
+ testId: "testId";
4716
4716
  }>;
4717
4717
  description: z.ZodOptional<z.ZodString>;
4718
4718
  }, z.core.$strict>,
@@ -4863,24 +4863,24 @@ declare const StepDefinitionSchema: z.ZodObject<{
4863
4863
  }, z.core.$strip>>;
4864
4864
  }, z.core.$strict>;
4865
4865
  strategy: z.ZodEnum<{
4866
- testId: "testId";
4867
- xpath: "xpath";
4868
4866
  css: "css";
4867
+ xpath: "xpath";
4869
4868
  text: "text";
4870
4869
  label: "label";
4870
+ testId: "testId";
4871
4871
  }>;
4872
4872
  description: z.ZodOptional<z.ZodString>;
4873
4873
  }, z.core.$strict>
4874
4874
  ], "type">;
4875
4875
  score: z.ZodNumber;
4876
4876
  source: z.ZodEnum<{
4877
+ xpath: "xpath";
4878
+ testId: "testId";
4877
4879
  role: "role";
4878
4880
  accessibleName: "accessibleName";
4879
- testId: "testId";
4880
4881
  visibleText: "visibleText";
4881
4882
  stableAttribute: "stableAttribute";
4882
4883
  ancestorScoped: "ancestorScoped";
4883
- xpath: "xpath";
4884
4884
  }>;
4885
4885
  }, z.core.$strict>>>;
4886
4886
  fingerprint: z.ZodOptional<z.ZodObject<{
@@ -5100,11 +5100,11 @@ declare const StepDefinitionSchema: z.ZodObject<{
5100
5100
  type: z.ZodLiteral<"pw.selectorString">;
5101
5101
  selectorString: z.ZodString;
5102
5102
  strategy: z.ZodEnum<{
5103
- testId: "testId";
5104
- xpath: "xpath";
5105
5103
  css: "css";
5104
+ xpath: "xpath";
5106
5105
  text: "text";
5107
5106
  label: "label";
5107
+ testId: "testId";
5108
5108
  }>;
5109
5109
  description: z.ZodOptional<z.ZodString>;
5110
5110
  }, z.core.$strict>,
@@ -5255,11 +5255,11 @@ declare const StepDefinitionSchema: z.ZodObject<{
5255
5255
  }, z.core.$strip>>;
5256
5256
  }, z.core.$strict>;
5257
5257
  strategy: z.ZodEnum<{
5258
- testId: "testId";
5259
- xpath: "xpath";
5260
5258
  css: "css";
5259
+ xpath: "xpath";
5261
5260
  text: "text";
5262
5261
  label: "label";
5262
+ testId: "testId";
5263
5263
  }>;
5264
5264
  description: z.ZodOptional<z.ZodString>;
5265
5265
  }, z.core.$strict>
@@ -5271,11 +5271,11 @@ declare const StepDefinitionSchema: z.ZodObject<{
5271
5271
  type: z.ZodLiteral<"pw.selectorString">;
5272
5272
  selectorString: z.ZodString;
5273
5273
  strategy: z.ZodEnum<{
5274
- testId: "testId";
5275
- xpath: "xpath";
5276
5274
  css: "css";
5275
+ xpath: "xpath";
5277
5276
  text: "text";
5278
5277
  label: "label";
5278
+ testId: "testId";
5279
5279
  }>;
5280
5280
  description: z.ZodOptional<z.ZodString>;
5281
5281
  }, z.core.$strict>,
@@ -5426,11 +5426,11 @@ declare const StepDefinitionSchema: z.ZodObject<{
5426
5426
  }, z.core.$strip>>;
5427
5427
  }, z.core.$strict>;
5428
5428
  strategy: z.ZodEnum<{
5429
- testId: "testId";
5430
- xpath: "xpath";
5431
5429
  css: "css";
5430
+ xpath: "xpath";
5432
5431
  text: "text";
5433
5432
  label: "label";
5433
+ testId: "testId";
5434
5434
  }>;
5435
5435
  description: z.ZodOptional<z.ZodString>;
5436
5436
  }, z.core.$strict>
@@ -5468,11 +5468,11 @@ declare const StepDefinitionSchema: z.ZodObject<{
5468
5468
  type: z.ZodLiteral<"pw.selectorString">;
5469
5469
  selectorString: z.ZodString;
5470
5470
  strategy: z.ZodEnum<{
5471
- testId: "testId";
5472
- xpath: "xpath";
5473
5471
  css: "css";
5472
+ xpath: "xpath";
5474
5473
  text: "text";
5475
5474
  label: "label";
5475
+ testId: "testId";
5476
5476
  }>;
5477
5477
  description: z.ZodOptional<z.ZodString>;
5478
5478
  }, z.core.$strict>,
@@ -5623,24 +5623,24 @@ declare const StepDefinitionSchema: z.ZodObject<{
5623
5623
  }, z.core.$strip>>;
5624
5624
  }, z.core.$strict>;
5625
5625
  strategy: z.ZodEnum<{
5626
- testId: "testId";
5627
- xpath: "xpath";
5628
5626
  css: "css";
5627
+ xpath: "xpath";
5629
5628
  text: "text";
5630
5629
  label: "label";
5630
+ testId: "testId";
5631
5631
  }>;
5632
5632
  description: z.ZodOptional<z.ZodString>;
5633
5633
  }, z.core.$strict>
5634
5634
  ], "type">;
5635
5635
  score: z.ZodNumber;
5636
5636
  source: z.ZodEnum<{
5637
+ xpath: "xpath";
5638
+ testId: "testId";
5637
5639
  role: "role";
5638
5640
  accessibleName: "accessibleName";
5639
- testId: "testId";
5640
5641
  visibleText: "visibleText";
5641
5642
  stableAttribute: "stableAttribute";
5642
5643
  ancestorScoped: "ancestorScoped";
5643
- xpath: "xpath";
5644
5644
  }>;
5645
5645
  }, z.core.$strict>>>;
5646
5646
  fingerprint: z.ZodOptional<z.ZodObject<{
@@ -5744,11 +5744,11 @@ declare const StepDefinitionSchema: z.ZodObject<{
5744
5744
  type: z.ZodLiteral<"pw.selectorString">;
5745
5745
  selectorString: z.ZodString;
5746
5746
  strategy: z.ZodEnum<{
5747
- testId: "testId";
5748
- xpath: "xpath";
5749
5747
  css: "css";
5748
+ xpath: "xpath";
5750
5749
  text: "text";
5751
5750
  label: "label";
5751
+ testId: "testId";
5752
5752
  }>;
5753
5753
  description: z.ZodOptional<z.ZodString>;
5754
5754
  }, z.core.$strict>,
@@ -5899,11 +5899,11 @@ declare const StepDefinitionSchema: z.ZodObject<{
5899
5899
  }, z.core.$strip>>;
5900
5900
  }, z.core.$strict>;
5901
5901
  strategy: z.ZodEnum<{
5902
- testId: "testId";
5903
- xpath: "xpath";
5904
5902
  css: "css";
5903
+ xpath: "xpath";
5905
5904
  text: "text";
5906
5905
  label: "label";
5906
+ testId: "testId";
5907
5907
  }>;
5908
5908
  description: z.ZodOptional<z.ZodString>;
5909
5909
  }, z.core.$strict>
@@ -5915,11 +5915,11 @@ declare const StepDefinitionSchema: z.ZodObject<{
5915
5915
  type: z.ZodLiteral<"pw.selectorString">;
5916
5916
  selectorString: z.ZodString;
5917
5917
  strategy: z.ZodEnum<{
5918
- testId: "testId";
5919
- xpath: "xpath";
5920
5918
  css: "css";
5919
+ xpath: "xpath";
5921
5920
  text: "text";
5922
5921
  label: "label";
5922
+ testId: "testId";
5923
5923
  }>;
5924
5924
  description: z.ZodOptional<z.ZodString>;
5925
5925
  }, z.core.$strict>,
@@ -6070,11 +6070,11 @@ declare const StepDefinitionSchema: z.ZodObject<{
6070
6070
  }, z.core.$strip>>;
6071
6071
  }, z.core.$strict>;
6072
6072
  strategy: z.ZodEnum<{
6073
- testId: "testId";
6074
- xpath: "xpath";
6075
6073
  css: "css";
6074
+ xpath: "xpath";
6076
6075
  text: "text";
6077
6076
  label: "label";
6077
+ testId: "testId";
6078
6078
  }>;
6079
6079
  description: z.ZodOptional<z.ZodString>;
6080
6080
  }, z.core.$strict>
@@ -6112,11 +6112,11 @@ declare const StepDefinitionSchema: z.ZodObject<{
6112
6112
  type: z.ZodLiteral<"pw.selectorString">;
6113
6113
  selectorString: z.ZodString;
6114
6114
  strategy: z.ZodEnum<{
6115
- testId: "testId";
6116
- xpath: "xpath";
6117
6115
  css: "css";
6116
+ xpath: "xpath";
6118
6117
  text: "text";
6119
6118
  label: "label";
6119
+ testId: "testId";
6120
6120
  }>;
6121
6121
  description: z.ZodOptional<z.ZodString>;
6122
6122
  }, z.core.$strict>,
@@ -6267,24 +6267,24 @@ declare const StepDefinitionSchema: z.ZodObject<{
6267
6267
  }, z.core.$strip>>;
6268
6268
  }, z.core.$strict>;
6269
6269
  strategy: z.ZodEnum<{
6270
- testId: "testId";
6271
- xpath: "xpath";
6272
6270
  css: "css";
6271
+ xpath: "xpath";
6273
6272
  text: "text";
6274
6273
  label: "label";
6274
+ testId: "testId";
6275
6275
  }>;
6276
6276
  description: z.ZodOptional<z.ZodString>;
6277
6277
  }, z.core.$strict>
6278
6278
  ], "type">;
6279
6279
  score: z.ZodNumber;
6280
6280
  source: z.ZodEnum<{
6281
+ xpath: "xpath";
6282
+ testId: "testId";
6281
6283
  role: "role";
6282
6284
  accessibleName: "accessibleName";
6283
- testId: "testId";
6284
6285
  visibleText: "visibleText";
6285
6286
  stableAttribute: "stableAttribute";
6286
6287
  ancestorScoped: "ancestorScoped";
6287
- xpath: "xpath";
6288
6288
  }>;
6289
6289
  }, z.core.$strict>>>;
6290
6290
  fingerprint: z.ZodOptional<z.ZodObject<{
@@ -6536,11 +6536,11 @@ declare const UniqueSelectorSchema: z.ZodDiscriminatedUnion<[
6536
6536
  type: z.ZodLiteral<"pw.selectorString">;
6537
6537
  selectorString: z.ZodString;
6538
6538
  strategy: z.ZodEnum<{
6539
- testId: "testId";
6540
- xpath: "xpath";
6541
6539
  css: "css";
6540
+ xpath: "xpath";
6542
6541
  text: "text";
6543
6542
  label: "label";
6543
+ testId: "testId";
6544
6544
  }>;
6545
6545
  description: z.ZodOptional<z.ZodString>;
6546
6546
  }, z.core.$strict>,
@@ -6691,11 +6691,11 @@ declare const UniqueSelectorSchema: z.ZodDiscriminatedUnion<[
6691
6691
  }, z.core.$strip>>;
6692
6692
  }, z.core.$strict>;
6693
6693
  strategy: z.ZodEnum<{
6694
- testId: "testId";
6695
- xpath: "xpath";
6696
6694
  css: "css";
6695
+ xpath: "xpath";
6697
6696
  text: "text";
6698
6697
  label: "label";
6698
+ testId: "testId";
6699
6699
  }>;
6700
6700
  description: z.ZodOptional<z.ZodString>;
6701
6701
  }, z.core.$strict>
@@ -6711,11 +6711,11 @@ declare const ReplayLocatorCandidateSchema: z.ZodObject<{
6711
6711
  type: z.ZodLiteral<"pw.selectorString">;
6712
6712
  selectorString: z.ZodString;
6713
6713
  strategy: z.ZodEnum<{
6714
- testId: "testId";
6715
- xpath: "xpath";
6716
6714
  css: "css";
6715
+ xpath: "xpath";
6717
6716
  text: "text";
6718
6717
  label: "label";
6718
+ testId: "testId";
6719
6719
  }>;
6720
6720
  description: z.ZodOptional<z.ZodString>;
6721
6721
  }, z.core.$strict>,
@@ -6866,24 +6866,24 @@ declare const ReplayLocatorCandidateSchema: z.ZodObject<{
6866
6866
  }, z.core.$strip>>;
6867
6867
  }, z.core.$strict>;
6868
6868
  strategy: z.ZodEnum<{
6869
- testId: "testId";
6870
- xpath: "xpath";
6871
6869
  css: "css";
6870
+ xpath: "xpath";
6872
6871
  text: "text";
6873
6872
  label: "label";
6873
+ testId: "testId";
6874
6874
  }>;
6875
6875
  description: z.ZodOptional<z.ZodString>;
6876
6876
  }, z.core.$strict>
6877
6877
  ], "type">;
6878
6878
  score: z.ZodNumber;
6879
6879
  source: z.ZodEnum<{
6880
+ xpath: "xpath";
6881
+ testId: "testId";
6880
6882
  role: "role";
6881
6883
  accessibleName: "accessibleName";
6882
- testId: "testId";
6883
6884
  visibleText: "visibleText";
6884
6885
  stableAttribute: "stableAttribute";
6885
6886
  ancestorScoped: "ancestorScoped";
6886
- xpath: "xpath";
6887
6887
  }>;
6888
6888
  }, z.core.$strict>;
6889
6889
  type ReplayLocatorCandidate = z.infer<typeof ReplayLocatorCandidateSchema>;
@@ -6993,11 +6993,11 @@ declare const StepReplayTelemetrySchema: z.ZodObject<{
6993
6993
  type: z.ZodLiteral<"pw.selectorString">;
6994
6994
  selectorString: z.ZodString;
6995
6995
  strategy: z.ZodEnum<{
6996
- testId: "testId";
6997
- xpath: "xpath";
6998
6996
  css: "css";
6997
+ xpath: "xpath";
6999
6998
  text: "text";
7000
6999
  label: "label";
7000
+ testId: "testId";
7001
7001
  }>;
7002
7002
  description: z.ZodOptional<z.ZodString>;
7003
7003
  }, z.core.$strict>,
@@ -7148,24 +7148,24 @@ declare const StepReplayTelemetrySchema: z.ZodObject<{
7148
7148
  }, z.core.$strip>>;
7149
7149
  }, z.core.$strict>;
7150
7150
  strategy: z.ZodEnum<{
7151
- testId: "testId";
7152
- xpath: "xpath";
7153
7151
  css: "css";
7152
+ xpath: "xpath";
7154
7153
  text: "text";
7155
7154
  label: "label";
7155
+ testId: "testId";
7156
7156
  }>;
7157
7157
  description: z.ZodOptional<z.ZodString>;
7158
7158
  }, z.core.$strict>
7159
7159
  ], "type">;
7160
7160
  score: z.ZodNumber;
7161
7161
  source: z.ZodEnum<{
7162
+ xpath: "xpath";
7163
+ testId: "testId";
7162
7164
  role: "role";
7163
7165
  accessibleName: "accessibleName";
7164
- testId: "testId";
7165
7166
  visibleText: "visibleText";
7166
7167
  stableAttribute: "stableAttribute";
7167
7168
  ancestorScoped: "ancestorScoped";
7168
- xpath: "xpath";
7169
7169
  }>;
7170
7170
  }, z.core.$strict>>;
7171
7171
  failureContext: z.ZodOptional<z.ZodObject<{
@@ -7237,8 +7237,8 @@ declare const RecoveryMetadataSchema: z.ZodObject<{
7237
7237
  healedSelector: z.ZodOptional<z.ZodString>;
7238
7238
  commandPatchSummary: z.ZodOptional<z.ZodString>;
7239
7239
  retryOutcome: z.ZodEnum<{
7240
- failed: "failed";
7241
7240
  passed: "passed";
7241
+ failed: "failed";
7242
7242
  }>;
7243
7243
  recoveredAt: z.ZodOptional<z.ZodString>;
7244
7244
  healedLocatorPersistedAt: z.ZodOptional<z.ZodString>;
@@ -7267,11 +7267,11 @@ declare const RecoveryStatusEventSchema: z.ZodObject<{
7267
7267
  stepId: z.ZodString;
7268
7268
  commandId: z.ZodString;
7269
7269
  phase: z.ZodEnum<{
7270
+ failed: "failed";
7270
7271
  analyzing: "analyzing";
7271
7272
  trying_fix: "trying_fix";
7272
7273
  checking_fix: "checking_fix";
7273
7274
  fixed: "fixed";
7274
- failed: "failed";
7275
7275
  }>;
7276
7276
  message: z.ZodString;
7277
7277
  timestamp: z.ZodString;
@@ -7363,8 +7363,8 @@ declare const RecoveryDecisionSchema: z.ZodDiscriminatedUnion<[
7363
7363
  }, z.core.$strip>
7364
7364
  ], "type">;
7365
7365
  repairContext: z.ZodEnum<{
7366
- "recorder-replay": "recorder-replay";
7367
7366
  "local-run": "local-run";
7367
+ "recorder-replay": "recorder-replay";
7368
7368
  "execution-planner": "execution-planner";
7369
7369
  }>;
7370
7370
  rcaLabel: z.ZodOptional<z.ZodString>;
@@ -7420,8 +7420,8 @@ type ExecutionStartedEventData = {
7420
7420
  type: "execution_started";
7421
7421
  };
7422
7422
  declare const ScopeTypeSchema: z.ZodEnum<{
7423
- environment: "environment";
7424
7423
  runtime: "runtime";
7424
+ environment: "environment";
7425
7425
  global: "global";
7426
7426
  feature: "feature";
7427
7427
  scenario: "scenario";
@@ -7455,8 +7455,8 @@ declare const TestDataEntrySchema: z.ZodObject<{
7455
7455
  }>;
7456
7456
  scope: z.ZodObject<{
7457
7457
  type: z.ZodEnum<{
7458
- environment: "environment";
7459
7458
  runtime: "runtime";
7459
+ environment: "environment";
7460
7460
  global: "global";
7461
7461
  feature: "feature";
7462
7462
  scenario: "scenario";
@@ -7486,8 +7486,8 @@ declare const ResolutionContextSchema: z.ZodObject<{
7486
7486
  type ResolutionContext = z.infer<typeof ResolutionContextSchema>;
7487
7487
  declare const BrowserObserverStateKSchema: z.ZodUnion<readonly [
7488
7488
  z.ZodEnum<{
7489
- text: "text";
7490
7489
  input: "input";
7490
+ text: "text";
7491
7491
  context: "context";
7492
7492
  hover: "hover";
7493
7493
  ai: "ai";
@@ -7505,11 +7505,11 @@ declare const PickedElementSchema: z.ZodObject<{
7505
7505
  type: z.ZodLiteral<"pw.selectorString">;
7506
7506
  selectorString: z.ZodString;
7507
7507
  strategy: z.ZodEnum<{
7508
- testId: "testId";
7509
- xpath: "xpath";
7510
7508
  css: "css";
7509
+ xpath: "xpath";
7511
7510
  text: "text";
7512
7511
  label: "label";
7512
+ testId: "testId";
7513
7513
  }>;
7514
7514
  description: z.ZodOptional<z.ZodString>;
7515
7515
  }, z.core.$strict>,
@@ -7660,11 +7660,11 @@ declare const PickedElementSchema: z.ZodObject<{
7660
7660
  }, z.core.$strip>>;
7661
7661
  }, z.core.$strict>;
7662
7662
  strategy: z.ZodEnum<{
7663
- testId: "testId";
7664
- xpath: "xpath";
7665
7663
  css: "css";
7664
+ xpath: "xpath";
7666
7665
  text: "text";
7667
7666
  label: "label";
7667
+ testId: "testId";
7668
7668
  }>;
7669
7669
  description: z.ZodOptional<z.ZodString>;
7670
7670
  }, z.core.$strict>
@@ -7679,11 +7679,11 @@ declare const PickedElementSchema: z.ZodObject<{
7679
7679
  type: z.ZodLiteral<"pw.selectorString">;
7680
7680
  selectorString: z.ZodString;
7681
7681
  strategy: z.ZodEnum<{
7682
- testId: "testId";
7683
- xpath: "xpath";
7684
7682
  css: "css";
7683
+ xpath: "xpath";
7685
7684
  text: "text";
7686
7685
  label: "label";
7686
+ testId: "testId";
7687
7687
  }>;
7688
7688
  description: z.ZodOptional<z.ZodString>;
7689
7689
  }, z.core.$strict>,
@@ -7834,24 +7834,24 @@ declare const PickedElementSchema: z.ZodObject<{
7834
7834
  }, z.core.$strip>>;
7835
7835
  }, z.core.$strict>;
7836
7836
  strategy: z.ZodEnum<{
7837
- testId: "testId";
7838
- xpath: "xpath";
7839
7837
  css: "css";
7838
+ xpath: "xpath";
7840
7839
  text: "text";
7841
7840
  label: "label";
7841
+ testId: "testId";
7842
7842
  }>;
7843
7843
  description: z.ZodOptional<z.ZodString>;
7844
7844
  }, z.core.$strict>
7845
7845
  ], "type">;
7846
7846
  score: z.ZodNumber;
7847
7847
  source: z.ZodEnum<{
7848
+ xpath: "xpath";
7849
+ testId: "testId";
7848
7850
  role: "role";
7849
7851
  accessibleName: "accessibleName";
7850
- testId: "testId";
7851
7852
  visibleText: "visibleText";
7852
7853
  stableAttribute: "stableAttribute";
7853
7854
  ancestorScoped: "ancestorScoped";
7854
- xpath: "xpath";
7855
7855
  }>;
7856
7856
  }, z.core.$strict>>;
7857
7857
  role: z.ZodOptional<z.ZodString>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dev-blinq/bvt-playwright-js",
3
- "version": "1.0.0-dev.4.latest.131.1",
3
+ "version": "1.0.0-dev.4.latest.138.1",
4
4
  "description": "Bundled Blinq Playwright test fixture for generated Playwright tests.",
5
5
  "license": "ISC",
6
6
  "type": "module",