doc-detective-common 3.1.2-dev.3 → 3.1.2-dev.4
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.
- package/dist/schemas/config_v3.schema.json +22 -28
- package/dist/schemas/loadCookie_v3.schema.json +5 -2
- package/dist/schemas/report_v3.schema.json +22 -28
- package/dist/schemas/resolvedTests_v3.schema.json +44 -56
- package/dist/schemas/saveCookie_v3.schema.json +6 -12
- package/dist/schemas/spec_v3.schema.json +22 -28
- package/dist/schemas/step_v3.schema.json +11 -14
- package/dist/schemas/test_v3.schema.json +22 -28
- package/package.json +1 -1
- package/src/schemas/build/loadCookie_v3.schema.json +5 -1
- package/src/schemas/build/saveCookie_v3.schema.json +6 -6
- package/src/schemas/output_schemas/config_v3.schema.json +22 -28
- package/src/schemas/output_schemas/loadCookie_v3.schema.json +5 -2
- package/src/schemas/output_schemas/report_v3.schema.json +22 -28
- package/src/schemas/output_schemas/resolvedTests_v3.schema.json +44 -56
- package/src/schemas/output_schemas/saveCookie_v3.schema.json +6 -12
- package/src/schemas/output_schemas/spec_v3.schema.json +22 -28
- package/src/schemas/output_schemas/step_v3.schema.json +11 -14
- package/src/schemas/output_schemas/test_v3.schema.json +22 -28
- package/src/schemas/schemas.json +154 -196
- package/src/schemas/src_schemas/loadCookie_v3.schema.json +5 -1
- package/src/schemas/src_schemas/saveCookie_v3.schema.json +6 -4
|
@@ -4637,7 +4637,6 @@
|
|
|
4637
4637
|
"type": "string",
|
|
4638
4638
|
"title": "Cookie file path",
|
|
4639
4639
|
"description": "File path to save the cookie, relative to directory. Uses Netscape cookie format.",
|
|
4640
|
-
"pattern": "^(?:[A-Za-z0-9_.-]+\\.(?:txt|cookies)|\\$[A-Za-z_][A-Za-z0-9_]*)$",
|
|
4641
4640
|
"transform": [
|
|
4642
4641
|
"trim"
|
|
4643
4642
|
]
|
|
@@ -4694,11 +4693,6 @@
|
|
|
4694
4693
|
"required": [
|
|
4695
4694
|
"directory"
|
|
4696
4695
|
]
|
|
4697
|
-
},
|
|
4698
|
-
{
|
|
4699
|
-
"required": [
|
|
4700
|
-
"overwrite"
|
|
4701
|
-
]
|
|
4702
4696
|
}
|
|
4703
4697
|
]
|
|
4704
4698
|
}
|
|
@@ -4749,7 +4743,6 @@
|
|
|
4749
4743
|
"type": "string",
|
|
4750
4744
|
"title": "Cookie file path",
|
|
4751
4745
|
"description": "File path to save the cookie, relative to directory. Uses Netscape cookie format.",
|
|
4752
|
-
"pattern": "^(?:[A-Za-z0-9_.-]+\\.(?:txt|cookies)|\\$[A-Za-z_][A-Za-z0-9_]*)$",
|
|
4753
4746
|
"transform": [
|
|
4754
4747
|
"trim"
|
|
4755
4748
|
]
|
|
@@ -4806,11 +4799,6 @@
|
|
|
4806
4799
|
"required": [
|
|
4807
4800
|
"directory"
|
|
4808
4801
|
]
|
|
4809
|
-
},
|
|
4810
|
-
{
|
|
4811
|
-
"required": [
|
|
4812
|
-
"overwrite"
|
|
4813
|
-
]
|
|
4814
4802
|
}
|
|
4815
4803
|
]
|
|
4816
4804
|
}
|
|
@@ -4822,6 +4810,7 @@
|
|
|
4822
4810
|
},
|
|
4823
4811
|
"examples": [
|
|
4824
4812
|
"session_token",
|
|
4813
|
+
"test_env_cookie",
|
|
4825
4814
|
{
|
|
4826
4815
|
"name": "auth_cookie",
|
|
4827
4816
|
"path": "auth-cookie.txt"
|
|
@@ -4830,6 +4819,11 @@
|
|
|
4830
4819
|
"name": "session_token",
|
|
4831
4820
|
"variable": "SESSION_TOKEN"
|
|
4832
4821
|
},
|
|
4822
|
+
{
|
|
4823
|
+
"name": "test_cookie",
|
|
4824
|
+
"path": "test-cookie.txt",
|
|
4825
|
+
"overwrite": true
|
|
4826
|
+
},
|
|
4833
4827
|
{
|
|
4834
4828
|
"name": "user_session",
|
|
4835
4829
|
"path": "user-session.txt",
|
|
@@ -5331,7 +5325,6 @@
|
|
|
5331
5325
|
"type": "string",
|
|
5332
5326
|
"title": "Cookie file path",
|
|
5333
5327
|
"description": "File path to cookie file, relative to directory. Supports Netscape cookie format.",
|
|
5334
|
-
"pattern": "^(?:[A-Za-z0-9_.-]+\\.(?:txt|cookies)|\\$[A-Za-z_][A-Za-z0-9_]*)$",
|
|
5335
5328
|
"transform": [
|
|
5336
5329
|
"trim"
|
|
5337
5330
|
]
|
|
@@ -5432,7 +5425,6 @@
|
|
|
5432
5425
|
"type": "string",
|
|
5433
5426
|
"title": "Cookie file path",
|
|
5434
5427
|
"description": "File path to cookie file, relative to directory. Supports Netscape cookie format.",
|
|
5435
|
-
"pattern": "^(?:[A-Za-z0-9_.-]+\\.(?:txt|cookies)|\\$[A-Za-z_][A-Za-z0-9_]*)$",
|
|
5436
5428
|
"transform": [
|
|
5437
5429
|
"trim"
|
|
5438
5430
|
]
|
|
@@ -5461,10 +5453,15 @@
|
|
|
5461
5453
|
"examples": [
|
|
5462
5454
|
"session_token",
|
|
5463
5455
|
"./test-data/auth-session.txt",
|
|
5456
|
+
"test_env_cookie",
|
|
5464
5457
|
{
|
|
5465
5458
|
"name": "auth_cookie",
|
|
5466
5459
|
"variable": "AUTH_COOKIE"
|
|
5467
5460
|
},
|
|
5461
|
+
{
|
|
5462
|
+
"name": "test_cookie",
|
|
5463
|
+
"path": "test-cookie.txt"
|
|
5464
|
+
},
|
|
5468
5465
|
{
|
|
5469
5466
|
"name": "session_token",
|
|
5470
5467
|
"path": "session-token.txt",
|
|
@@ -10516,7 +10513,6 @@
|
|
|
10516
10513
|
"type": "string",
|
|
10517
10514
|
"title": "Cookie file path",
|
|
10518
10515
|
"description": "File path to save the cookie, relative to directory. Uses Netscape cookie format.",
|
|
10519
|
-
"pattern": "^(?:[A-Za-z0-9_.-]+\\.(?:txt|cookies)|\\$[A-Za-z_][A-Za-z0-9_]*)$",
|
|
10520
10516
|
"transform": [
|
|
10521
10517
|
"trim"
|
|
10522
10518
|
]
|
|
@@ -10573,11 +10569,6 @@
|
|
|
10573
10569
|
"required": [
|
|
10574
10570
|
"directory"
|
|
10575
10571
|
]
|
|
10576
|
-
},
|
|
10577
|
-
{
|
|
10578
|
-
"required": [
|
|
10579
|
-
"overwrite"
|
|
10580
|
-
]
|
|
10581
10572
|
}
|
|
10582
10573
|
]
|
|
10583
10574
|
}
|
|
@@ -10628,7 +10619,6 @@
|
|
|
10628
10619
|
"type": "string",
|
|
10629
10620
|
"title": "Cookie file path",
|
|
10630
10621
|
"description": "File path to save the cookie, relative to directory. Uses Netscape cookie format.",
|
|
10631
|
-
"pattern": "^(?:[A-Za-z0-9_.-]+\\.(?:txt|cookies)|\\$[A-Za-z_][A-Za-z0-9_]*)$",
|
|
10632
10622
|
"transform": [
|
|
10633
10623
|
"trim"
|
|
10634
10624
|
]
|
|
@@ -10685,11 +10675,6 @@
|
|
|
10685
10675
|
"required": [
|
|
10686
10676
|
"directory"
|
|
10687
10677
|
]
|
|
10688
|
-
},
|
|
10689
|
-
{
|
|
10690
|
-
"required": [
|
|
10691
|
-
"overwrite"
|
|
10692
|
-
]
|
|
10693
10678
|
}
|
|
10694
10679
|
]
|
|
10695
10680
|
}
|
|
@@ -10701,6 +10686,7 @@
|
|
|
10701
10686
|
},
|
|
10702
10687
|
"examples": [
|
|
10703
10688
|
"session_token",
|
|
10689
|
+
"test_env_cookie",
|
|
10704
10690
|
{
|
|
10705
10691
|
"name": "auth_cookie",
|
|
10706
10692
|
"path": "auth-cookie.txt"
|
|
@@ -10709,6 +10695,11 @@
|
|
|
10709
10695
|
"name": "session_token",
|
|
10710
10696
|
"variable": "SESSION_TOKEN"
|
|
10711
10697
|
},
|
|
10698
|
+
{
|
|
10699
|
+
"name": "test_cookie",
|
|
10700
|
+
"path": "test-cookie.txt",
|
|
10701
|
+
"overwrite": true
|
|
10702
|
+
},
|
|
10712
10703
|
{
|
|
10713
10704
|
"name": "user_session",
|
|
10714
10705
|
"path": "user-session.txt",
|
|
@@ -11210,7 +11201,6 @@
|
|
|
11210
11201
|
"type": "string",
|
|
11211
11202
|
"title": "Cookie file path",
|
|
11212
11203
|
"description": "File path to cookie file, relative to directory. Supports Netscape cookie format.",
|
|
11213
|
-
"pattern": "^(?:[A-Za-z0-9_.-]+\\.(?:txt|cookies)|\\$[A-Za-z_][A-Za-z0-9_]*)$",
|
|
11214
11204
|
"transform": [
|
|
11215
11205
|
"trim"
|
|
11216
11206
|
]
|
|
@@ -11311,7 +11301,6 @@
|
|
|
11311
11301
|
"type": "string",
|
|
11312
11302
|
"title": "Cookie file path",
|
|
11313
11303
|
"description": "File path to cookie file, relative to directory. Supports Netscape cookie format.",
|
|
11314
|
-
"pattern": "^(?:[A-Za-z0-9_.-]+\\.(?:txt|cookies)|\\$[A-Za-z_][A-Za-z0-9_]*)$",
|
|
11315
11304
|
"transform": [
|
|
11316
11305
|
"trim"
|
|
11317
11306
|
]
|
|
@@ -11340,10 +11329,15 @@
|
|
|
11340
11329
|
"examples": [
|
|
11341
11330
|
"session_token",
|
|
11342
11331
|
"./test-data/auth-session.txt",
|
|
11332
|
+
"test_env_cookie",
|
|
11343
11333
|
{
|
|
11344
11334
|
"name": "auth_cookie",
|
|
11345
11335
|
"variable": "AUTH_COOKIE"
|
|
11346
11336
|
},
|
|
11337
|
+
{
|
|
11338
|
+
"name": "test_cookie",
|
|
11339
|
+
"path": "test-cookie.txt"
|
|
11340
|
+
},
|
|
11347
11341
|
{
|
|
11348
11342
|
"name": "session_token",
|
|
11349
11343
|
"path": "session-token.txt",
|
|
@@ -77,7 +77,6 @@
|
|
|
77
77
|
"type": "string",
|
|
78
78
|
"title": "Cookie file path",
|
|
79
79
|
"description": "File path to cookie file, relative to directory. Supports Netscape cookie format.",
|
|
80
|
-
"pattern": "^(?:[A-Za-z0-9_.-]+\\.(?:txt|cookies)|\\$[A-Za-z_][A-Za-z0-9_]*)$",
|
|
81
80
|
"transform": [
|
|
82
81
|
"trim"
|
|
83
82
|
]
|
|
@@ -178,7 +177,6 @@
|
|
|
178
177
|
"type": "string",
|
|
179
178
|
"title": "Cookie file path",
|
|
180
179
|
"description": "File path to cookie file, relative to directory. Supports Netscape cookie format.",
|
|
181
|
-
"pattern": "^(?:[A-Za-z0-9_.-]+\\.(?:txt|cookies)|\\$[A-Za-z_][A-Za-z0-9_]*)$",
|
|
182
180
|
"transform": [
|
|
183
181
|
"trim"
|
|
184
182
|
]
|
|
@@ -207,10 +205,15 @@
|
|
|
207
205
|
"examples": [
|
|
208
206
|
"session_token",
|
|
209
207
|
"./test-data/auth-session.txt",
|
|
208
|
+
"test_env_cookie",
|
|
210
209
|
{
|
|
211
210
|
"name": "auth_cookie",
|
|
212
211
|
"variable": "AUTH_COOKIE"
|
|
213
212
|
},
|
|
213
|
+
{
|
|
214
|
+
"name": "test_cookie",
|
|
215
|
+
"path": "test-cookie.txt"
|
|
216
|
+
},
|
|
214
217
|
{
|
|
215
218
|
"name": "session_token",
|
|
216
219
|
"path": "session-token.txt",
|
|
@@ -5082,7 +5082,6 @@
|
|
|
5082
5082
|
"type": "string",
|
|
5083
5083
|
"title": "Cookie file path",
|
|
5084
5084
|
"description": "File path to save the cookie, relative to directory. Uses Netscape cookie format.",
|
|
5085
|
-
"pattern": "^(?:[A-Za-z0-9_.-]+\\.(?:txt|cookies)|\\$[A-Za-z_][A-Za-z0-9_]*)$",
|
|
5086
5085
|
"transform": [
|
|
5087
5086
|
"trim"
|
|
5088
5087
|
]
|
|
@@ -5139,11 +5138,6 @@
|
|
|
5139
5138
|
"required": [
|
|
5140
5139
|
"directory"
|
|
5141
5140
|
]
|
|
5142
|
-
},
|
|
5143
|
-
{
|
|
5144
|
-
"required": [
|
|
5145
|
-
"overwrite"
|
|
5146
|
-
]
|
|
5147
5141
|
}
|
|
5148
5142
|
]
|
|
5149
5143
|
}
|
|
@@ -5194,7 +5188,6 @@
|
|
|
5194
5188
|
"type": "string",
|
|
5195
5189
|
"title": "Cookie file path",
|
|
5196
5190
|
"description": "File path to save the cookie, relative to directory. Uses Netscape cookie format.",
|
|
5197
|
-
"pattern": "^(?:[A-Za-z0-9_.-]+\\.(?:txt|cookies)|\\$[A-Za-z_][A-Za-z0-9_]*)$",
|
|
5198
5191
|
"transform": [
|
|
5199
5192
|
"trim"
|
|
5200
5193
|
]
|
|
@@ -5251,11 +5244,6 @@
|
|
|
5251
5244
|
"required": [
|
|
5252
5245
|
"directory"
|
|
5253
5246
|
]
|
|
5254
|
-
},
|
|
5255
|
-
{
|
|
5256
|
-
"required": [
|
|
5257
|
-
"overwrite"
|
|
5258
|
-
]
|
|
5259
5247
|
}
|
|
5260
5248
|
]
|
|
5261
5249
|
}
|
|
@@ -5267,6 +5255,7 @@
|
|
|
5267
5255
|
},
|
|
5268
5256
|
"examples": [
|
|
5269
5257
|
"session_token",
|
|
5258
|
+
"test_env_cookie",
|
|
5270
5259
|
{
|
|
5271
5260
|
"name": "auth_cookie",
|
|
5272
5261
|
"path": "auth-cookie.txt"
|
|
@@ -5275,6 +5264,11 @@
|
|
|
5275
5264
|
"name": "session_token",
|
|
5276
5265
|
"variable": "SESSION_TOKEN"
|
|
5277
5266
|
},
|
|
5267
|
+
{
|
|
5268
|
+
"name": "test_cookie",
|
|
5269
|
+
"path": "test-cookie.txt",
|
|
5270
|
+
"overwrite": true
|
|
5271
|
+
},
|
|
5278
5272
|
{
|
|
5279
5273
|
"name": "user_session",
|
|
5280
5274
|
"path": "user-session.txt",
|
|
@@ -5776,7 +5770,6 @@
|
|
|
5776
5770
|
"type": "string",
|
|
5777
5771
|
"title": "Cookie file path",
|
|
5778
5772
|
"description": "File path to cookie file, relative to directory. Supports Netscape cookie format.",
|
|
5779
|
-
"pattern": "^(?:[A-Za-z0-9_.-]+\\.(?:txt|cookies)|\\$[A-Za-z_][A-Za-z0-9_]*)$",
|
|
5780
5773
|
"transform": [
|
|
5781
5774
|
"trim"
|
|
5782
5775
|
]
|
|
@@ -5877,7 +5870,6 @@
|
|
|
5877
5870
|
"type": "string",
|
|
5878
5871
|
"title": "Cookie file path",
|
|
5879
5872
|
"description": "File path to cookie file, relative to directory. Supports Netscape cookie format.",
|
|
5880
|
-
"pattern": "^(?:[A-Za-z0-9_.-]+\\.(?:txt|cookies)|\\$[A-Za-z_][A-Za-z0-9_]*)$",
|
|
5881
5873
|
"transform": [
|
|
5882
5874
|
"trim"
|
|
5883
5875
|
]
|
|
@@ -5906,10 +5898,15 @@
|
|
|
5906
5898
|
"examples": [
|
|
5907
5899
|
"session_token",
|
|
5908
5900
|
"./test-data/auth-session.txt",
|
|
5901
|
+
"test_env_cookie",
|
|
5909
5902
|
{
|
|
5910
5903
|
"name": "auth_cookie",
|
|
5911
5904
|
"variable": "AUTH_COOKIE"
|
|
5912
5905
|
},
|
|
5906
|
+
{
|
|
5907
|
+
"name": "test_cookie",
|
|
5908
|
+
"path": "test-cookie.txt"
|
|
5909
|
+
},
|
|
5913
5910
|
{
|
|
5914
5911
|
"name": "session_token",
|
|
5915
5912
|
"path": "session-token.txt",
|
|
@@ -10542,7 +10539,6 @@
|
|
|
10542
10539
|
"type": "string",
|
|
10543
10540
|
"title": "Cookie file path",
|
|
10544
10541
|
"description": "File path to save the cookie, relative to directory. Uses Netscape cookie format.",
|
|
10545
|
-
"pattern": "^(?:[A-Za-z0-9_.-]+\\.(?:txt|cookies)|\\$[A-Za-z_][A-Za-z0-9_]*)$",
|
|
10546
10542
|
"transform": [
|
|
10547
10543
|
"trim"
|
|
10548
10544
|
]
|
|
@@ -10599,11 +10595,6 @@
|
|
|
10599
10595
|
"required": [
|
|
10600
10596
|
"directory"
|
|
10601
10597
|
]
|
|
10602
|
-
},
|
|
10603
|
-
{
|
|
10604
|
-
"required": [
|
|
10605
|
-
"overwrite"
|
|
10606
|
-
]
|
|
10607
10598
|
}
|
|
10608
10599
|
]
|
|
10609
10600
|
}
|
|
@@ -10654,7 +10645,6 @@
|
|
|
10654
10645
|
"type": "string",
|
|
10655
10646
|
"title": "Cookie file path",
|
|
10656
10647
|
"description": "File path to save the cookie, relative to directory. Uses Netscape cookie format.",
|
|
10657
|
-
"pattern": "^(?:[A-Za-z0-9_.-]+\\.(?:txt|cookies)|\\$[A-Za-z_][A-Za-z0-9_]*)$",
|
|
10658
10648
|
"transform": [
|
|
10659
10649
|
"trim"
|
|
10660
10650
|
]
|
|
@@ -10711,11 +10701,6 @@
|
|
|
10711
10701
|
"required": [
|
|
10712
10702
|
"directory"
|
|
10713
10703
|
]
|
|
10714
|
-
},
|
|
10715
|
-
{
|
|
10716
|
-
"required": [
|
|
10717
|
-
"overwrite"
|
|
10718
|
-
]
|
|
10719
10704
|
}
|
|
10720
10705
|
]
|
|
10721
10706
|
}
|
|
@@ -10727,6 +10712,7 @@
|
|
|
10727
10712
|
},
|
|
10728
10713
|
"examples": [
|
|
10729
10714
|
"session_token",
|
|
10715
|
+
"test_env_cookie",
|
|
10730
10716
|
{
|
|
10731
10717
|
"name": "auth_cookie",
|
|
10732
10718
|
"path": "auth-cookie.txt"
|
|
@@ -10735,6 +10721,11 @@
|
|
|
10735
10721
|
"name": "session_token",
|
|
10736
10722
|
"variable": "SESSION_TOKEN"
|
|
10737
10723
|
},
|
|
10724
|
+
{
|
|
10725
|
+
"name": "test_cookie",
|
|
10726
|
+
"path": "test-cookie.txt",
|
|
10727
|
+
"overwrite": true
|
|
10728
|
+
},
|
|
10738
10729
|
{
|
|
10739
10730
|
"name": "user_session",
|
|
10740
10731
|
"path": "user-session.txt",
|
|
@@ -11236,7 +11227,6 @@
|
|
|
11236
11227
|
"type": "string",
|
|
11237
11228
|
"title": "Cookie file path",
|
|
11238
11229
|
"description": "File path to cookie file, relative to directory. Supports Netscape cookie format.",
|
|
11239
|
-
"pattern": "^(?:[A-Za-z0-9_.-]+\\.(?:txt|cookies)|\\$[A-Za-z_][A-Za-z0-9_]*)$",
|
|
11240
11230
|
"transform": [
|
|
11241
11231
|
"trim"
|
|
11242
11232
|
]
|
|
@@ -11337,7 +11327,6 @@
|
|
|
11337
11327
|
"type": "string",
|
|
11338
11328
|
"title": "Cookie file path",
|
|
11339
11329
|
"description": "File path to cookie file, relative to directory. Supports Netscape cookie format.",
|
|
11340
|
-
"pattern": "^(?:[A-Za-z0-9_.-]+\\.(?:txt|cookies)|\\$[A-Za-z_][A-Za-z0-9_]*)$",
|
|
11341
11330
|
"transform": [
|
|
11342
11331
|
"trim"
|
|
11343
11332
|
]
|
|
@@ -11366,10 +11355,15 @@
|
|
|
11366
11355
|
"examples": [
|
|
11367
11356
|
"session_token",
|
|
11368
11357
|
"./test-data/auth-session.txt",
|
|
11358
|
+
"test_env_cookie",
|
|
11369
11359
|
{
|
|
11370
11360
|
"name": "auth_cookie",
|
|
11371
11361
|
"variable": "AUTH_COOKIE"
|
|
11372
11362
|
},
|
|
11363
|
+
{
|
|
11364
|
+
"name": "test_cookie",
|
|
11365
|
+
"path": "test-cookie.txt"
|
|
11366
|
+
},
|
|
11373
11367
|
{
|
|
11374
11368
|
"name": "session_token",
|
|
11375
11369
|
"path": "session-token.txt",
|