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
|
@@ -5064,7 +5064,6 @@
|
|
|
5064
5064
|
"type": "string",
|
|
5065
5065
|
"title": "Cookie file path",
|
|
5066
5066
|
"description": "File path to save the cookie, relative to directory. Uses Netscape cookie format.",
|
|
5067
|
-
"pattern": "^(?:[A-Za-z0-9_.-]+\\.(?:txt|cookies)|\\$[A-Za-z_][A-Za-z0-9_]*)$",
|
|
5068
5067
|
"transform": [
|
|
5069
5068
|
"trim"
|
|
5070
5069
|
]
|
|
@@ -5121,11 +5120,6 @@
|
|
|
5121
5120
|
"required": [
|
|
5122
5121
|
"directory"
|
|
5123
5122
|
]
|
|
5124
|
-
},
|
|
5125
|
-
{
|
|
5126
|
-
"required": [
|
|
5127
|
-
"overwrite"
|
|
5128
|
-
]
|
|
5129
5123
|
}
|
|
5130
5124
|
]
|
|
5131
5125
|
}
|
|
@@ -5176,7 +5170,6 @@
|
|
|
5176
5170
|
"type": "string",
|
|
5177
5171
|
"title": "Cookie file path",
|
|
5178
5172
|
"description": "File path to save the cookie, relative to directory. Uses Netscape cookie format.",
|
|
5179
|
-
"pattern": "^(?:[A-Za-z0-9_.-]+\\.(?:txt|cookies)|\\$[A-Za-z_][A-Za-z0-9_]*)$",
|
|
5180
5173
|
"transform": [
|
|
5181
5174
|
"trim"
|
|
5182
5175
|
]
|
|
@@ -5233,11 +5226,6 @@
|
|
|
5233
5226
|
"required": [
|
|
5234
5227
|
"directory"
|
|
5235
5228
|
]
|
|
5236
|
-
},
|
|
5237
|
-
{
|
|
5238
|
-
"required": [
|
|
5239
|
-
"overwrite"
|
|
5240
|
-
]
|
|
5241
5229
|
}
|
|
5242
5230
|
]
|
|
5243
5231
|
}
|
|
@@ -5249,6 +5237,7 @@
|
|
|
5249
5237
|
},
|
|
5250
5238
|
"examples": [
|
|
5251
5239
|
"session_token",
|
|
5240
|
+
"test_env_cookie",
|
|
5252
5241
|
{
|
|
5253
5242
|
"name": "auth_cookie",
|
|
5254
5243
|
"path": "auth-cookie.txt"
|
|
@@ -5257,6 +5246,11 @@
|
|
|
5257
5246
|
"name": "session_token",
|
|
5258
5247
|
"variable": "SESSION_TOKEN"
|
|
5259
5248
|
},
|
|
5249
|
+
{
|
|
5250
|
+
"name": "test_cookie",
|
|
5251
|
+
"path": "test-cookie.txt",
|
|
5252
|
+
"overwrite": true
|
|
5253
|
+
},
|
|
5260
5254
|
{
|
|
5261
5255
|
"name": "user_session",
|
|
5262
5256
|
"path": "user-session.txt",
|
|
@@ -5758,7 +5752,6 @@
|
|
|
5758
5752
|
"type": "string",
|
|
5759
5753
|
"title": "Cookie file path",
|
|
5760
5754
|
"description": "File path to cookie file, relative to directory. Supports Netscape cookie format.",
|
|
5761
|
-
"pattern": "^(?:[A-Za-z0-9_.-]+\\.(?:txt|cookies)|\\$[A-Za-z_][A-Za-z0-9_]*)$",
|
|
5762
5755
|
"transform": [
|
|
5763
5756
|
"trim"
|
|
5764
5757
|
]
|
|
@@ -5859,7 +5852,6 @@
|
|
|
5859
5852
|
"type": "string",
|
|
5860
5853
|
"title": "Cookie file path",
|
|
5861
5854
|
"description": "File path to cookie file, relative to directory. Supports Netscape cookie format.",
|
|
5862
|
-
"pattern": "^(?:[A-Za-z0-9_.-]+\\.(?:txt|cookies)|\\$[A-Za-z_][A-Za-z0-9_]*)$",
|
|
5863
5855
|
"transform": [
|
|
5864
5856
|
"trim"
|
|
5865
5857
|
]
|
|
@@ -5888,10 +5880,15 @@
|
|
|
5888
5880
|
"examples": [
|
|
5889
5881
|
"session_token",
|
|
5890
5882
|
"./test-data/auth-session.txt",
|
|
5883
|
+
"test_env_cookie",
|
|
5891
5884
|
{
|
|
5892
5885
|
"name": "auth_cookie",
|
|
5893
5886
|
"variable": "AUTH_COOKIE"
|
|
5894
5887
|
},
|
|
5888
|
+
{
|
|
5889
|
+
"name": "test_cookie",
|
|
5890
|
+
"path": "test-cookie.txt"
|
|
5891
|
+
},
|
|
5895
5892
|
{
|
|
5896
5893
|
"name": "session_token",
|
|
5897
5894
|
"path": "session-token.txt",
|
|
@@ -10524,7 +10521,6 @@
|
|
|
10524
10521
|
"type": "string",
|
|
10525
10522
|
"title": "Cookie file path",
|
|
10526
10523
|
"description": "File path to save the cookie, relative to directory. Uses Netscape cookie format.",
|
|
10527
|
-
"pattern": "^(?:[A-Za-z0-9_.-]+\\.(?:txt|cookies)|\\$[A-Za-z_][A-Za-z0-9_]*)$",
|
|
10528
10524
|
"transform": [
|
|
10529
10525
|
"trim"
|
|
10530
10526
|
]
|
|
@@ -10581,11 +10577,6 @@
|
|
|
10581
10577
|
"required": [
|
|
10582
10578
|
"directory"
|
|
10583
10579
|
]
|
|
10584
|
-
},
|
|
10585
|
-
{
|
|
10586
|
-
"required": [
|
|
10587
|
-
"overwrite"
|
|
10588
|
-
]
|
|
10589
10580
|
}
|
|
10590
10581
|
]
|
|
10591
10582
|
}
|
|
@@ -10636,7 +10627,6 @@
|
|
|
10636
10627
|
"type": "string",
|
|
10637
10628
|
"title": "Cookie file path",
|
|
10638
10629
|
"description": "File path to save the cookie, relative to directory. Uses Netscape cookie format.",
|
|
10639
|
-
"pattern": "^(?:[A-Za-z0-9_.-]+\\.(?:txt|cookies)|\\$[A-Za-z_][A-Za-z0-9_]*)$",
|
|
10640
10630
|
"transform": [
|
|
10641
10631
|
"trim"
|
|
10642
10632
|
]
|
|
@@ -10693,11 +10683,6 @@
|
|
|
10693
10683
|
"required": [
|
|
10694
10684
|
"directory"
|
|
10695
10685
|
]
|
|
10696
|
-
},
|
|
10697
|
-
{
|
|
10698
|
-
"required": [
|
|
10699
|
-
"overwrite"
|
|
10700
|
-
]
|
|
10701
10686
|
}
|
|
10702
10687
|
]
|
|
10703
10688
|
}
|
|
@@ -10709,6 +10694,7 @@
|
|
|
10709
10694
|
},
|
|
10710
10695
|
"examples": [
|
|
10711
10696
|
"session_token",
|
|
10697
|
+
"test_env_cookie",
|
|
10712
10698
|
{
|
|
10713
10699
|
"name": "auth_cookie",
|
|
10714
10700
|
"path": "auth-cookie.txt"
|
|
@@ -10717,6 +10703,11 @@
|
|
|
10717
10703
|
"name": "session_token",
|
|
10718
10704
|
"variable": "SESSION_TOKEN"
|
|
10719
10705
|
},
|
|
10706
|
+
{
|
|
10707
|
+
"name": "test_cookie",
|
|
10708
|
+
"path": "test-cookie.txt",
|
|
10709
|
+
"overwrite": true
|
|
10710
|
+
},
|
|
10720
10711
|
{
|
|
10721
10712
|
"name": "user_session",
|
|
10722
10713
|
"path": "user-session.txt",
|
|
@@ -11218,7 +11209,6 @@
|
|
|
11218
11209
|
"type": "string",
|
|
11219
11210
|
"title": "Cookie file path",
|
|
11220
11211
|
"description": "File path to cookie file, relative to directory. Supports Netscape cookie format.",
|
|
11221
|
-
"pattern": "^(?:[A-Za-z0-9_.-]+\\.(?:txt|cookies)|\\$[A-Za-z_][A-Za-z0-9_]*)$",
|
|
11222
11212
|
"transform": [
|
|
11223
11213
|
"trim"
|
|
11224
11214
|
]
|
|
@@ -11319,7 +11309,6 @@
|
|
|
11319
11309
|
"type": "string",
|
|
11320
11310
|
"title": "Cookie file path",
|
|
11321
11311
|
"description": "File path to cookie file, relative to directory. Supports Netscape cookie format.",
|
|
11322
|
-
"pattern": "^(?:[A-Za-z0-9_.-]+\\.(?:txt|cookies)|\\$[A-Za-z_][A-Za-z0-9_]*)$",
|
|
11323
11312
|
"transform": [
|
|
11324
11313
|
"trim"
|
|
11325
11314
|
]
|
|
@@ -11348,10 +11337,15 @@
|
|
|
11348
11337
|
"examples": [
|
|
11349
11338
|
"session_token",
|
|
11350
11339
|
"./test-data/auth-session.txt",
|
|
11340
|
+
"test_env_cookie",
|
|
11351
11341
|
{
|
|
11352
11342
|
"name": "auth_cookie",
|
|
11353
11343
|
"variable": "AUTH_COOKIE"
|
|
11354
11344
|
},
|
|
11345
|
+
{
|
|
11346
|
+
"name": "test_cookie",
|
|
11347
|
+
"path": "test-cookie.txt"
|
|
11348
|
+
},
|
|
11355
11349
|
{
|
|
11356
11350
|
"name": "session_token",
|
|
11357
11351
|
"path": "session-token.txt",
|
|
@@ -3864,7 +3864,6 @@
|
|
|
3864
3864
|
"type": "string",
|
|
3865
3865
|
"title": "Cookie file path",
|
|
3866
3866
|
"description": "File path to save the cookie, relative to directory. Uses Netscape cookie format.",
|
|
3867
|
-
"pattern": "^(?:[A-Za-z0-9_.-]+\\.(?:txt|cookies)|\\$[A-Za-z_][A-Za-z0-9_]*)$",
|
|
3868
3867
|
"transform": [
|
|
3869
3868
|
"trim"
|
|
3870
3869
|
]
|
|
@@ -3921,11 +3920,6 @@
|
|
|
3921
3920
|
"required": [
|
|
3922
3921
|
"directory"
|
|
3923
3922
|
]
|
|
3924
|
-
},
|
|
3925
|
-
{
|
|
3926
|
-
"required": [
|
|
3927
|
-
"overwrite"
|
|
3928
|
-
]
|
|
3929
3923
|
}
|
|
3930
3924
|
]
|
|
3931
3925
|
}
|
|
@@ -3976,7 +3970,6 @@
|
|
|
3976
3970
|
"type": "string",
|
|
3977
3971
|
"title": "Cookie file path",
|
|
3978
3972
|
"description": "File path to save the cookie, relative to directory. Uses Netscape cookie format.",
|
|
3979
|
-
"pattern": "^(?:[A-Za-z0-9_.-]+\\.(?:txt|cookies)|\\$[A-Za-z_][A-Za-z0-9_]*)$",
|
|
3980
3973
|
"transform": [
|
|
3981
3974
|
"trim"
|
|
3982
3975
|
]
|
|
@@ -4033,11 +4026,6 @@
|
|
|
4033
4026
|
"required": [
|
|
4034
4027
|
"directory"
|
|
4035
4028
|
]
|
|
4036
|
-
},
|
|
4037
|
-
{
|
|
4038
|
-
"required": [
|
|
4039
|
-
"overwrite"
|
|
4040
|
-
]
|
|
4041
4029
|
}
|
|
4042
4030
|
]
|
|
4043
4031
|
}
|
|
@@ -4049,6 +4037,7 @@
|
|
|
4049
4037
|
},
|
|
4050
4038
|
"examples": [
|
|
4051
4039
|
"session_token",
|
|
4040
|
+
"test_env_cookie",
|
|
4052
4041
|
{
|
|
4053
4042
|
"name": "auth_cookie",
|
|
4054
4043
|
"path": "auth-cookie.txt"
|
|
@@ -4057,6 +4046,11 @@
|
|
|
4057
4046
|
"name": "session_token",
|
|
4058
4047
|
"variable": "SESSION_TOKEN"
|
|
4059
4048
|
},
|
|
4049
|
+
{
|
|
4050
|
+
"name": "test_cookie",
|
|
4051
|
+
"path": "test-cookie.txt",
|
|
4052
|
+
"overwrite": true
|
|
4053
|
+
},
|
|
4060
4054
|
{
|
|
4061
4055
|
"name": "user_session",
|
|
4062
4056
|
"path": "user-session.txt",
|
|
@@ -4558,7 +4552,6 @@
|
|
|
4558
4552
|
"type": "string",
|
|
4559
4553
|
"title": "Cookie file path",
|
|
4560
4554
|
"description": "File path to cookie file, relative to directory. Supports Netscape cookie format.",
|
|
4561
|
-
"pattern": "^(?:[A-Za-z0-9_.-]+\\.(?:txt|cookies)|\\$[A-Za-z_][A-Za-z0-9_]*)$",
|
|
4562
4555
|
"transform": [
|
|
4563
4556
|
"trim"
|
|
4564
4557
|
]
|
|
@@ -4659,7 +4652,6 @@
|
|
|
4659
4652
|
"type": "string",
|
|
4660
4653
|
"title": "Cookie file path",
|
|
4661
4654
|
"description": "File path to cookie file, relative to directory. Supports Netscape cookie format.",
|
|
4662
|
-
"pattern": "^(?:[A-Za-z0-9_.-]+\\.(?:txt|cookies)|\\$[A-Za-z_][A-Za-z0-9_]*)$",
|
|
4663
4655
|
"transform": [
|
|
4664
4656
|
"trim"
|
|
4665
4657
|
]
|
|
@@ -4688,10 +4680,15 @@
|
|
|
4688
4680
|
"examples": [
|
|
4689
4681
|
"session_token",
|
|
4690
4682
|
"./test-data/auth-session.txt",
|
|
4683
|
+
"test_env_cookie",
|
|
4691
4684
|
{
|
|
4692
4685
|
"name": "auth_cookie",
|
|
4693
4686
|
"variable": "AUTH_COOKIE"
|
|
4694
4687
|
},
|
|
4688
|
+
{
|
|
4689
|
+
"name": "test_cookie",
|
|
4690
|
+
"path": "test-cookie.txt"
|
|
4691
|
+
},
|
|
4695
4692
|
{
|
|
4696
4693
|
"name": "session_token",
|
|
4697
4694
|
"path": "session-token.txt",
|
|
@@ -4463,7 +4463,6 @@
|
|
|
4463
4463
|
"type": "string",
|
|
4464
4464
|
"title": "Cookie file path",
|
|
4465
4465
|
"description": "File path to save the cookie, relative to directory. Uses Netscape cookie format.",
|
|
4466
|
-
"pattern": "^(?:[A-Za-z0-9_.-]+\\.(?:txt|cookies)|\\$[A-Za-z_][A-Za-z0-9_]*)$",
|
|
4467
4466
|
"transform": [
|
|
4468
4467
|
"trim"
|
|
4469
4468
|
]
|
|
@@ -4520,11 +4519,6 @@
|
|
|
4520
4519
|
"required": [
|
|
4521
4520
|
"directory"
|
|
4522
4521
|
]
|
|
4523
|
-
},
|
|
4524
|
-
{
|
|
4525
|
-
"required": [
|
|
4526
|
-
"overwrite"
|
|
4527
|
-
]
|
|
4528
4522
|
}
|
|
4529
4523
|
]
|
|
4530
4524
|
}
|
|
@@ -4575,7 +4569,6 @@
|
|
|
4575
4569
|
"type": "string",
|
|
4576
4570
|
"title": "Cookie file path",
|
|
4577
4571
|
"description": "File path to save the cookie, relative to directory. Uses Netscape cookie format.",
|
|
4578
|
-
"pattern": "^(?:[A-Za-z0-9_.-]+\\.(?:txt|cookies)|\\$[A-Za-z_][A-Za-z0-9_]*)$",
|
|
4579
4572
|
"transform": [
|
|
4580
4573
|
"trim"
|
|
4581
4574
|
]
|
|
@@ -4632,11 +4625,6 @@
|
|
|
4632
4625
|
"required": [
|
|
4633
4626
|
"directory"
|
|
4634
4627
|
]
|
|
4635
|
-
},
|
|
4636
|
-
{
|
|
4637
|
-
"required": [
|
|
4638
|
-
"overwrite"
|
|
4639
|
-
]
|
|
4640
4628
|
}
|
|
4641
4629
|
]
|
|
4642
4630
|
}
|
|
@@ -4648,6 +4636,7 @@
|
|
|
4648
4636
|
},
|
|
4649
4637
|
"examples": [
|
|
4650
4638
|
"session_token",
|
|
4639
|
+
"test_env_cookie",
|
|
4651
4640
|
{
|
|
4652
4641
|
"name": "auth_cookie",
|
|
4653
4642
|
"path": "auth-cookie.txt"
|
|
@@ -4656,6 +4645,11 @@
|
|
|
4656
4645
|
"name": "session_token",
|
|
4657
4646
|
"variable": "SESSION_TOKEN"
|
|
4658
4647
|
},
|
|
4648
|
+
{
|
|
4649
|
+
"name": "test_cookie",
|
|
4650
|
+
"path": "test-cookie.txt",
|
|
4651
|
+
"overwrite": true
|
|
4652
|
+
},
|
|
4659
4653
|
{
|
|
4660
4654
|
"name": "user_session",
|
|
4661
4655
|
"path": "user-session.txt",
|
|
@@ -5157,7 +5151,6 @@
|
|
|
5157
5151
|
"type": "string",
|
|
5158
5152
|
"title": "Cookie file path",
|
|
5159
5153
|
"description": "File path to cookie file, relative to directory. Supports Netscape cookie format.",
|
|
5160
|
-
"pattern": "^(?:[A-Za-z0-9_.-]+\\.(?:txt|cookies)|\\$[A-Za-z_][A-Za-z0-9_]*)$",
|
|
5161
5154
|
"transform": [
|
|
5162
5155
|
"trim"
|
|
5163
5156
|
]
|
|
@@ -5258,7 +5251,6 @@
|
|
|
5258
5251
|
"type": "string",
|
|
5259
5252
|
"title": "Cookie file path",
|
|
5260
5253
|
"description": "File path to cookie file, relative to directory. Supports Netscape cookie format.",
|
|
5261
|
-
"pattern": "^(?:[A-Za-z0-9_.-]+\\.(?:txt|cookies)|\\$[A-Za-z_][A-Za-z0-9_]*)$",
|
|
5262
5254
|
"transform": [
|
|
5263
5255
|
"trim"
|
|
5264
5256
|
]
|
|
@@ -5287,10 +5279,15 @@
|
|
|
5287
5279
|
"examples": [
|
|
5288
5280
|
"session_token",
|
|
5289
5281
|
"./test-data/auth-session.txt",
|
|
5282
|
+
"test_env_cookie",
|
|
5290
5283
|
{
|
|
5291
5284
|
"name": "auth_cookie",
|
|
5292
5285
|
"variable": "AUTH_COOKIE"
|
|
5293
5286
|
},
|
|
5287
|
+
{
|
|
5288
|
+
"name": "test_cookie",
|
|
5289
|
+
"path": "test-cookie.txt"
|
|
5290
|
+
},
|
|
5294
5291
|
{
|
|
5295
5292
|
"name": "session_token",
|
|
5296
5293
|
"path": "session-token.txt",
|
|
@@ -9923,7 +9920,6 @@
|
|
|
9923
9920
|
"type": "string",
|
|
9924
9921
|
"title": "Cookie file path",
|
|
9925
9922
|
"description": "File path to save the cookie, relative to directory. Uses Netscape cookie format.",
|
|
9926
|
-
"pattern": "^(?:[A-Za-z0-9_.-]+\\.(?:txt|cookies)|\\$[A-Za-z_][A-Za-z0-9_]*)$",
|
|
9927
9923
|
"transform": [
|
|
9928
9924
|
"trim"
|
|
9929
9925
|
]
|
|
@@ -9980,11 +9976,6 @@
|
|
|
9980
9976
|
"required": [
|
|
9981
9977
|
"directory"
|
|
9982
9978
|
]
|
|
9983
|
-
},
|
|
9984
|
-
{
|
|
9985
|
-
"required": [
|
|
9986
|
-
"overwrite"
|
|
9987
|
-
]
|
|
9988
9979
|
}
|
|
9989
9980
|
]
|
|
9990
9981
|
}
|
|
@@ -10035,7 +10026,6 @@
|
|
|
10035
10026
|
"type": "string",
|
|
10036
10027
|
"title": "Cookie file path",
|
|
10037
10028
|
"description": "File path to save the cookie, relative to directory. Uses Netscape cookie format.",
|
|
10038
|
-
"pattern": "^(?:[A-Za-z0-9_.-]+\\.(?:txt|cookies)|\\$[A-Za-z_][A-Za-z0-9_]*)$",
|
|
10039
10029
|
"transform": [
|
|
10040
10030
|
"trim"
|
|
10041
10031
|
]
|
|
@@ -10092,11 +10082,6 @@
|
|
|
10092
10082
|
"required": [
|
|
10093
10083
|
"directory"
|
|
10094
10084
|
]
|
|
10095
|
-
},
|
|
10096
|
-
{
|
|
10097
|
-
"required": [
|
|
10098
|
-
"overwrite"
|
|
10099
|
-
]
|
|
10100
10085
|
}
|
|
10101
10086
|
]
|
|
10102
10087
|
}
|
|
@@ -10108,6 +10093,7 @@
|
|
|
10108
10093
|
},
|
|
10109
10094
|
"examples": [
|
|
10110
10095
|
"session_token",
|
|
10096
|
+
"test_env_cookie",
|
|
10111
10097
|
{
|
|
10112
10098
|
"name": "auth_cookie",
|
|
10113
10099
|
"path": "auth-cookie.txt"
|
|
@@ -10116,6 +10102,11 @@
|
|
|
10116
10102
|
"name": "session_token",
|
|
10117
10103
|
"variable": "SESSION_TOKEN"
|
|
10118
10104
|
},
|
|
10105
|
+
{
|
|
10106
|
+
"name": "test_cookie",
|
|
10107
|
+
"path": "test-cookie.txt",
|
|
10108
|
+
"overwrite": true
|
|
10109
|
+
},
|
|
10119
10110
|
{
|
|
10120
10111
|
"name": "user_session",
|
|
10121
10112
|
"path": "user-session.txt",
|
|
@@ -10617,7 +10608,6 @@
|
|
|
10617
10608
|
"type": "string",
|
|
10618
10609
|
"title": "Cookie file path",
|
|
10619
10610
|
"description": "File path to cookie file, relative to directory. Supports Netscape cookie format.",
|
|
10620
|
-
"pattern": "^(?:[A-Za-z0-9_.-]+\\.(?:txt|cookies)|\\$[A-Za-z_][A-Za-z0-9_]*)$",
|
|
10621
10611
|
"transform": [
|
|
10622
10612
|
"trim"
|
|
10623
10613
|
]
|
|
@@ -10718,7 +10708,6 @@
|
|
|
10718
10708
|
"type": "string",
|
|
10719
10709
|
"title": "Cookie file path",
|
|
10720
10710
|
"description": "File path to cookie file, relative to directory. Supports Netscape cookie format.",
|
|
10721
|
-
"pattern": "^(?:[A-Za-z0-9_.-]+\\.(?:txt|cookies)|\\$[A-Za-z_][A-Za-z0-9_]*)$",
|
|
10722
10711
|
"transform": [
|
|
10723
10712
|
"trim"
|
|
10724
10713
|
]
|
|
@@ -10747,10 +10736,15 @@
|
|
|
10747
10736
|
"examples": [
|
|
10748
10737
|
"session_token",
|
|
10749
10738
|
"./test-data/auth-session.txt",
|
|
10739
|
+
"test_env_cookie",
|
|
10750
10740
|
{
|
|
10751
10741
|
"name": "auth_cookie",
|
|
10752
10742
|
"variable": "AUTH_COOKIE"
|
|
10753
10743
|
},
|
|
10744
|
+
{
|
|
10745
|
+
"name": "test_cookie",
|
|
10746
|
+
"path": "test-cookie.txt"
|
|
10747
|
+
},
|
|
10754
10748
|
{
|
|
10755
10749
|
"name": "session_token",
|
|
10756
10750
|
"path": "session-token.txt",
|