doc-detective-common 3.5.1-dev.0 → 3.5.1-dev.2

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 (45) hide show
  1. package/package.json +3 -3
  2. package/src/schemas/build/checkLink_v2.schema.json +1 -1
  3. package/src/schemas/build/checkLink_v3.schema.json +1 -1
  4. package/src/schemas/build/click_v3.schema.json +1 -1
  5. package/src/schemas/build/config_v2.schema.json +14 -14
  6. package/src/schemas/build/config_v3.schema.json +6 -6
  7. package/src/schemas/build/context_v2.schema.json +1 -1
  8. package/src/schemas/build/context_v3.schema.json +1 -1
  9. package/src/schemas/build/dragAndDrop_v3.schema.json +1 -1
  10. package/src/schemas/build/find_v2.schema.json +3 -3
  11. package/src/schemas/build/find_v3.schema.json +4 -4
  12. package/src/schemas/build/goTo_v2.schema.json +1 -1
  13. package/src/schemas/build/goTo_v3.schema.json +1 -1
  14. package/src/schemas/build/httpRequest_v2.schema.json +2 -2
  15. package/src/schemas/build/httpRequest_v3.schema.json +3 -3
  16. package/src/schemas/build/loadCookie_v3.schema.json +1 -1
  17. package/src/schemas/build/loadVariables_v3.schema.json +1 -1
  18. package/src/schemas/build/moveTo_v2.schema.json +1 -1
  19. package/src/schemas/build/openApi_v2.schema.json +1 -1
  20. package/src/schemas/build/openApi_v3.schema.json +1 -1
  21. package/src/schemas/build/record_v3.schema.json +1 -1
  22. package/src/schemas/build/report_v3.schema.json +5 -5
  23. package/src/schemas/build/resolvedTests_v3.schema.json +3 -3
  24. package/src/schemas/build/runCode_v2.schema.json +1 -1
  25. package/src/schemas/build/runCode_v3.schema.json +1 -1
  26. package/src/schemas/build/runShell_v2.schema.json +1 -1
  27. package/src/schemas/build/runShell_v3.schema.json +1 -1
  28. package/src/schemas/build/saveCookie_v3.schema.json +1 -1
  29. package/src/schemas/build/saveScreenshot_v2.schema.json +1 -1
  30. package/src/schemas/build/screenshot_v3.schema.json +1 -1
  31. package/src/schemas/build/setVariables_v2.schema.json +1 -1
  32. package/src/schemas/build/spec_v2.schema.json +4 -4
  33. package/src/schemas/build/spec_v3.schema.json +4 -4
  34. package/src/schemas/build/startRecording_v2.schema.json +1 -1
  35. package/src/schemas/build/step_v3.schema.json +38 -38
  36. package/src/schemas/build/stopRecord_v3.schema.json +1 -1
  37. package/src/schemas/build/stopRecording_v2.schema.json +1 -1
  38. package/src/schemas/build/test_v2.schema.json +15 -15
  39. package/src/schemas/build/test_v3.schema.json +6 -6
  40. package/src/schemas/build/typeKeys_v2.schema.json +1 -1
  41. package/src/schemas/build/type_v3.schema.json +1 -1
  42. package/src/schemas/build/wait_v2.schema.json +1 -1
  43. package/src/schemas/build/wait_v3.schema.json +1 -1
  44. package/src/schemas/build/loadCookies_v3.schema.json +0 -156
  45. package/src/schemas/build/saveCookies_v3.schema.json +0 -176
@@ -99,7 +99,7 @@
99
99
  ],
100
100
  "properties": {
101
101
  "checkLink": {
102
- "$ref": "/home/hawkeyexl/Workspaces/common/src/schemas/build/checkLink_v3.schema.json#"
102
+ "$ref": "/home/runner/work/common/common/src/schemas/build/checkLink_v3.schema.json#"
103
103
  }
104
104
  },
105
105
  "title": "checkLink"
@@ -118,7 +118,7 @@
118
118
  ],
119
119
  "properties": {
120
120
  "click": {
121
- "$ref": "/home/hawkeyexl/Workspaces/common/src/schemas/build/click_v3.schema.json#"
121
+ "$ref": "/home/runner/work/common/common/src/schemas/build/click_v3.schema.json#"
122
122
  }
123
123
  },
124
124
  "title": "click"
@@ -137,7 +137,7 @@
137
137
  ],
138
138
  "properties": {
139
139
  "find": {
140
- "$ref": "/home/hawkeyexl/Workspaces/common/src/schemas/build/find_v3.schema.json#"
140
+ "$ref": "/home/runner/work/common/common/src/schemas/build/find_v3.schema.json#"
141
141
  }
142
142
  },
143
143
  "title": "find"
@@ -156,7 +156,7 @@
156
156
  ],
157
157
  "properties": {
158
158
  "goTo": {
159
- "$ref": "/home/hawkeyexl/Workspaces/common/src/schemas/build/goTo_v3.schema.json#"
159
+ "$ref": "/home/runner/work/common/common/src/schemas/build/goTo_v3.schema.json#"
160
160
  }
161
161
  },
162
162
  "title": "goTo"
@@ -175,7 +175,7 @@
175
175
  ],
176
176
  "properties": {
177
177
  "httpRequest": {
178
- "$ref": "/home/hawkeyexl/Workspaces/common/src/schemas/build/httpRequest_v3.schema.json#"
178
+ "$ref": "/home/runner/work/common/common/src/schemas/build/httpRequest_v3.schema.json#"
179
179
  }
180
180
  },
181
181
  "title": "httpRequest"
@@ -194,7 +194,7 @@
194
194
  ],
195
195
  "properties": {
196
196
  "runShell": {
197
- "$ref": "/home/hawkeyexl/Workspaces/common/src/schemas/build/runShell_v3.schema.json#"
197
+ "$ref": "/home/runner/work/common/common/src/schemas/build/runShell_v3.schema.json#"
198
198
  }
199
199
  },
200
200
  "title": "runShell"
@@ -213,7 +213,7 @@
213
213
  ],
214
214
  "properties": {
215
215
  "runCode": {
216
- "$ref": "/home/hawkeyexl/Workspaces/common/src/schemas/build/runCode_v3.schema.json#"
216
+ "$ref": "/home/runner/work/common/common/src/schemas/build/runCode_v3.schema.json#"
217
217
  }
218
218
  },
219
219
  "title": "runCode"
@@ -232,7 +232,7 @@
232
232
  ],
233
233
  "properties": {
234
234
  "type": {
235
- "$ref": "/home/hawkeyexl/Workspaces/common/src/schemas/build/type_v3.schema.json#"
235
+ "$ref": "/home/runner/work/common/common/src/schemas/build/type_v3.schema.json#"
236
236
  }
237
237
  },
238
238
  "title": "type"
@@ -251,7 +251,7 @@
251
251
  ],
252
252
  "properties": {
253
253
  "screenshot": {
254
- "$ref": "/home/hawkeyexl/Workspaces/common/src/schemas/build/screenshot_v3.schema.json#"
254
+ "$ref": "/home/runner/work/common/common/src/schemas/build/screenshot_v3.schema.json#"
255
255
  }
256
256
  },
257
257
  "title": "screenshot"
@@ -270,7 +270,7 @@
270
270
  ],
271
271
  "properties": {
272
272
  "saveCookie": {
273
- "$ref": "/home/hawkeyexl/Workspaces/common/src/schemas/build/saveCookie_v3.schema.json#"
273
+ "$ref": "/home/runner/work/common/common/src/schemas/build/saveCookie_v3.schema.json#"
274
274
  }
275
275
  },
276
276
  "title": "saveCookie"
@@ -289,7 +289,7 @@
289
289
  ],
290
290
  "properties": {
291
291
  "record": {
292
- "$ref": "/home/hawkeyexl/Workspaces/common/src/schemas/build/record_v3.schema.json#"
292
+ "$ref": "/home/runner/work/common/common/src/schemas/build/record_v3.schema.json#"
293
293
  }
294
294
  },
295
295
  "title": "record"
@@ -308,7 +308,7 @@
308
308
  ],
309
309
  "properties": {
310
310
  "stopRecord": {
311
- "$ref": "/home/hawkeyexl/Workspaces/common/src/schemas/build/stopRecord_v3.schema.json#"
311
+ "$ref": "/home/runner/work/common/common/src/schemas/build/stopRecord_v3.schema.json#"
312
312
  }
313
313
  },
314
314
  "title": "stopRecord"
@@ -328,7 +328,7 @@
328
328
  ],
329
329
  "properties": {
330
330
  "loadVariables": {
331
- "$ref": "/home/hawkeyexl/Workspaces/common/src/schemas/build/loadVariables_v3.schema.json#"
331
+ "$ref": "/home/runner/work/common/common/src/schemas/build/loadVariables_v3.schema.json#"
332
332
  }
333
333
  }
334
334
  }
@@ -347,7 +347,7 @@
347
347
  ],
348
348
  "properties": {
349
349
  "dragAndDrop": {
350
- "$ref": "/home/hawkeyexl/Workspaces/common/src/schemas/build/dragAndDrop_v3.schema.json#"
350
+ "$ref": "/home/runner/work/common/common/src/schemas/build/dragAndDrop_v3.schema.json#"
351
351
  }
352
352
  }
353
353
  }
@@ -366,7 +366,7 @@
366
366
  ],
367
367
  "properties": {
368
368
  "loadCookie": {
369
- "$ref": "/home/hawkeyexl/Workspaces/common/src/schemas/build/loadCookie_v3.schema.json#"
369
+ "$ref": "/home/runner/work/common/common/src/schemas/build/loadCookie_v3.schema.json#"
370
370
  }
371
371
  }
372
372
  }
@@ -385,7 +385,7 @@
385
385
  ],
386
386
  "properties": {
387
387
  "wait": {
388
- "$ref": "/home/hawkeyexl/Workspaces/common/src/schemas/build/wait_v3.schema.json#"
388
+ "$ref": "/home/runner/work/common/common/src/schemas/build/wait_v3.schema.json#"
389
389
  }
390
390
  }
391
391
  }
@@ -541,107 +541,107 @@
541
541
  },
542
542
  {
543
543
  "find": {
544
- "$ref": "/home/hawkeyexl/Workspaces/common/src/schemas/build/find_v3.schema.json#/examples/0"
544
+ "$ref": "/home/runner/work/common/common/src/schemas/build/find_v3.schema.json#/examples/0"
545
545
  }
546
546
  },
547
547
  {
548
548
  "find": {
549
- "$ref": "/home/hawkeyexl/Workspaces/common/src/schemas/build/find_v3.schema.json#/examples/1"
549
+ "$ref": "/home/runner/work/common/common/src/schemas/build/find_v3.schema.json#/examples/1"
550
550
  }
551
551
  },
552
552
  {
553
553
  "find": {
554
- "$ref": "/home/hawkeyexl/Workspaces/common/src/schemas/build/find_v3.schema.json#/examples/2"
554
+ "$ref": "/home/runner/work/common/common/src/schemas/build/find_v3.schema.json#/examples/2"
555
555
  }
556
556
  },
557
557
  {
558
558
  "find": {
559
- "$ref": "/home/hawkeyexl/Workspaces/common/src/schemas/build/find_v3.schema.json#/examples/3"
559
+ "$ref": "/home/runner/work/common/common/src/schemas/build/find_v3.schema.json#/examples/3"
560
560
  }
561
561
  },
562
562
  {
563
563
  "find": {
564
- "$ref": "/home/hawkeyexl/Workspaces/common/src/schemas/build/find_v3.schema.json#/examples/4"
564
+ "$ref": "/home/runner/work/common/common/src/schemas/build/find_v3.schema.json#/examples/4"
565
565
  }
566
566
  },
567
567
  {
568
568
  "click": {
569
- "$ref": "/home/hawkeyexl/Workspaces/common/src/schemas/build/click_v3.schema.json#/examples/0"
569
+ "$ref": "/home/runner/work/common/common/src/schemas/build/click_v3.schema.json#/examples/0"
570
570
  }
571
571
  },
572
572
  {
573
573
  "click": {
574
- "$ref": "/home/hawkeyexl/Workspaces/common/src/schemas/build/click_v3.schema.json#/examples/1"
574
+ "$ref": "/home/runner/work/common/common/src/schemas/build/click_v3.schema.json#/examples/1"
575
575
  }
576
576
  },
577
577
  {
578
578
  "click": {
579
- "$ref": "/home/hawkeyexl/Workspaces/common/src/schemas/build/click_v3.schema.json#/examples/2"
579
+ "$ref": "/home/runner/work/common/common/src/schemas/build/click_v3.schema.json#/examples/2"
580
580
  }
581
581
  },
582
582
  {
583
583
  "click": {
584
- "$ref": "/home/hawkeyexl/Workspaces/common/src/schemas/build/click_v3.schema.json#/examples/3"
584
+ "$ref": "/home/runner/work/common/common/src/schemas/build/click_v3.schema.json#/examples/3"
585
585
  }
586
586
  },
587
587
  {
588
588
  "httpRequest": {
589
- "$ref": "/home/hawkeyexl/Workspaces/common/src/schemas/build/httpRequest_v3.schema.json#/examples/0"
589
+ "$ref": "/home/runner/work/common/common/src/schemas/build/httpRequest_v3.schema.json#/examples/0"
590
590
  }
591
591
  },
592
592
  {
593
593
  "httpRequest": {
594
- "$ref": "/home/hawkeyexl/Workspaces/common/src/schemas/build/httpRequest_v3.schema.json#/examples/1"
594
+ "$ref": "/home/runner/work/common/common/src/schemas/build/httpRequest_v3.schema.json#/examples/1"
595
595
  }
596
596
  },
597
597
  {
598
598
  "httpRequest": {
599
- "$ref": "/home/hawkeyexl/Workspaces/common/src/schemas/build/httpRequest_v3.schema.json#/examples/2"
599
+ "$ref": "/home/runner/work/common/common/src/schemas/build/httpRequest_v3.schema.json#/examples/2"
600
600
  }
601
601
  },
602
602
  {
603
603
  "httpRequest": {
604
- "$ref": "/home/hawkeyexl/Workspaces/common/src/schemas/build/httpRequest_v3.schema.json#/examples/3"
604
+ "$ref": "/home/runner/work/common/common/src/schemas/build/httpRequest_v3.schema.json#/examples/3"
605
605
  }
606
606
  },
607
607
  {
608
608
  "httpRequest": {
609
- "$ref": "/home/hawkeyexl/Workspaces/common/src/schemas/build/httpRequest_v3.schema.json#/examples/4"
609
+ "$ref": "/home/runner/work/common/common/src/schemas/build/httpRequest_v3.schema.json#/examples/4"
610
610
  }
611
611
  },
612
612
  {
613
613
  "httpRequest": {
614
- "$ref": "/home/hawkeyexl/Workspaces/common/src/schemas/build/httpRequest_v3.schema.json#/examples/5"
614
+ "$ref": "/home/runner/work/common/common/src/schemas/build/httpRequest_v3.schema.json#/examples/5"
615
615
  }
616
616
  },
617
617
  {
618
618
  "httpRequest": {
619
- "$ref": "/home/hawkeyexl/Workspaces/common/src/schemas/build/httpRequest_v3.schema.json#/examples/6"
619
+ "$ref": "/home/runner/work/common/common/src/schemas/build/httpRequest_v3.schema.json#/examples/6"
620
620
  }
621
621
  },
622
622
  {
623
623
  "httpRequest": {
624
- "$ref": "/home/hawkeyexl/Workspaces/common/src/schemas/build/httpRequest_v3.schema.json#/examples/7"
624
+ "$ref": "/home/runner/work/common/common/src/schemas/build/httpRequest_v3.schema.json#/examples/7"
625
625
  }
626
626
  },
627
627
  {
628
628
  "httpRequest": {
629
- "$ref": "/home/hawkeyexl/Workspaces/common/src/schemas/build/httpRequest_v3.schema.json#/examples/8"
629
+ "$ref": "/home/runner/work/common/common/src/schemas/build/httpRequest_v3.schema.json#/examples/8"
630
630
  }
631
631
  },
632
632
  {
633
633
  "httpRequest": {
634
- "$ref": "/home/hawkeyexl/Workspaces/common/src/schemas/build/httpRequest_v3.schema.json#/examples/9"
634
+ "$ref": "/home/runner/work/common/common/src/schemas/build/httpRequest_v3.schema.json#/examples/9"
635
635
  }
636
636
  },
637
637
  {
638
638
  "httpRequest": {
639
- "$ref": "/home/hawkeyexl/Workspaces/common/src/schemas/build/httpRequest_v3.schema.json#/examples/10"
639
+ "$ref": "/home/runner/work/common/common/src/schemas/build/httpRequest_v3.schema.json#/examples/10"
640
640
  }
641
641
  },
642
642
  {
643
643
  "httpRequest": {
644
- "$ref": "/home/hawkeyexl/Workspaces/common/src/schemas/build/httpRequest_v3.schema.json#/examples/11"
644
+ "$ref": "/home/runner/work/common/common/src/schemas/build/httpRequest_v3.schema.json#/examples/11"
645
645
  }
646
646
  },
647
647
  {
@@ -665,5 +665,5 @@
665
665
  }
666
666
  }
667
667
  ],
668
- "$id": "/home/hawkeyexl/Workspaces/common/src/schemas/src_schemas/step_v3.schema.json"
668
+ "$id": "/home/runner/work/common/common/src/schemas/src_schemas/step_v3.schema.json"
669
669
  }
@@ -11,5 +11,5 @@
11
11
  "examples": [
12
12
  true
13
13
  ],
14
- "$id": "/home/hawkeyexl/Workspaces/common/src/schemas/src_schemas/stopRecord_v3.schema.json"
14
+ "$id": "/home/runner/work/common/common/src/schemas/src_schemas/stopRecord_v3.schema.json"
15
15
  }
@@ -29,5 +29,5 @@
29
29
  "action": "stopRecording"
30
30
  }
31
31
  ],
32
- "$id": "/home/hawkeyexl/Workspaces/common/src/schemas/src_schemas/stopRecording_v2.schema.json"
32
+ "$id": "/home/runner/work/common/common/src/schemas/src_schemas/stopRecording_v2.schema.json"
33
33
  }
@@ -25,7 +25,7 @@
25
25
  "items": {
26
26
  "oneOf": [
27
27
  {
28
- "$ref": "/home/hawkeyexl/Workspaces/common/src/schemas/build/context_v2.schema.json#"
28
+ "$ref": "/home/runner/work/common/common/src/schemas/build/context_v2.schema.json#"
29
29
  }
30
30
  ]
31
31
  }
@@ -35,7 +35,7 @@
35
35
  "items": {
36
36
  "allOf": [
37
37
  {
38
- "$ref": "/home/hawkeyexl/Workspaces/common/src/schemas/build/openApi_v2.schema.json#"
38
+ "$ref": "/home/runner/work/common/common/src/schemas/build/openApi_v2.schema.json#"
39
39
  },
40
40
  {
41
41
  "type": "object",
@@ -68,40 +68,40 @@
68
68
  "items": {
69
69
  "anyOf": [
70
70
  {
71
- "$ref": "/home/hawkeyexl/Workspaces/common/src/schemas/build/checkLink_v2.schema.json#"
71
+ "$ref": "/home/runner/work/common/common/src/schemas/build/checkLink_v2.schema.json#"
72
72
  },
73
73
  {
74
- "$ref": "/home/hawkeyexl/Workspaces/common/src/schemas/build/goTo_v2.schema.json#"
74
+ "$ref": "/home/runner/work/common/common/src/schemas/build/goTo_v2.schema.json#"
75
75
  },
76
76
  {
77
- "$ref": "/home/hawkeyexl/Workspaces/common/src/schemas/build/httpRequest_v2.schema.json#"
77
+ "$ref": "/home/runner/work/common/common/src/schemas/build/httpRequest_v2.schema.json#"
78
78
  },
79
79
  {
80
- "$ref": "/home/hawkeyexl/Workspaces/common/src/schemas/build/runCode_v2.schema.json#"
80
+ "$ref": "/home/runner/work/common/common/src/schemas/build/runCode_v2.schema.json#"
81
81
  },
82
82
  {
83
- "$ref": "/home/hawkeyexl/Workspaces/common/src/schemas/build/runShell_v2.schema.json#"
83
+ "$ref": "/home/runner/work/common/common/src/schemas/build/runShell_v2.schema.json#"
84
84
  },
85
85
  {
86
- "$ref": "/home/hawkeyexl/Workspaces/common/src/schemas/build/saveScreenshot_v2.schema.json#"
86
+ "$ref": "/home/runner/work/common/common/src/schemas/build/saveScreenshot_v2.schema.json#"
87
87
  },
88
88
  {
89
- "$ref": "/home/hawkeyexl/Workspaces/common/src/schemas/build/setVariables_v2.schema.json#"
89
+ "$ref": "/home/runner/work/common/common/src/schemas/build/setVariables_v2.schema.json#"
90
90
  },
91
91
  {
92
- "$ref": "/home/hawkeyexl/Workspaces/common/src/schemas/build/startRecording_v2.schema.json#"
92
+ "$ref": "/home/runner/work/common/common/src/schemas/build/startRecording_v2.schema.json#"
93
93
  },
94
94
  {
95
- "$ref": "/home/hawkeyexl/Workspaces/common/src/schemas/build/stopRecording_v2.schema.json#"
95
+ "$ref": "/home/runner/work/common/common/src/schemas/build/stopRecording_v2.schema.json#"
96
96
  },
97
97
  {
98
- "$ref": "/home/hawkeyexl/Workspaces/common/src/schemas/build/typeKeys_v2.schema.json#"
98
+ "$ref": "/home/runner/work/common/common/src/schemas/build/typeKeys_v2.schema.json#"
99
99
  },
100
100
  {
101
- "$ref": "/home/hawkeyexl/Workspaces/common/src/schemas/build/find_v2.schema.json#"
101
+ "$ref": "/home/runner/work/common/common/src/schemas/build/find_v2.schema.json#"
102
102
  },
103
103
  {
104
- "$ref": "/home/hawkeyexl/Workspaces/common/src/schemas/build/wait_v2.schema.json#"
104
+ "$ref": "/home/runner/work/common/common/src/schemas/build/wait_v2.schema.json#"
105
105
  }
106
106
  ]
107
107
  }
@@ -240,5 +240,5 @@
240
240
  ]
241
241
  }
242
242
  ],
243
- "$id": "/home/hawkeyexl/Workspaces/common/src/schemas/src_schemas/test_v2.schema.json"
243
+ "$id": "/home/runner/work/common/common/src/schemas/src_schemas/test_v2.schema.json"
244
244
  }
@@ -27,7 +27,7 @@
27
27
  "items": {
28
28
  "anyOf": [
29
29
  {
30
- "$ref": "/home/hawkeyexl/Workspaces/common/src/schemas/build/context_v3.schema.json#"
30
+ "$ref": "/home/runner/work/common/common/src/schemas/build/context_v3.schema.json#"
31
31
  }
32
32
  ]
33
33
  }
@@ -48,7 +48,7 @@
48
48
  "type": "array",
49
49
  "minItems": 1,
50
50
  "items": {
51
- "$ref": "/home/hawkeyexl/Workspaces/common/src/schemas/build/step_v3.schema.json#"
51
+ "$ref": "/home/runner/work/common/common/src/schemas/build/step_v3.schema.json#"
52
52
  }
53
53
  },
54
54
  "contexts": {
@@ -64,7 +64,7 @@
64
64
  "description": "Platform to run the test on. This is a resolved version of the `platforms` property."
65
65
  },
66
66
  "browser": {
67
- "$ref": "/home/hawkeyexl/Workspaces/common/src/schemas/build/context_v3.schema.json#/components/schemas/browser"
67
+ "$ref": "/home/runner/work/common/common/src/schemas/build/context_v3.schema.json#/components/schemas/browser"
68
68
  },
69
69
  "openApi": {
70
70
  "$ref": "#/components/schemas/openApi"
@@ -74,7 +74,7 @@
74
74
  "type": "array",
75
75
  "minItems": 1,
76
76
  "items": {
77
- "$ref": "/home/hawkeyexl/Workspaces/common/src/schemas/build/step_v3.schema.json#"
77
+ "$ref": "/home/runner/work/common/common/src/schemas/build/step_v3.schema.json#"
78
78
  }
79
79
  }
80
80
  },
@@ -105,7 +105,7 @@
105
105
  "items": {
106
106
  "allOf": [
107
107
  {
108
- "$ref": "/home/hawkeyexl/Workspaces/common/src/schemas/build/openApi_v3.schema.json#"
108
+ "$ref": "/home/runner/work/common/common/src/schemas/build/openApi_v3.schema.json#"
109
109
  },
110
110
  {
111
111
  "type": "object",
@@ -288,5 +288,5 @@
288
288
  "detectSteps": true
289
289
  }
290
290
  ],
291
- "$id": "/home/hawkeyexl/Workspaces/common/src/schemas/src_schemas/test_v3.schema.json"
291
+ "$id": "/home/runner/work/common/common/src/schemas/src_schemas/test_v3.schema.json"
292
292
  }
@@ -68,5 +68,5 @@
68
68
  "delay": 500
69
69
  }
70
70
  ],
71
- "$id": "/home/hawkeyexl/Workspaces/common/src/schemas/src_schemas/typeKeys_v2.schema.json"
71
+ "$id": "/home/runner/work/common/common/src/schemas/src_schemas/typeKeys_v2.schema.json"
72
72
  }
@@ -127,5 +127,5 @@
127
127
  "inputDelay": 500
128
128
  }
129
129
  ],
130
- "$id": "/home/hawkeyexl/Workspaces/common/src/schemas/src_schemas/type_v3.schema.json"
130
+ "$id": "/home/runner/work/common/common/src/schemas/src_schemas/type_v3.schema.json"
131
131
  }
@@ -38,5 +38,5 @@
38
38
  "duration": 5000
39
39
  }
40
40
  ],
41
- "$id": "/home/hawkeyexl/Workspaces/common/src/schemas/src_schemas/wait_v2.schema.json"
41
+ "$id": "/home/runner/work/common/common/src/schemas/src_schemas/wait_v2.schema.json"
42
42
  }
@@ -33,5 +33,5 @@
33
33
  "$WAIT_DURATION",
34
34
  true
35
35
  ],
36
- "$id": "/home/hawkeyexl/Workspaces/common/src/schemas/src_schemas/wait_v3.schema.json"
36
+ "$id": "/home/runner/work/common/common/src/schemas/src_schemas/wait_v3.schema.json"
37
37
  }
@@ -1,156 +0,0 @@
1
- {
2
- "$schema": "http://json-schema.org/draft-07/schema#",
3
- "title": "loadCookies",
4
- "description": "Load cookies from a file or environment variable into the browser.",
5
- "anyOf": [
6
- {
7
- "$ref": "#/components/schemas/string"
8
- },
9
- {
10
- "$ref": "#/components/schemas/object"
11
- }
12
- ],
13
- "components": {
14
- "schemas": {
15
- "string": {
16
- "type": "string",
17
- "title": "Environment variable or file path",
18
- "description": "Environment variable name containing cookies as JSON string, or file path to cookie file.",
19
- "transform": [
20
- "trim"
21
- ]
22
- },
23
- "object": {
24
- "type": "object",
25
- "additionalProperties": false,
26
- "properties": {
27
- "variable": {
28
- "type": "string",
29
- "title": "Environment variable name",
30
- "description": "Environment variable name containing cookies as JSON string.",
31
- "pattern": "^[A-Za-z_][A-Za-z0-9_]*$",
32
- "transform": [
33
- "trim"
34
- ]
35
- },
36
- "path": {
37
- "type": "string",
38
- "title": "Cookie file path",
39
- "description": "File path to cookie file, relative to directory. Supports Netscape cookie format.",
40
- "transform": [
41
- "trim"
42
- ]
43
- },
44
- "directory": {
45
- "type": "string",
46
- "title": "Directory path",
47
- "description": "Directory containing the cookie file.",
48
- "transform": [
49
- "trim"
50
- ]
51
- },
52
- "filter": {
53
- "type": "object",
54
- "title": "Cookie filter",
55
- "description": "Filter criteria to specify which cookies to load from the source.",
56
- "additionalProperties": false,
57
- "properties": {
58
- "names": {
59
- "type": "array",
60
- "title": "Cookie names",
61
- "description": "Array of specific cookie names to include. If specified, only these cookies will be loaded.",
62
- "items": {
63
- "type": "string"
64
- }
65
- },
66
- "patterns": {
67
- "type": "array",
68
- "title": "Cookie name patterns",
69
- "description": "Array of wildcard patterns (* and ?) or regex patterns to match cookie names.",
70
- "items": {
71
- "type": "string"
72
- }
73
- },
74
- "domains": {
75
- "type": "array",
76
- "title": "Cookie domains",
77
- "description": "Array of domains to include. Only cookies for these domains will be loaded.",
78
- "items": {
79
- "type": "string"
80
- }
81
- },
82
- "exclude": {
83
- "type": "object",
84
- "title": "Exclusion filters",
85
- "description": "Cookies matching these criteria will be excluded from loading.",
86
- "additionalProperties": false,
87
- "properties": {
88
- "names": {
89
- "type": "array",
90
- "title": "Excluded cookie names",
91
- "description": "Array of cookie names to exclude.",
92
- "items": {
93
- "type": "string"
94
- }
95
- },
96
- "patterns": {
97
- "type": "array",
98
- "title": "Excluded patterns",
99
- "description": "Array of patterns to exclude.",
100
- "items": {
101
- "type": "string"
102
- }
103
- }
104
- }
105
- }
106
- }
107
- }
108
- },
109
- "title": "Load cookies (detailed)"
110
- }
111
- }
112
- },
113
- "examples": [
114
- "AUTH_COOKIES",
115
- "./test-data/auth-session.txt",
116
- {
117
- "variable": "SESSION_COOKIES"
118
- },
119
- {
120
- "path": "login-state.txt",
121
- "directory": "./test-data"
122
- },
123
- {
124
- "variable": "ALL_COOKIES",
125
- "filter": {
126
- "names": [
127
- "sessionToken",
128
- "authToken"
129
- ]
130
- }
131
- },
132
- {
133
- "path": "saved-cookies.txt",
134
- "filter": {
135
- "patterns": [
136
- "*auth*",
137
- "*session*"
138
- ],
139
- "exclude": {
140
- "names": [
141
- "temp_session"
142
- ]
143
- }
144
- }
145
- },
146
- {
147
- "variable": "DOMAIN_COOKIES",
148
- "filter": {
149
- "domains": [
150
- "app.example.com"
151
- ]
152
- }
153
- }
154
- ],
155
- "$id": "/home/hawkeyexl/Workspaces/common/src/schemas/src_schemas/loadCookies_v3.schema.json"
156
- }