doc-detective-common 3.1.2-dev.3 → 3.2.0
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
package/src/schemas/schemas.json
CHANGED
|
@@ -4899,7 +4899,6 @@
|
|
|
4899
4899
|
"type": "string",
|
|
4900
4900
|
"title": "Cookie file path",
|
|
4901
4901
|
"description": "File path to save the cookie, relative to directory. Uses Netscape cookie format.",
|
|
4902
|
-
"pattern": "^(?:[A-Za-z0-9_.-]+\\.(?:txt|cookies)|\\$[A-Za-z_][A-Za-z0-9_]*)$",
|
|
4903
4902
|
"transform": [
|
|
4904
4903
|
"trim"
|
|
4905
4904
|
]
|
|
@@ -4956,11 +4955,6 @@
|
|
|
4956
4955
|
"required": [
|
|
4957
4956
|
"directory"
|
|
4958
4957
|
]
|
|
4959
|
-
},
|
|
4960
|
-
{
|
|
4961
|
-
"required": [
|
|
4962
|
-
"overwrite"
|
|
4963
|
-
]
|
|
4964
4958
|
}
|
|
4965
4959
|
]
|
|
4966
4960
|
}
|
|
@@ -5011,7 +5005,6 @@
|
|
|
5011
5005
|
"type": "string",
|
|
5012
5006
|
"title": "Cookie file path",
|
|
5013
5007
|
"description": "File path to save the cookie, relative to directory. Uses Netscape cookie format.",
|
|
5014
|
-
"pattern": "^(?:[A-Za-z0-9_.-]+\\.(?:txt|cookies)|\\$[A-Za-z_][A-Za-z0-9_]*)$",
|
|
5015
5008
|
"transform": [
|
|
5016
5009
|
"trim"
|
|
5017
5010
|
]
|
|
@@ -5068,11 +5061,6 @@
|
|
|
5068
5061
|
"required": [
|
|
5069
5062
|
"directory"
|
|
5070
5063
|
]
|
|
5071
|
-
},
|
|
5072
|
-
{
|
|
5073
|
-
"required": [
|
|
5074
|
-
"overwrite"
|
|
5075
|
-
]
|
|
5076
5064
|
}
|
|
5077
5065
|
]
|
|
5078
5066
|
}
|
|
@@ -5084,6 +5072,7 @@
|
|
|
5084
5072
|
},
|
|
5085
5073
|
"examples": [
|
|
5086
5074
|
"session_token",
|
|
5075
|
+
"test_env_cookie",
|
|
5087
5076
|
{
|
|
5088
5077
|
"name": "auth_cookie",
|
|
5089
5078
|
"path": "auth-cookie.txt"
|
|
@@ -5092,6 +5081,11 @@
|
|
|
5092
5081
|
"name": "session_token",
|
|
5093
5082
|
"variable": "SESSION_TOKEN"
|
|
5094
5083
|
},
|
|
5084
|
+
{
|
|
5085
|
+
"name": "test_cookie",
|
|
5086
|
+
"path": "test-cookie.txt",
|
|
5087
|
+
"overwrite": true
|
|
5088
|
+
},
|
|
5095
5089
|
{
|
|
5096
5090
|
"name": "user_session",
|
|
5097
5091
|
"path": "user-session.txt",
|
|
@@ -5593,7 +5587,6 @@
|
|
|
5593
5587
|
"type": "string",
|
|
5594
5588
|
"title": "Cookie file path",
|
|
5595
5589
|
"description": "File path to cookie file, relative to directory. Supports Netscape cookie format.",
|
|
5596
|
-
"pattern": "^(?:[A-Za-z0-9_.-]+\\.(?:txt|cookies)|\\$[A-Za-z_][A-Za-z0-9_]*)$",
|
|
5597
5590
|
"transform": [
|
|
5598
5591
|
"trim"
|
|
5599
5592
|
]
|
|
@@ -5694,7 +5687,6 @@
|
|
|
5694
5687
|
"type": "string",
|
|
5695
5688
|
"title": "Cookie file path",
|
|
5696
5689
|
"description": "File path to cookie file, relative to directory. Supports Netscape cookie format.",
|
|
5697
|
-
"pattern": "^(?:[A-Za-z0-9_.-]+\\.(?:txt|cookies)|\\$[A-Za-z_][A-Za-z0-9_]*)$",
|
|
5698
5690
|
"transform": [
|
|
5699
5691
|
"trim"
|
|
5700
5692
|
]
|
|
@@ -5723,10 +5715,15 @@
|
|
|
5723
5715
|
"examples": [
|
|
5724
5716
|
"session_token",
|
|
5725
5717
|
"./test-data/auth-session.txt",
|
|
5718
|
+
"test_env_cookie",
|
|
5726
5719
|
{
|
|
5727
5720
|
"name": "auth_cookie",
|
|
5728
5721
|
"variable": "AUTH_COOKIE"
|
|
5729
5722
|
},
|
|
5723
|
+
{
|
|
5724
|
+
"name": "test_cookie",
|
|
5725
|
+
"path": "test-cookie.txt"
|
|
5726
|
+
},
|
|
5730
5727
|
{
|
|
5731
5728
|
"name": "session_token",
|
|
5732
5729
|
"path": "session-token.txt",
|
|
@@ -10778,7 +10775,6 @@
|
|
|
10778
10775
|
"type": "string",
|
|
10779
10776
|
"title": "Cookie file path",
|
|
10780
10777
|
"description": "File path to save the cookie, relative to directory. Uses Netscape cookie format.",
|
|
10781
|
-
"pattern": "^(?:[A-Za-z0-9_.-]+\\.(?:txt|cookies)|\\$[A-Za-z_][A-Za-z0-9_]*)$",
|
|
10782
10778
|
"transform": [
|
|
10783
10779
|
"trim"
|
|
10784
10780
|
]
|
|
@@ -10835,11 +10831,6 @@
|
|
|
10835
10831
|
"required": [
|
|
10836
10832
|
"directory"
|
|
10837
10833
|
]
|
|
10838
|
-
},
|
|
10839
|
-
{
|
|
10840
|
-
"required": [
|
|
10841
|
-
"overwrite"
|
|
10842
|
-
]
|
|
10843
10834
|
}
|
|
10844
10835
|
]
|
|
10845
10836
|
}
|
|
@@ -10890,7 +10881,6 @@
|
|
|
10890
10881
|
"type": "string",
|
|
10891
10882
|
"title": "Cookie file path",
|
|
10892
10883
|
"description": "File path to save the cookie, relative to directory. Uses Netscape cookie format.",
|
|
10893
|
-
"pattern": "^(?:[A-Za-z0-9_.-]+\\.(?:txt|cookies)|\\$[A-Za-z_][A-Za-z0-9_]*)$",
|
|
10894
10884
|
"transform": [
|
|
10895
10885
|
"trim"
|
|
10896
10886
|
]
|
|
@@ -10947,11 +10937,6 @@
|
|
|
10947
10937
|
"required": [
|
|
10948
10938
|
"directory"
|
|
10949
10939
|
]
|
|
10950
|
-
},
|
|
10951
|
-
{
|
|
10952
|
-
"required": [
|
|
10953
|
-
"overwrite"
|
|
10954
|
-
]
|
|
10955
10940
|
}
|
|
10956
10941
|
]
|
|
10957
10942
|
}
|
|
@@ -10963,6 +10948,7 @@
|
|
|
10963
10948
|
},
|
|
10964
10949
|
"examples": [
|
|
10965
10950
|
"session_token",
|
|
10951
|
+
"test_env_cookie",
|
|
10966
10952
|
{
|
|
10967
10953
|
"name": "auth_cookie",
|
|
10968
10954
|
"path": "auth-cookie.txt"
|
|
@@ -10971,6 +10957,11 @@
|
|
|
10971
10957
|
"name": "session_token",
|
|
10972
10958
|
"variable": "SESSION_TOKEN"
|
|
10973
10959
|
},
|
|
10960
|
+
{
|
|
10961
|
+
"name": "test_cookie",
|
|
10962
|
+
"path": "test-cookie.txt",
|
|
10963
|
+
"overwrite": true
|
|
10964
|
+
},
|
|
10974
10965
|
{
|
|
10975
10966
|
"name": "user_session",
|
|
10976
10967
|
"path": "user-session.txt",
|
|
@@ -11472,7 +11463,6 @@
|
|
|
11472
11463
|
"type": "string",
|
|
11473
11464
|
"title": "Cookie file path",
|
|
11474
11465
|
"description": "File path to cookie file, relative to directory. Supports Netscape cookie format.",
|
|
11475
|
-
"pattern": "^(?:[A-Za-z0-9_.-]+\\.(?:txt|cookies)|\\$[A-Za-z_][A-Za-z0-9_]*)$",
|
|
11476
11466
|
"transform": [
|
|
11477
11467
|
"trim"
|
|
11478
11468
|
]
|
|
@@ -11573,7 +11563,6 @@
|
|
|
11573
11563
|
"type": "string",
|
|
11574
11564
|
"title": "Cookie file path",
|
|
11575
11565
|
"description": "File path to cookie file, relative to directory. Supports Netscape cookie format.",
|
|
11576
|
-
"pattern": "^(?:[A-Za-z0-9_.-]+\\.(?:txt|cookies)|\\$[A-Za-z_][A-Za-z0-9_]*)$",
|
|
11577
11566
|
"transform": [
|
|
11578
11567
|
"trim"
|
|
11579
11568
|
]
|
|
@@ -11602,10 +11591,15 @@
|
|
|
11602
11591
|
"examples": [
|
|
11603
11592
|
"session_token",
|
|
11604
11593
|
"./test-data/auth-session.txt",
|
|
11594
|
+
"test_env_cookie",
|
|
11605
11595
|
{
|
|
11606
11596
|
"name": "auth_cookie",
|
|
11607
11597
|
"variable": "AUTH_COOKIE"
|
|
11608
11598
|
},
|
|
11599
|
+
{
|
|
11600
|
+
"name": "test_cookie",
|
|
11601
|
+
"path": "test-cookie.txt"
|
|
11602
|
+
},
|
|
11609
11603
|
{
|
|
11610
11604
|
"name": "session_token",
|
|
11611
11605
|
"path": "session-token.txt",
|
|
@@ -13630,7 +13624,6 @@
|
|
|
13630
13624
|
"type": "string",
|
|
13631
13625
|
"title": "Cookie file path",
|
|
13632
13626
|
"description": "File path to cookie file, relative to directory. Supports Netscape cookie format.",
|
|
13633
|
-
"pattern": "^(?:[A-Za-z0-9_.-]+\\.(?:txt|cookies)|\\$[A-Za-z_][A-Za-z0-9_]*)$",
|
|
13634
13627
|
"transform": [
|
|
13635
13628
|
"trim"
|
|
13636
13629
|
]
|
|
@@ -13731,7 +13724,6 @@
|
|
|
13731
13724
|
"type": "string",
|
|
13732
13725
|
"title": "Cookie file path",
|
|
13733
13726
|
"description": "File path to cookie file, relative to directory. Supports Netscape cookie format.",
|
|
13734
|
-
"pattern": "^(?:[A-Za-z0-9_.-]+\\.(?:txt|cookies)|\\$[A-Za-z_][A-Za-z0-9_]*)$",
|
|
13735
13727
|
"transform": [
|
|
13736
13728
|
"trim"
|
|
13737
13729
|
]
|
|
@@ -13760,10 +13752,15 @@
|
|
|
13760
13752
|
"examples": [
|
|
13761
13753
|
"session_token",
|
|
13762
13754
|
"./test-data/auth-session.txt",
|
|
13755
|
+
"test_env_cookie",
|
|
13763
13756
|
{
|
|
13764
13757
|
"name": "auth_cookie",
|
|
13765
13758
|
"variable": "AUTH_COOKIE"
|
|
13766
13759
|
},
|
|
13760
|
+
{
|
|
13761
|
+
"name": "test_cookie",
|
|
13762
|
+
"path": "test-cookie.txt"
|
|
13763
|
+
},
|
|
13767
13764
|
{
|
|
13768
13765
|
"name": "session_token",
|
|
13769
13766
|
"path": "session-token.txt",
|
|
@@ -19632,7 +19629,6 @@
|
|
|
19632
19629
|
"type": "string",
|
|
19633
19630
|
"title": "Cookie file path",
|
|
19634
19631
|
"description": "File path to save the cookie, relative to directory. Uses Netscape cookie format.",
|
|
19635
|
-
"pattern": "^(?:[A-Za-z0-9_.-]+\\.(?:txt|cookies)|\\$[A-Za-z_][A-Za-z0-9_]*)$",
|
|
19636
19632
|
"transform": [
|
|
19637
19633
|
"trim"
|
|
19638
19634
|
]
|
|
@@ -19689,11 +19685,6 @@
|
|
|
19689
19685
|
"required": [
|
|
19690
19686
|
"directory"
|
|
19691
19687
|
]
|
|
19692
|
-
},
|
|
19693
|
-
{
|
|
19694
|
-
"required": [
|
|
19695
|
-
"overwrite"
|
|
19696
|
-
]
|
|
19697
19688
|
}
|
|
19698
19689
|
]
|
|
19699
19690
|
}
|
|
@@ -19744,7 +19735,6 @@
|
|
|
19744
19735
|
"type": "string",
|
|
19745
19736
|
"title": "Cookie file path",
|
|
19746
19737
|
"description": "File path to save the cookie, relative to directory. Uses Netscape cookie format.",
|
|
19747
|
-
"pattern": "^(?:[A-Za-z0-9_.-]+\\.(?:txt|cookies)|\\$[A-Za-z_][A-Za-z0-9_]*)$",
|
|
19748
19738
|
"transform": [
|
|
19749
19739
|
"trim"
|
|
19750
19740
|
]
|
|
@@ -19801,11 +19791,6 @@
|
|
|
19801
19791
|
"required": [
|
|
19802
19792
|
"directory"
|
|
19803
19793
|
]
|
|
19804
|
-
},
|
|
19805
|
-
{
|
|
19806
|
-
"required": [
|
|
19807
|
-
"overwrite"
|
|
19808
|
-
]
|
|
19809
19794
|
}
|
|
19810
19795
|
]
|
|
19811
19796
|
}
|
|
@@ -19817,6 +19802,7 @@
|
|
|
19817
19802
|
},
|
|
19818
19803
|
"examples": [
|
|
19819
19804
|
"session_token",
|
|
19805
|
+
"test_env_cookie",
|
|
19820
19806
|
{
|
|
19821
19807
|
"name": "auth_cookie",
|
|
19822
19808
|
"path": "auth-cookie.txt"
|
|
@@ -19825,6 +19811,11 @@
|
|
|
19825
19811
|
"name": "session_token",
|
|
19826
19812
|
"variable": "SESSION_TOKEN"
|
|
19827
19813
|
},
|
|
19814
|
+
{
|
|
19815
|
+
"name": "test_cookie",
|
|
19816
|
+
"path": "test-cookie.txt",
|
|
19817
|
+
"overwrite": true
|
|
19818
|
+
},
|
|
19828
19819
|
{
|
|
19829
19820
|
"name": "user_session",
|
|
19830
19821
|
"path": "user-session.txt",
|
|
@@ -20326,7 +20317,6 @@
|
|
|
20326
20317
|
"type": "string",
|
|
20327
20318
|
"title": "Cookie file path",
|
|
20328
20319
|
"description": "File path to cookie file, relative to directory. Supports Netscape cookie format.",
|
|
20329
|
-
"pattern": "^(?:[A-Za-z0-9_.-]+\\.(?:txt|cookies)|\\$[A-Za-z_][A-Za-z0-9_]*)$",
|
|
20330
20320
|
"transform": [
|
|
20331
20321
|
"trim"
|
|
20332
20322
|
]
|
|
@@ -20427,7 +20417,6 @@
|
|
|
20427
20417
|
"type": "string",
|
|
20428
20418
|
"title": "Cookie file path",
|
|
20429
20419
|
"description": "File path to cookie file, relative to directory. Supports Netscape cookie format.",
|
|
20430
|
-
"pattern": "^(?:[A-Za-z0-9_.-]+\\.(?:txt|cookies)|\\$[A-Za-z_][A-Za-z0-9_]*)$",
|
|
20431
20420
|
"transform": [
|
|
20432
20421
|
"trim"
|
|
20433
20422
|
]
|
|
@@ -20456,10 +20445,15 @@
|
|
|
20456
20445
|
"examples": [
|
|
20457
20446
|
"session_token",
|
|
20458
20447
|
"./test-data/auth-session.txt",
|
|
20448
|
+
"test_env_cookie",
|
|
20459
20449
|
{
|
|
20460
20450
|
"name": "auth_cookie",
|
|
20461
20451
|
"variable": "AUTH_COOKIE"
|
|
20462
20452
|
},
|
|
20453
|
+
{
|
|
20454
|
+
"name": "test_cookie",
|
|
20455
|
+
"path": "test-cookie.txt"
|
|
20456
|
+
},
|
|
20463
20457
|
{
|
|
20464
20458
|
"name": "session_token",
|
|
20465
20459
|
"path": "session-token.txt",
|
|
@@ -25511,7 +25505,6 @@
|
|
|
25511
25505
|
"type": "string",
|
|
25512
25506
|
"title": "Cookie file path",
|
|
25513
25507
|
"description": "File path to save the cookie, relative to directory. Uses Netscape cookie format.",
|
|
25514
|
-
"pattern": "^(?:[A-Za-z0-9_.-]+\\.(?:txt|cookies)|\\$[A-Za-z_][A-Za-z0-9_]*)$",
|
|
25515
25508
|
"transform": [
|
|
25516
25509
|
"trim"
|
|
25517
25510
|
]
|
|
@@ -25568,11 +25561,6 @@
|
|
|
25568
25561
|
"required": [
|
|
25569
25562
|
"directory"
|
|
25570
25563
|
]
|
|
25571
|
-
},
|
|
25572
|
-
{
|
|
25573
|
-
"required": [
|
|
25574
|
-
"overwrite"
|
|
25575
|
-
]
|
|
25576
25564
|
}
|
|
25577
25565
|
]
|
|
25578
25566
|
}
|
|
@@ -25623,7 +25611,6 @@
|
|
|
25623
25611
|
"type": "string",
|
|
25624
25612
|
"title": "Cookie file path",
|
|
25625
25613
|
"description": "File path to save the cookie, relative to directory. Uses Netscape cookie format.",
|
|
25626
|
-
"pattern": "^(?:[A-Za-z0-9_.-]+\\.(?:txt|cookies)|\\$[A-Za-z_][A-Za-z0-9_]*)$",
|
|
25627
25614
|
"transform": [
|
|
25628
25615
|
"trim"
|
|
25629
25616
|
]
|
|
@@ -25680,11 +25667,6 @@
|
|
|
25680
25667
|
"required": [
|
|
25681
25668
|
"directory"
|
|
25682
25669
|
]
|
|
25683
|
-
},
|
|
25684
|
-
{
|
|
25685
|
-
"required": [
|
|
25686
|
-
"overwrite"
|
|
25687
|
-
]
|
|
25688
25670
|
}
|
|
25689
25671
|
]
|
|
25690
25672
|
}
|
|
@@ -25696,6 +25678,7 @@
|
|
|
25696
25678
|
},
|
|
25697
25679
|
"examples": [
|
|
25698
25680
|
"session_token",
|
|
25681
|
+
"test_env_cookie",
|
|
25699
25682
|
{
|
|
25700
25683
|
"name": "auth_cookie",
|
|
25701
25684
|
"path": "auth-cookie.txt"
|
|
@@ -25704,6 +25687,11 @@
|
|
|
25704
25687
|
"name": "session_token",
|
|
25705
25688
|
"variable": "SESSION_TOKEN"
|
|
25706
25689
|
},
|
|
25690
|
+
{
|
|
25691
|
+
"name": "test_cookie",
|
|
25692
|
+
"path": "test-cookie.txt",
|
|
25693
|
+
"overwrite": true
|
|
25694
|
+
},
|
|
25707
25695
|
{
|
|
25708
25696
|
"name": "user_session",
|
|
25709
25697
|
"path": "user-session.txt",
|
|
@@ -26205,7 +26193,6 @@
|
|
|
26205
26193
|
"type": "string",
|
|
26206
26194
|
"title": "Cookie file path",
|
|
26207
26195
|
"description": "File path to cookie file, relative to directory. Supports Netscape cookie format.",
|
|
26208
|
-
"pattern": "^(?:[A-Za-z0-9_.-]+\\.(?:txt|cookies)|\\$[A-Za-z_][A-Za-z0-9_]*)$",
|
|
26209
26196
|
"transform": [
|
|
26210
26197
|
"trim"
|
|
26211
26198
|
]
|
|
@@ -26306,7 +26293,6 @@
|
|
|
26306
26293
|
"type": "string",
|
|
26307
26294
|
"title": "Cookie file path",
|
|
26308
26295
|
"description": "File path to cookie file, relative to directory. Supports Netscape cookie format.",
|
|
26309
|
-
"pattern": "^(?:[A-Za-z0-9_.-]+\\.(?:txt|cookies)|\\$[A-Za-z_][A-Za-z0-9_]*)$",
|
|
26310
26296
|
"transform": [
|
|
26311
26297
|
"trim"
|
|
26312
26298
|
]
|
|
@@ -26335,10 +26321,15 @@
|
|
|
26335
26321
|
"examples": [
|
|
26336
26322
|
"session_token",
|
|
26337
26323
|
"./test-data/auth-session.txt",
|
|
26324
|
+
"test_env_cookie",
|
|
26338
26325
|
{
|
|
26339
26326
|
"name": "auth_cookie",
|
|
26340
26327
|
"variable": "AUTH_COOKIE"
|
|
26341
26328
|
},
|
|
26329
|
+
{
|
|
26330
|
+
"name": "test_cookie",
|
|
26331
|
+
"path": "test-cookie.txt"
|
|
26332
|
+
},
|
|
26342
26333
|
{
|
|
26343
26334
|
"name": "session_token",
|
|
26344
26335
|
"path": "session-token.txt",
|
|
@@ -32161,7 +32152,6 @@
|
|
|
32161
32152
|
"type": "string",
|
|
32162
32153
|
"title": "Cookie file path",
|
|
32163
32154
|
"description": "File path to save the cookie, relative to directory. Uses Netscape cookie format.",
|
|
32164
|
-
"pattern": "^(?:[A-Za-z0-9_.-]+\\.(?:txt|cookies)|\\$[A-Za-z_][A-Za-z0-9_]*)$",
|
|
32165
32155
|
"transform": [
|
|
32166
32156
|
"trim"
|
|
32167
32157
|
]
|
|
@@ -32218,11 +32208,6 @@
|
|
|
32218
32208
|
"required": [
|
|
32219
32209
|
"directory"
|
|
32220
32210
|
]
|
|
32221
|
-
},
|
|
32222
|
-
{
|
|
32223
|
-
"required": [
|
|
32224
|
-
"overwrite"
|
|
32225
|
-
]
|
|
32226
32211
|
}
|
|
32227
32212
|
]
|
|
32228
32213
|
}
|
|
@@ -32273,7 +32258,6 @@
|
|
|
32273
32258
|
"type": "string",
|
|
32274
32259
|
"title": "Cookie file path",
|
|
32275
32260
|
"description": "File path to save the cookie, relative to directory. Uses Netscape cookie format.",
|
|
32276
|
-
"pattern": "^(?:[A-Za-z0-9_.-]+\\.(?:txt|cookies)|\\$[A-Za-z_][A-Za-z0-9_]*)$",
|
|
32277
32261
|
"transform": [
|
|
32278
32262
|
"trim"
|
|
32279
32263
|
]
|
|
@@ -32330,11 +32314,6 @@
|
|
|
32330
32314
|
"required": [
|
|
32331
32315
|
"directory"
|
|
32332
32316
|
]
|
|
32333
|
-
},
|
|
32334
|
-
{
|
|
32335
|
-
"required": [
|
|
32336
|
-
"overwrite"
|
|
32337
|
-
]
|
|
32338
32317
|
}
|
|
32339
32318
|
]
|
|
32340
32319
|
}
|
|
@@ -32346,6 +32325,7 @@
|
|
|
32346
32325
|
},
|
|
32347
32326
|
"examples": [
|
|
32348
32327
|
"session_token",
|
|
32328
|
+
"test_env_cookie",
|
|
32349
32329
|
{
|
|
32350
32330
|
"name": "auth_cookie",
|
|
32351
32331
|
"path": "auth-cookie.txt"
|
|
@@ -32354,6 +32334,11 @@
|
|
|
32354
32334
|
"name": "session_token",
|
|
32355
32335
|
"variable": "SESSION_TOKEN"
|
|
32356
32336
|
},
|
|
32337
|
+
{
|
|
32338
|
+
"name": "test_cookie",
|
|
32339
|
+
"path": "test-cookie.txt",
|
|
32340
|
+
"overwrite": true
|
|
32341
|
+
},
|
|
32357
32342
|
{
|
|
32358
32343
|
"name": "user_session",
|
|
32359
32344
|
"path": "user-session.txt",
|
|
@@ -32855,7 +32840,6 @@
|
|
|
32855
32840
|
"type": "string",
|
|
32856
32841
|
"title": "Cookie file path",
|
|
32857
32842
|
"description": "File path to cookie file, relative to directory. Supports Netscape cookie format.",
|
|
32858
|
-
"pattern": "^(?:[A-Za-z0-9_.-]+\\.(?:txt|cookies)|\\$[A-Za-z_][A-Za-z0-9_]*)$",
|
|
32859
32843
|
"transform": [
|
|
32860
32844
|
"trim"
|
|
32861
32845
|
]
|
|
@@ -32956,7 +32940,6 @@
|
|
|
32956
32940
|
"type": "string",
|
|
32957
32941
|
"title": "Cookie file path",
|
|
32958
32942
|
"description": "File path to cookie file, relative to directory. Supports Netscape cookie format.",
|
|
32959
|
-
"pattern": "^(?:[A-Za-z0-9_.-]+\\.(?:txt|cookies)|\\$[A-Za-z_][A-Za-z0-9_]*)$",
|
|
32960
32943
|
"transform": [
|
|
32961
32944
|
"trim"
|
|
32962
32945
|
]
|
|
@@ -32985,10 +32968,15 @@
|
|
|
32985
32968
|
"examples": [
|
|
32986
32969
|
"session_token",
|
|
32987
32970
|
"./test-data/auth-session.txt",
|
|
32971
|
+
"test_env_cookie",
|
|
32988
32972
|
{
|
|
32989
32973
|
"name": "auth_cookie",
|
|
32990
32974
|
"variable": "AUTH_COOKIE"
|
|
32991
32975
|
},
|
|
32976
|
+
{
|
|
32977
|
+
"name": "test_cookie",
|
|
32978
|
+
"path": "test-cookie.txt"
|
|
32979
|
+
},
|
|
32992
32980
|
{
|
|
32993
32981
|
"name": "session_token",
|
|
32994
32982
|
"path": "session-token.txt",
|
|
@@ -37621,7 +37609,6 @@
|
|
|
37621
37609
|
"type": "string",
|
|
37622
37610
|
"title": "Cookie file path",
|
|
37623
37611
|
"description": "File path to save the cookie, relative to directory. Uses Netscape cookie format.",
|
|
37624
|
-
"pattern": "^(?:[A-Za-z0-9_.-]+\\.(?:txt|cookies)|\\$[A-Za-z_][A-Za-z0-9_]*)$",
|
|
37625
37612
|
"transform": [
|
|
37626
37613
|
"trim"
|
|
37627
37614
|
]
|
|
@@ -37678,11 +37665,6 @@
|
|
|
37678
37665
|
"required": [
|
|
37679
37666
|
"directory"
|
|
37680
37667
|
]
|
|
37681
|
-
},
|
|
37682
|
-
{
|
|
37683
|
-
"required": [
|
|
37684
|
-
"overwrite"
|
|
37685
|
-
]
|
|
37686
37668
|
}
|
|
37687
37669
|
]
|
|
37688
37670
|
}
|
|
@@ -37733,7 +37715,6 @@
|
|
|
37733
37715
|
"type": "string",
|
|
37734
37716
|
"title": "Cookie file path",
|
|
37735
37717
|
"description": "File path to save the cookie, relative to directory. Uses Netscape cookie format.",
|
|
37736
|
-
"pattern": "^(?:[A-Za-z0-9_.-]+\\.(?:txt|cookies)|\\$[A-Za-z_][A-Za-z0-9_]*)$",
|
|
37737
37718
|
"transform": [
|
|
37738
37719
|
"trim"
|
|
37739
37720
|
]
|
|
@@ -37790,11 +37771,6 @@
|
|
|
37790
37771
|
"required": [
|
|
37791
37772
|
"directory"
|
|
37792
37773
|
]
|
|
37793
|
-
},
|
|
37794
|
-
{
|
|
37795
|
-
"required": [
|
|
37796
|
-
"overwrite"
|
|
37797
|
-
]
|
|
37798
37774
|
}
|
|
37799
37775
|
]
|
|
37800
37776
|
}
|
|
@@ -37806,6 +37782,7 @@
|
|
|
37806
37782
|
},
|
|
37807
37783
|
"examples": [
|
|
37808
37784
|
"session_token",
|
|
37785
|
+
"test_env_cookie",
|
|
37809
37786
|
{
|
|
37810
37787
|
"name": "auth_cookie",
|
|
37811
37788
|
"path": "auth-cookie.txt"
|
|
@@ -37814,6 +37791,11 @@
|
|
|
37814
37791
|
"name": "session_token",
|
|
37815
37792
|
"variable": "SESSION_TOKEN"
|
|
37816
37793
|
},
|
|
37794
|
+
{
|
|
37795
|
+
"name": "test_cookie",
|
|
37796
|
+
"path": "test-cookie.txt",
|
|
37797
|
+
"overwrite": true
|
|
37798
|
+
},
|
|
37817
37799
|
{
|
|
37818
37800
|
"name": "user_session",
|
|
37819
37801
|
"path": "user-session.txt",
|
|
@@ -38315,7 +38297,6 @@
|
|
|
38315
38297
|
"type": "string",
|
|
38316
38298
|
"title": "Cookie file path",
|
|
38317
38299
|
"description": "File path to cookie file, relative to directory. Supports Netscape cookie format.",
|
|
38318
|
-
"pattern": "^(?:[A-Za-z0-9_.-]+\\.(?:txt|cookies)|\\$[A-Za-z_][A-Za-z0-9_]*)$",
|
|
38319
38300
|
"transform": [
|
|
38320
38301
|
"trim"
|
|
38321
38302
|
]
|
|
@@ -38416,7 +38397,6 @@
|
|
|
38416
38397
|
"type": "string",
|
|
38417
38398
|
"title": "Cookie file path",
|
|
38418
38399
|
"description": "File path to cookie file, relative to directory. Supports Netscape cookie format.",
|
|
38419
|
-
"pattern": "^(?:[A-Za-z0-9_.-]+\\.(?:txt|cookies)|\\$[A-Za-z_][A-Za-z0-9_]*)$",
|
|
38420
38400
|
"transform": [
|
|
38421
38401
|
"trim"
|
|
38422
38402
|
]
|
|
@@ -38445,10 +38425,15 @@
|
|
|
38445
38425
|
"examples": [
|
|
38446
38426
|
"session_token",
|
|
38447
38427
|
"./test-data/auth-session.txt",
|
|
38428
|
+
"test_env_cookie",
|
|
38448
38429
|
{
|
|
38449
38430
|
"name": "auth_cookie",
|
|
38450
38431
|
"variable": "AUTH_COOKIE"
|
|
38451
38432
|
},
|
|
38433
|
+
{
|
|
38434
|
+
"name": "test_cookie",
|
|
38435
|
+
"path": "test-cookie.txt"
|
|
38436
|
+
},
|
|
38452
38437
|
{
|
|
38453
38438
|
"name": "session_token",
|
|
38454
38439
|
"path": "session-token.txt",
|
|
@@ -44791,7 +44776,6 @@
|
|
|
44791
44776
|
"type": "string",
|
|
44792
44777
|
"title": "Cookie file path",
|
|
44793
44778
|
"description": "File path to save the cookie, relative to directory. Uses Netscape cookie format.",
|
|
44794
|
-
"pattern": "^(?:[A-Za-z0-9_.-]+\\.(?:txt|cookies)|\\$[A-Za-z_][A-Za-z0-9_]*)$",
|
|
44795
44779
|
"transform": [
|
|
44796
44780
|
"trim"
|
|
44797
44781
|
]
|
|
@@ -44848,11 +44832,6 @@
|
|
|
44848
44832
|
"required": [
|
|
44849
44833
|
"directory"
|
|
44850
44834
|
]
|
|
44851
|
-
},
|
|
44852
|
-
{
|
|
44853
|
-
"required": [
|
|
44854
|
-
"overwrite"
|
|
44855
|
-
]
|
|
44856
44835
|
}
|
|
44857
44836
|
]
|
|
44858
44837
|
}
|
|
@@ -44903,7 +44882,6 @@
|
|
|
44903
44882
|
"type": "string",
|
|
44904
44883
|
"title": "Cookie file path",
|
|
44905
44884
|
"description": "File path to save the cookie, relative to directory. Uses Netscape cookie format.",
|
|
44906
|
-
"pattern": "^(?:[A-Za-z0-9_.-]+\\.(?:txt|cookies)|\\$[A-Za-z_][A-Za-z0-9_]*)$",
|
|
44907
44885
|
"transform": [
|
|
44908
44886
|
"trim"
|
|
44909
44887
|
]
|
|
@@ -44960,11 +44938,6 @@
|
|
|
44960
44938
|
"required": [
|
|
44961
44939
|
"directory"
|
|
44962
44940
|
]
|
|
44963
|
-
},
|
|
44964
|
-
{
|
|
44965
|
-
"required": [
|
|
44966
|
-
"overwrite"
|
|
44967
|
-
]
|
|
44968
44941
|
}
|
|
44969
44942
|
]
|
|
44970
44943
|
}
|
|
@@ -44976,6 +44949,7 @@
|
|
|
44976
44949
|
},
|
|
44977
44950
|
"examples": [
|
|
44978
44951
|
"session_token",
|
|
44952
|
+
"test_env_cookie",
|
|
44979
44953
|
{
|
|
44980
44954
|
"name": "auth_cookie",
|
|
44981
44955
|
"path": "auth-cookie.txt"
|
|
@@ -44984,6 +44958,11 @@
|
|
|
44984
44958
|
"name": "session_token",
|
|
44985
44959
|
"variable": "SESSION_TOKEN"
|
|
44986
44960
|
},
|
|
44961
|
+
{
|
|
44962
|
+
"name": "test_cookie",
|
|
44963
|
+
"path": "test-cookie.txt",
|
|
44964
|
+
"overwrite": true
|
|
44965
|
+
},
|
|
44987
44966
|
{
|
|
44988
44967
|
"name": "user_session",
|
|
44989
44968
|
"path": "user-session.txt",
|
|
@@ -45485,7 +45464,6 @@
|
|
|
45485
45464
|
"type": "string",
|
|
45486
45465
|
"title": "Cookie file path",
|
|
45487
45466
|
"description": "File path to cookie file, relative to directory. Supports Netscape cookie format.",
|
|
45488
|
-
"pattern": "^(?:[A-Za-z0-9_.-]+\\.(?:txt|cookies)|\\$[A-Za-z_][A-Za-z0-9_]*)$",
|
|
45489
45467
|
"transform": [
|
|
45490
45468
|
"trim"
|
|
45491
45469
|
]
|
|
@@ -45586,7 +45564,6 @@
|
|
|
45586
45564
|
"type": "string",
|
|
45587
45565
|
"title": "Cookie file path",
|
|
45588
45566
|
"description": "File path to cookie file, relative to directory. Supports Netscape cookie format.",
|
|
45589
|
-
"pattern": "^(?:[A-Za-z0-9_.-]+\\.(?:txt|cookies)|\\$[A-Za-z_][A-Za-z0-9_]*)$",
|
|
45590
45567
|
"transform": [
|
|
45591
45568
|
"trim"
|
|
45592
45569
|
]
|
|
@@ -45615,10 +45592,15 @@
|
|
|
45615
45592
|
"examples": [
|
|
45616
45593
|
"session_token",
|
|
45617
45594
|
"./test-data/auth-session.txt",
|
|
45595
|
+
"test_env_cookie",
|
|
45618
45596
|
{
|
|
45619
45597
|
"name": "auth_cookie",
|
|
45620
45598
|
"variable": "AUTH_COOKIE"
|
|
45621
45599
|
},
|
|
45600
|
+
{
|
|
45601
|
+
"name": "test_cookie",
|
|
45602
|
+
"path": "test-cookie.txt"
|
|
45603
|
+
},
|
|
45622
45604
|
{
|
|
45623
45605
|
"name": "session_token",
|
|
45624
45606
|
"path": "session-token.txt",
|
|
@@ -50251,7 +50233,6 @@
|
|
|
50251
50233
|
"type": "string",
|
|
50252
50234
|
"title": "Cookie file path",
|
|
50253
50235
|
"description": "File path to save the cookie, relative to directory. Uses Netscape cookie format.",
|
|
50254
|
-
"pattern": "^(?:[A-Za-z0-9_.-]+\\.(?:txt|cookies)|\\$[A-Za-z_][A-Za-z0-9_]*)$",
|
|
50255
50236
|
"transform": [
|
|
50256
50237
|
"trim"
|
|
50257
50238
|
]
|
|
@@ -50308,11 +50289,6 @@
|
|
|
50308
50289
|
"required": [
|
|
50309
50290
|
"directory"
|
|
50310
50291
|
]
|
|
50311
|
-
},
|
|
50312
|
-
{
|
|
50313
|
-
"required": [
|
|
50314
|
-
"overwrite"
|
|
50315
|
-
]
|
|
50316
50292
|
}
|
|
50317
50293
|
]
|
|
50318
50294
|
}
|
|
@@ -50363,7 +50339,6 @@
|
|
|
50363
50339
|
"type": "string",
|
|
50364
50340
|
"title": "Cookie file path",
|
|
50365
50341
|
"description": "File path to save the cookie, relative to directory. Uses Netscape cookie format.",
|
|
50366
|
-
"pattern": "^(?:[A-Za-z0-9_.-]+\\.(?:txt|cookies)|\\$[A-Za-z_][A-Za-z0-9_]*)$",
|
|
50367
50342
|
"transform": [
|
|
50368
50343
|
"trim"
|
|
50369
50344
|
]
|
|
@@ -50420,11 +50395,6 @@
|
|
|
50420
50395
|
"required": [
|
|
50421
50396
|
"directory"
|
|
50422
50397
|
]
|
|
50423
|
-
},
|
|
50424
|
-
{
|
|
50425
|
-
"required": [
|
|
50426
|
-
"overwrite"
|
|
50427
|
-
]
|
|
50428
50398
|
}
|
|
50429
50399
|
]
|
|
50430
50400
|
}
|
|
@@ -50436,6 +50406,7 @@
|
|
|
50436
50406
|
},
|
|
50437
50407
|
"examples": [
|
|
50438
50408
|
"session_token",
|
|
50409
|
+
"test_env_cookie",
|
|
50439
50410
|
{
|
|
50440
50411
|
"name": "auth_cookie",
|
|
50441
50412
|
"path": "auth-cookie.txt"
|
|
@@ -50444,6 +50415,11 @@
|
|
|
50444
50415
|
"name": "session_token",
|
|
50445
50416
|
"variable": "SESSION_TOKEN"
|
|
50446
50417
|
},
|
|
50418
|
+
{
|
|
50419
|
+
"name": "test_cookie",
|
|
50420
|
+
"path": "test-cookie.txt",
|
|
50421
|
+
"overwrite": true
|
|
50422
|
+
},
|
|
50447
50423
|
{
|
|
50448
50424
|
"name": "user_session",
|
|
50449
50425
|
"path": "user-session.txt",
|
|
@@ -50945,7 +50921,6 @@
|
|
|
50945
50921
|
"type": "string",
|
|
50946
50922
|
"title": "Cookie file path",
|
|
50947
50923
|
"description": "File path to cookie file, relative to directory. Supports Netscape cookie format.",
|
|
50948
|
-
"pattern": "^(?:[A-Za-z0-9_.-]+\\.(?:txt|cookies)|\\$[A-Za-z_][A-Za-z0-9_]*)$",
|
|
50949
50924
|
"transform": [
|
|
50950
50925
|
"trim"
|
|
50951
50926
|
]
|
|
@@ -51046,7 +51021,6 @@
|
|
|
51046
51021
|
"type": "string",
|
|
51047
51022
|
"title": "Cookie file path",
|
|
51048
51023
|
"description": "File path to cookie file, relative to directory. Supports Netscape cookie format.",
|
|
51049
|
-
"pattern": "^(?:[A-Za-z0-9_.-]+\\.(?:txt|cookies)|\\$[A-Za-z_][A-Za-z0-9_]*)$",
|
|
51050
51024
|
"transform": [
|
|
51051
51025
|
"trim"
|
|
51052
51026
|
]
|
|
@@ -51075,10 +51049,15 @@
|
|
|
51075
51049
|
"examples": [
|
|
51076
51050
|
"session_token",
|
|
51077
51051
|
"./test-data/auth-session.txt",
|
|
51052
|
+
"test_env_cookie",
|
|
51078
51053
|
{
|
|
51079
51054
|
"name": "auth_cookie",
|
|
51080
51055
|
"variable": "AUTH_COOKIE"
|
|
51081
51056
|
},
|
|
51057
|
+
{
|
|
51058
|
+
"name": "test_cookie",
|
|
51059
|
+
"path": "test-cookie.txt"
|
|
51060
|
+
},
|
|
51082
51061
|
{
|
|
51083
51062
|
"name": "session_token",
|
|
51084
51063
|
"path": "session-token.txt",
|
|
@@ -52806,7 +52785,6 @@
|
|
|
52806
52785
|
"type": "string",
|
|
52807
52786
|
"title": "Cookie file path",
|
|
52808
52787
|
"description": "File path to save the cookie, relative to directory. Uses Netscape cookie format.",
|
|
52809
|
-
"pattern": "^(?:[A-Za-z0-9_.-]+\\.(?:txt|cookies)|\\$[A-Za-z_][A-Za-z0-9_]*)$",
|
|
52810
52788
|
"transform": [
|
|
52811
52789
|
"trim"
|
|
52812
52790
|
]
|
|
@@ -52863,11 +52841,6 @@
|
|
|
52863
52841
|
"required": [
|
|
52864
52842
|
"directory"
|
|
52865
52843
|
]
|
|
52866
|
-
},
|
|
52867
|
-
{
|
|
52868
|
-
"required": [
|
|
52869
|
-
"overwrite"
|
|
52870
|
-
]
|
|
52871
52844
|
}
|
|
52872
52845
|
]
|
|
52873
52846
|
}
|
|
@@ -52918,7 +52891,6 @@
|
|
|
52918
52891
|
"type": "string",
|
|
52919
52892
|
"title": "Cookie file path",
|
|
52920
52893
|
"description": "File path to save the cookie, relative to directory. Uses Netscape cookie format.",
|
|
52921
|
-
"pattern": "^(?:[A-Za-z0-9_.-]+\\.(?:txt|cookies)|\\$[A-Za-z_][A-Za-z0-9_]*)$",
|
|
52922
52894
|
"transform": [
|
|
52923
52895
|
"trim"
|
|
52924
52896
|
]
|
|
@@ -52975,11 +52947,6 @@
|
|
|
52975
52947
|
"required": [
|
|
52976
52948
|
"directory"
|
|
52977
52949
|
]
|
|
52978
|
-
},
|
|
52979
|
-
{
|
|
52980
|
-
"required": [
|
|
52981
|
-
"overwrite"
|
|
52982
|
-
]
|
|
52983
52950
|
}
|
|
52984
52951
|
]
|
|
52985
52952
|
}
|
|
@@ -52991,6 +52958,7 @@
|
|
|
52991
52958
|
},
|
|
52992
52959
|
"examples": [
|
|
52993
52960
|
"session_token",
|
|
52961
|
+
"test_env_cookie",
|
|
52994
52962
|
{
|
|
52995
52963
|
"name": "auth_cookie",
|
|
52996
52964
|
"path": "auth-cookie.txt"
|
|
@@ -52999,6 +52967,11 @@
|
|
|
52999
52967
|
"name": "session_token",
|
|
53000
52968
|
"variable": "SESSION_TOKEN"
|
|
53001
52969
|
},
|
|
52970
|
+
{
|
|
52971
|
+
"name": "test_cookie",
|
|
52972
|
+
"path": "test-cookie.txt",
|
|
52973
|
+
"overwrite": true
|
|
52974
|
+
},
|
|
53002
52975
|
{
|
|
53003
52976
|
"name": "user_session",
|
|
53004
52977
|
"path": "user-session.txt",
|
|
@@ -58455,7 +58428,6 @@
|
|
|
58455
58428
|
"type": "string",
|
|
58456
58429
|
"title": "Cookie file path",
|
|
58457
58430
|
"description": "File path to save the cookie, relative to directory. Uses Netscape cookie format.",
|
|
58458
|
-
"pattern": "^(?:[A-Za-z0-9_.-]+\\.(?:txt|cookies)|\\$[A-Za-z_][A-Za-z0-9_]*)$",
|
|
58459
58431
|
"transform": [
|
|
58460
58432
|
"trim"
|
|
58461
58433
|
]
|
|
@@ -58512,11 +58484,6 @@
|
|
|
58512
58484
|
"required": [
|
|
58513
58485
|
"directory"
|
|
58514
58486
|
]
|
|
58515
|
-
},
|
|
58516
|
-
{
|
|
58517
|
-
"required": [
|
|
58518
|
-
"overwrite"
|
|
58519
|
-
]
|
|
58520
58487
|
}
|
|
58521
58488
|
]
|
|
58522
58489
|
}
|
|
@@ -58567,7 +58534,6 @@
|
|
|
58567
58534
|
"type": "string",
|
|
58568
58535
|
"title": "Cookie file path",
|
|
58569
58536
|
"description": "File path to save the cookie, relative to directory. Uses Netscape cookie format.",
|
|
58570
|
-
"pattern": "^(?:[A-Za-z0-9_.-]+\\.(?:txt|cookies)|\\$[A-Za-z_][A-Za-z0-9_]*)$",
|
|
58571
58537
|
"transform": [
|
|
58572
58538
|
"trim"
|
|
58573
58539
|
]
|
|
@@ -58624,11 +58590,6 @@
|
|
|
58624
58590
|
"required": [
|
|
58625
58591
|
"directory"
|
|
58626
58592
|
]
|
|
58627
|
-
},
|
|
58628
|
-
{
|
|
58629
|
-
"required": [
|
|
58630
|
-
"overwrite"
|
|
58631
|
-
]
|
|
58632
58593
|
}
|
|
58633
58594
|
]
|
|
58634
58595
|
}
|
|
@@ -58640,6 +58601,7 @@
|
|
|
58640
58601
|
},
|
|
58641
58602
|
"examples": [
|
|
58642
58603
|
"session_token",
|
|
58604
|
+
"test_env_cookie",
|
|
58643
58605
|
{
|
|
58644
58606
|
"name": "auth_cookie",
|
|
58645
58607
|
"path": "auth-cookie.txt"
|
|
@@ -58648,6 +58610,11 @@
|
|
|
58648
58610
|
"name": "session_token",
|
|
58649
58611
|
"variable": "SESSION_TOKEN"
|
|
58650
58612
|
},
|
|
58613
|
+
{
|
|
58614
|
+
"name": "test_cookie",
|
|
58615
|
+
"path": "test-cookie.txt",
|
|
58616
|
+
"overwrite": true
|
|
58617
|
+
},
|
|
58651
58618
|
{
|
|
58652
58619
|
"name": "user_session",
|
|
58653
58620
|
"path": "user-session.txt",
|
|
@@ -59149,7 +59116,6 @@
|
|
|
59149
59116
|
"type": "string",
|
|
59150
59117
|
"title": "Cookie file path",
|
|
59151
59118
|
"description": "File path to cookie file, relative to directory. Supports Netscape cookie format.",
|
|
59152
|
-
"pattern": "^(?:[A-Za-z0-9_.-]+\\.(?:txt|cookies)|\\$[A-Za-z_][A-Za-z0-9_]*)$",
|
|
59153
59119
|
"transform": [
|
|
59154
59120
|
"trim"
|
|
59155
59121
|
]
|
|
@@ -59250,7 +59216,6 @@
|
|
|
59250
59216
|
"type": "string",
|
|
59251
59217
|
"title": "Cookie file path",
|
|
59252
59218
|
"description": "File path to cookie file, relative to directory. Supports Netscape cookie format.",
|
|
59253
|
-
"pattern": "^(?:[A-Za-z0-9_.-]+\\.(?:txt|cookies)|\\$[A-Za-z_][A-Za-z0-9_]*)$",
|
|
59254
59219
|
"transform": [
|
|
59255
59220
|
"trim"
|
|
59256
59221
|
]
|
|
@@ -59279,10 +59244,15 @@
|
|
|
59279
59244
|
"examples": [
|
|
59280
59245
|
"session_token",
|
|
59281
59246
|
"./test-data/auth-session.txt",
|
|
59247
|
+
"test_env_cookie",
|
|
59282
59248
|
{
|
|
59283
59249
|
"name": "auth_cookie",
|
|
59284
59250
|
"variable": "AUTH_COOKIE"
|
|
59285
59251
|
},
|
|
59252
|
+
{
|
|
59253
|
+
"name": "test_cookie",
|
|
59254
|
+
"path": "test-cookie.txt"
|
|
59255
|
+
},
|
|
59286
59256
|
{
|
|
59287
59257
|
"name": "session_token",
|
|
59288
59258
|
"path": "session-token.txt",
|
|
@@ -63915,7 +63885,6 @@
|
|
|
63915
63885
|
"type": "string",
|
|
63916
63886
|
"title": "Cookie file path",
|
|
63917
63887
|
"description": "File path to save the cookie, relative to directory. Uses Netscape cookie format.",
|
|
63918
|
-
"pattern": "^(?:[A-Za-z0-9_.-]+\\.(?:txt|cookies)|\\$[A-Za-z_][A-Za-z0-9_]*)$",
|
|
63919
63888
|
"transform": [
|
|
63920
63889
|
"trim"
|
|
63921
63890
|
]
|
|
@@ -63972,11 +63941,6 @@
|
|
|
63972
63941
|
"required": [
|
|
63973
63942
|
"directory"
|
|
63974
63943
|
]
|
|
63975
|
-
},
|
|
63976
|
-
{
|
|
63977
|
-
"required": [
|
|
63978
|
-
"overwrite"
|
|
63979
|
-
]
|
|
63980
63944
|
}
|
|
63981
63945
|
]
|
|
63982
63946
|
}
|
|
@@ -64027,7 +63991,6 @@
|
|
|
64027
63991
|
"type": "string",
|
|
64028
63992
|
"title": "Cookie file path",
|
|
64029
63993
|
"description": "File path to save the cookie, relative to directory. Uses Netscape cookie format.",
|
|
64030
|
-
"pattern": "^(?:[A-Za-z0-9_.-]+\\.(?:txt|cookies)|\\$[A-Za-z_][A-Za-z0-9_]*)$",
|
|
64031
63994
|
"transform": [
|
|
64032
63995
|
"trim"
|
|
64033
63996
|
]
|
|
@@ -64084,11 +64047,6 @@
|
|
|
64084
64047
|
"required": [
|
|
64085
64048
|
"directory"
|
|
64086
64049
|
]
|
|
64087
|
-
},
|
|
64088
|
-
{
|
|
64089
|
-
"required": [
|
|
64090
|
-
"overwrite"
|
|
64091
|
-
]
|
|
64092
64050
|
}
|
|
64093
64051
|
]
|
|
64094
64052
|
}
|
|
@@ -64100,6 +64058,7 @@
|
|
|
64100
64058
|
},
|
|
64101
64059
|
"examples": [
|
|
64102
64060
|
"session_token",
|
|
64061
|
+
"test_env_cookie",
|
|
64103
64062
|
{
|
|
64104
64063
|
"name": "auth_cookie",
|
|
64105
64064
|
"path": "auth-cookie.txt"
|
|
@@ -64108,6 +64067,11 @@
|
|
|
64108
64067
|
"name": "session_token",
|
|
64109
64068
|
"variable": "SESSION_TOKEN"
|
|
64110
64069
|
},
|
|
64070
|
+
{
|
|
64071
|
+
"name": "test_cookie",
|
|
64072
|
+
"path": "test-cookie.txt",
|
|
64073
|
+
"overwrite": true
|
|
64074
|
+
},
|
|
64111
64075
|
{
|
|
64112
64076
|
"name": "user_session",
|
|
64113
64077
|
"path": "user-session.txt",
|
|
@@ -64609,7 +64573,6 @@
|
|
|
64609
64573
|
"type": "string",
|
|
64610
64574
|
"title": "Cookie file path",
|
|
64611
64575
|
"description": "File path to cookie file, relative to directory. Supports Netscape cookie format.",
|
|
64612
|
-
"pattern": "^(?:[A-Za-z0-9_.-]+\\.(?:txt|cookies)|\\$[A-Za-z_][A-Za-z0-9_]*)$",
|
|
64613
64576
|
"transform": [
|
|
64614
64577
|
"trim"
|
|
64615
64578
|
]
|
|
@@ -64710,7 +64673,6 @@
|
|
|
64710
64673
|
"type": "string",
|
|
64711
64674
|
"title": "Cookie file path",
|
|
64712
64675
|
"description": "File path to cookie file, relative to directory. Supports Netscape cookie format.",
|
|
64713
|
-
"pattern": "^(?:[A-Za-z0-9_.-]+\\.(?:txt|cookies)|\\$[A-Za-z_][A-Za-z0-9_]*)$",
|
|
64714
64676
|
"transform": [
|
|
64715
64677
|
"trim"
|
|
64716
64678
|
]
|
|
@@ -64739,10 +64701,15 @@
|
|
|
64739
64701
|
"examples": [
|
|
64740
64702
|
"session_token",
|
|
64741
64703
|
"./test-data/auth-session.txt",
|
|
64704
|
+
"test_env_cookie",
|
|
64742
64705
|
{
|
|
64743
64706
|
"name": "auth_cookie",
|
|
64744
64707
|
"variable": "AUTH_COOKIE"
|
|
64745
64708
|
},
|
|
64709
|
+
{
|
|
64710
|
+
"name": "test_cookie",
|
|
64711
|
+
"path": "test-cookie.txt"
|
|
64712
|
+
},
|
|
64746
64713
|
{
|
|
64747
64714
|
"name": "session_token",
|
|
64748
64715
|
"path": "session-token.txt",
|
|
@@ -69655,7 +69622,6 @@
|
|
|
69655
69622
|
"type": "string",
|
|
69656
69623
|
"title": "Cookie file path",
|
|
69657
69624
|
"description": "File path to save the cookie, relative to directory. Uses Netscape cookie format.",
|
|
69658
|
-
"pattern": "^(?:[A-Za-z0-9_.-]+\\.(?:txt|cookies)|\\$[A-Za-z_][A-Za-z0-9_]*)$",
|
|
69659
69625
|
"transform": [
|
|
69660
69626
|
"trim"
|
|
69661
69627
|
]
|
|
@@ -69712,11 +69678,6 @@
|
|
|
69712
69678
|
"required": [
|
|
69713
69679
|
"directory"
|
|
69714
69680
|
]
|
|
69715
|
-
},
|
|
69716
|
-
{
|
|
69717
|
-
"required": [
|
|
69718
|
-
"overwrite"
|
|
69719
|
-
]
|
|
69720
69681
|
}
|
|
69721
69682
|
]
|
|
69722
69683
|
}
|
|
@@ -69767,7 +69728,6 @@
|
|
|
69767
69728
|
"type": "string",
|
|
69768
69729
|
"title": "Cookie file path",
|
|
69769
69730
|
"description": "File path to save the cookie, relative to directory. Uses Netscape cookie format.",
|
|
69770
|
-
"pattern": "^(?:[A-Za-z0-9_.-]+\\.(?:txt|cookies)|\\$[A-Za-z_][A-Za-z0-9_]*)$",
|
|
69771
69731
|
"transform": [
|
|
69772
69732
|
"trim"
|
|
69773
69733
|
]
|
|
@@ -69824,11 +69784,6 @@
|
|
|
69824
69784
|
"required": [
|
|
69825
69785
|
"directory"
|
|
69826
69786
|
]
|
|
69827
|
-
},
|
|
69828
|
-
{
|
|
69829
|
-
"required": [
|
|
69830
|
-
"overwrite"
|
|
69831
|
-
]
|
|
69832
69787
|
}
|
|
69833
69788
|
]
|
|
69834
69789
|
}
|
|
@@ -69840,6 +69795,7 @@
|
|
|
69840
69795
|
},
|
|
69841
69796
|
"examples": [
|
|
69842
69797
|
"session_token",
|
|
69798
|
+
"test_env_cookie",
|
|
69843
69799
|
{
|
|
69844
69800
|
"name": "auth_cookie",
|
|
69845
69801
|
"path": "auth-cookie.txt"
|
|
@@ -69848,6 +69804,11 @@
|
|
|
69848
69804
|
"name": "session_token",
|
|
69849
69805
|
"variable": "SESSION_TOKEN"
|
|
69850
69806
|
},
|
|
69807
|
+
{
|
|
69808
|
+
"name": "test_cookie",
|
|
69809
|
+
"path": "test-cookie.txt",
|
|
69810
|
+
"overwrite": true
|
|
69811
|
+
},
|
|
69851
69812
|
{
|
|
69852
69813
|
"name": "user_session",
|
|
69853
69814
|
"path": "user-session.txt",
|
|
@@ -70349,7 +70310,6 @@
|
|
|
70349
70310
|
"type": "string",
|
|
70350
70311
|
"title": "Cookie file path",
|
|
70351
70312
|
"description": "File path to cookie file, relative to directory. Supports Netscape cookie format.",
|
|
70352
|
-
"pattern": "^(?:[A-Za-z0-9_.-]+\\.(?:txt|cookies)|\\$[A-Za-z_][A-Za-z0-9_]*)$",
|
|
70353
70313
|
"transform": [
|
|
70354
70314
|
"trim"
|
|
70355
70315
|
]
|
|
@@ -70450,7 +70410,6 @@
|
|
|
70450
70410
|
"type": "string",
|
|
70451
70411
|
"title": "Cookie file path",
|
|
70452
70412
|
"description": "File path to cookie file, relative to directory. Supports Netscape cookie format.",
|
|
70453
|
-
"pattern": "^(?:[A-Za-z0-9_.-]+\\.(?:txt|cookies)|\\$[A-Za-z_][A-Za-z0-9_]*)$",
|
|
70454
70413
|
"transform": [
|
|
70455
70414
|
"trim"
|
|
70456
70415
|
]
|
|
@@ -70479,10 +70438,15 @@
|
|
|
70479
70438
|
"examples": [
|
|
70480
70439
|
"session_token",
|
|
70481
70440
|
"./test-data/auth-session.txt",
|
|
70441
|
+
"test_env_cookie",
|
|
70482
70442
|
{
|
|
70483
70443
|
"name": "auth_cookie",
|
|
70484
70444
|
"variable": "AUTH_COOKIE"
|
|
70485
70445
|
},
|
|
70446
|
+
{
|
|
70447
|
+
"name": "test_cookie",
|
|
70448
|
+
"path": "test-cookie.txt"
|
|
70449
|
+
},
|
|
70486
70450
|
{
|
|
70487
70451
|
"name": "session_token",
|
|
70488
70452
|
"path": "session-token.txt",
|
|
@@ -75470,7 +75434,6 @@
|
|
|
75470
75434
|
"type": "string",
|
|
75471
75435
|
"title": "Cookie file path",
|
|
75472
75436
|
"description": "File path to save the cookie, relative to directory. Uses Netscape cookie format.",
|
|
75473
|
-
"pattern": "^(?:[A-Za-z0-9_.-]+\\.(?:txt|cookies)|\\$[A-Za-z_][A-Za-z0-9_]*)$",
|
|
75474
75437
|
"transform": [
|
|
75475
75438
|
"trim"
|
|
75476
75439
|
]
|
|
@@ -75527,11 +75490,6 @@
|
|
|
75527
75490
|
"required": [
|
|
75528
75491
|
"directory"
|
|
75529
75492
|
]
|
|
75530
|
-
},
|
|
75531
|
-
{
|
|
75532
|
-
"required": [
|
|
75533
|
-
"overwrite"
|
|
75534
|
-
]
|
|
75535
75493
|
}
|
|
75536
75494
|
]
|
|
75537
75495
|
}
|
|
@@ -75582,7 +75540,6 @@
|
|
|
75582
75540
|
"type": "string",
|
|
75583
75541
|
"title": "Cookie file path",
|
|
75584
75542
|
"description": "File path to save the cookie, relative to directory. Uses Netscape cookie format.",
|
|
75585
|
-
"pattern": "^(?:[A-Za-z0-9_.-]+\\.(?:txt|cookies)|\\$[A-Za-z_][A-Za-z0-9_]*)$",
|
|
75586
75543
|
"transform": [
|
|
75587
75544
|
"trim"
|
|
75588
75545
|
]
|
|
@@ -75639,11 +75596,6 @@
|
|
|
75639
75596
|
"required": [
|
|
75640
75597
|
"directory"
|
|
75641
75598
|
]
|
|
75642
|
-
},
|
|
75643
|
-
{
|
|
75644
|
-
"required": [
|
|
75645
|
-
"overwrite"
|
|
75646
|
-
]
|
|
75647
75599
|
}
|
|
75648
75600
|
]
|
|
75649
75601
|
}
|
|
@@ -75655,6 +75607,7 @@
|
|
|
75655
75607
|
},
|
|
75656
75608
|
"examples": [
|
|
75657
75609
|
"session_token",
|
|
75610
|
+
"test_env_cookie",
|
|
75658
75611
|
{
|
|
75659
75612
|
"name": "auth_cookie",
|
|
75660
75613
|
"path": "auth-cookie.txt"
|
|
@@ -75663,6 +75616,11 @@
|
|
|
75663
75616
|
"name": "session_token",
|
|
75664
75617
|
"variable": "SESSION_TOKEN"
|
|
75665
75618
|
},
|
|
75619
|
+
{
|
|
75620
|
+
"name": "test_cookie",
|
|
75621
|
+
"path": "test-cookie.txt",
|
|
75622
|
+
"overwrite": true
|
|
75623
|
+
},
|
|
75666
75624
|
{
|
|
75667
75625
|
"name": "user_session",
|
|
75668
75626
|
"path": "user-session.txt",
|
|
@@ -76164,7 +76122,6 @@
|
|
|
76164
76122
|
"type": "string",
|
|
76165
76123
|
"title": "Cookie file path",
|
|
76166
76124
|
"description": "File path to cookie file, relative to directory. Supports Netscape cookie format.",
|
|
76167
|
-
"pattern": "^(?:[A-Za-z0-9_.-]+\\.(?:txt|cookies)|\\$[A-Za-z_][A-Za-z0-9_]*)$",
|
|
76168
76125
|
"transform": [
|
|
76169
76126
|
"trim"
|
|
76170
76127
|
]
|
|
@@ -76265,7 +76222,6 @@
|
|
|
76265
76222
|
"type": "string",
|
|
76266
76223
|
"title": "Cookie file path",
|
|
76267
76224
|
"description": "File path to cookie file, relative to directory. Supports Netscape cookie format.",
|
|
76268
|
-
"pattern": "^(?:[A-Za-z0-9_.-]+\\.(?:txt|cookies)|\\$[A-Za-z_][A-Za-z0-9_]*)$",
|
|
76269
76225
|
"transform": [
|
|
76270
76226
|
"trim"
|
|
76271
76227
|
]
|
|
@@ -76294,10 +76250,15 @@
|
|
|
76294
76250
|
"examples": [
|
|
76295
76251
|
"session_token",
|
|
76296
76252
|
"./test-data/auth-session.txt",
|
|
76253
|
+
"test_env_cookie",
|
|
76297
76254
|
{
|
|
76298
76255
|
"name": "auth_cookie",
|
|
76299
76256
|
"variable": "AUTH_COOKIE"
|
|
76300
76257
|
},
|
|
76258
|
+
{
|
|
76259
|
+
"name": "test_cookie",
|
|
76260
|
+
"path": "test-cookie.txt"
|
|
76261
|
+
},
|
|
76301
76262
|
{
|
|
76302
76263
|
"name": "session_token",
|
|
76303
76264
|
"path": "session-token.txt",
|
|
@@ -80930,7 +80891,6 @@
|
|
|
80930
80891
|
"type": "string",
|
|
80931
80892
|
"title": "Cookie file path",
|
|
80932
80893
|
"description": "File path to save the cookie, relative to directory. Uses Netscape cookie format.",
|
|
80933
|
-
"pattern": "^(?:[A-Za-z0-9_.-]+\\.(?:txt|cookies)|\\$[A-Za-z_][A-Za-z0-9_]*)$",
|
|
80934
80894
|
"transform": [
|
|
80935
80895
|
"trim"
|
|
80936
80896
|
]
|
|
@@ -80987,11 +80947,6 @@
|
|
|
80987
80947
|
"required": [
|
|
80988
80948
|
"directory"
|
|
80989
80949
|
]
|
|
80990
|
-
},
|
|
80991
|
-
{
|
|
80992
|
-
"required": [
|
|
80993
|
-
"overwrite"
|
|
80994
|
-
]
|
|
80995
80950
|
}
|
|
80996
80951
|
]
|
|
80997
80952
|
}
|
|
@@ -81042,7 +80997,6 @@
|
|
|
81042
80997
|
"type": "string",
|
|
81043
80998
|
"title": "Cookie file path",
|
|
81044
80999
|
"description": "File path to save the cookie, relative to directory. Uses Netscape cookie format.",
|
|
81045
|
-
"pattern": "^(?:[A-Za-z0-9_.-]+\\.(?:txt|cookies)|\\$[A-Za-z_][A-Za-z0-9_]*)$",
|
|
81046
81000
|
"transform": [
|
|
81047
81001
|
"trim"
|
|
81048
81002
|
]
|
|
@@ -81099,11 +81053,6 @@
|
|
|
81099
81053
|
"required": [
|
|
81100
81054
|
"directory"
|
|
81101
81055
|
]
|
|
81102
|
-
},
|
|
81103
|
-
{
|
|
81104
|
-
"required": [
|
|
81105
|
-
"overwrite"
|
|
81106
|
-
]
|
|
81107
81056
|
}
|
|
81108
81057
|
]
|
|
81109
81058
|
}
|
|
@@ -81115,6 +81064,7 @@
|
|
|
81115
81064
|
},
|
|
81116
81065
|
"examples": [
|
|
81117
81066
|
"session_token",
|
|
81067
|
+
"test_env_cookie",
|
|
81118
81068
|
{
|
|
81119
81069
|
"name": "auth_cookie",
|
|
81120
81070
|
"path": "auth-cookie.txt"
|
|
@@ -81123,6 +81073,11 @@
|
|
|
81123
81073
|
"name": "session_token",
|
|
81124
81074
|
"variable": "SESSION_TOKEN"
|
|
81125
81075
|
},
|
|
81076
|
+
{
|
|
81077
|
+
"name": "test_cookie",
|
|
81078
|
+
"path": "test-cookie.txt",
|
|
81079
|
+
"overwrite": true
|
|
81080
|
+
},
|
|
81126
81081
|
{
|
|
81127
81082
|
"name": "user_session",
|
|
81128
81083
|
"path": "user-session.txt",
|
|
@@ -81624,7 +81579,6 @@
|
|
|
81624
81579
|
"type": "string",
|
|
81625
81580
|
"title": "Cookie file path",
|
|
81626
81581
|
"description": "File path to cookie file, relative to directory. Supports Netscape cookie format.",
|
|
81627
|
-
"pattern": "^(?:[A-Za-z0-9_.-]+\\.(?:txt|cookies)|\\$[A-Za-z_][A-Za-z0-9_]*)$",
|
|
81628
81582
|
"transform": [
|
|
81629
81583
|
"trim"
|
|
81630
81584
|
]
|
|
@@ -81725,7 +81679,6 @@
|
|
|
81725
81679
|
"type": "string",
|
|
81726
81680
|
"title": "Cookie file path",
|
|
81727
81681
|
"description": "File path to cookie file, relative to directory. Supports Netscape cookie format.",
|
|
81728
|
-
"pattern": "^(?:[A-Za-z0-9_.-]+\\.(?:txt|cookies)|\\$[A-Za-z_][A-Za-z0-9_]*)$",
|
|
81729
81682
|
"transform": [
|
|
81730
81683
|
"trim"
|
|
81731
81684
|
]
|
|
@@ -81754,10 +81707,15 @@
|
|
|
81754
81707
|
"examples": [
|
|
81755
81708
|
"session_token",
|
|
81756
81709
|
"./test-data/auth-session.txt",
|
|
81710
|
+
"test_env_cookie",
|
|
81757
81711
|
{
|
|
81758
81712
|
"name": "auth_cookie",
|
|
81759
81713
|
"variable": "AUTH_COOKIE"
|
|
81760
81714
|
},
|
|
81715
|
+
{
|
|
81716
|
+
"name": "test_cookie",
|
|
81717
|
+
"path": "test-cookie.txt"
|
|
81718
|
+
},
|
|
81761
81719
|
{
|
|
81762
81720
|
"name": "session_token",
|
|
81763
81721
|
"path": "session-token.txt",
|