codeceptjs 3.7.0-beta.1 → 3.7.0-beta.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.
package/package.json
CHANGED
|
@@ -1772,6 +1772,13 @@ declare namespace CodeceptJS {
|
|
|
1772
1772
|
// @ts-ignore
|
|
1773
1773
|
// @ts-ignore
|
|
1774
1774
|
// @ts-ignore
|
|
1775
|
+
// @ts-ignore
|
|
1776
|
+
// @ts-ignore
|
|
1777
|
+
// @ts-ignore
|
|
1778
|
+
// @ts-ignore
|
|
1779
|
+
// @ts-ignore
|
|
1780
|
+
// @ts-ignore
|
|
1781
|
+
// @ts-ignore
|
|
1775
1782
|
type MockServerConfig = {
|
|
1776
1783
|
port?: number;
|
|
1777
1784
|
host?: string;
|
|
@@ -1903,6 +1910,13 @@ declare namespace CodeceptJS {
|
|
|
1903
1910
|
// @ts-ignore
|
|
1904
1911
|
// @ts-ignore
|
|
1905
1912
|
// @ts-ignore
|
|
1913
|
+
// @ts-ignore
|
|
1914
|
+
// @ts-ignore
|
|
1915
|
+
// @ts-ignore
|
|
1916
|
+
// @ts-ignore
|
|
1917
|
+
// @ts-ignore
|
|
1918
|
+
// @ts-ignore
|
|
1919
|
+
// @ts-ignore
|
|
1906
1920
|
class MockServer {
|
|
1907
1921
|
/**
|
|
1908
1922
|
* Start the mock server
|
|
@@ -2943,6 +2957,13 @@ declare namespace CodeceptJS {
|
|
|
2943
2957
|
// @ts-ignore
|
|
2944
2958
|
// @ts-ignore
|
|
2945
2959
|
// @ts-ignore
|
|
2960
|
+
// @ts-ignore
|
|
2961
|
+
// @ts-ignore
|
|
2962
|
+
// @ts-ignore
|
|
2963
|
+
// @ts-ignore
|
|
2964
|
+
// @ts-ignore
|
|
2965
|
+
// @ts-ignore
|
|
2966
|
+
// @ts-ignore
|
|
2946
2967
|
type PlaywrightConfig = {
|
|
2947
2968
|
url?: string;
|
|
2948
2969
|
browser?: 'chromium' | 'firefox' | 'webkit' | 'electron';
|
|
@@ -6326,6 +6347,13 @@ declare namespace CodeceptJS {
|
|
|
6326
6347
|
// @ts-ignore
|
|
6327
6348
|
// @ts-ignore
|
|
6328
6349
|
// @ts-ignore
|
|
6350
|
+
// @ts-ignore
|
|
6351
|
+
// @ts-ignore
|
|
6352
|
+
// @ts-ignore
|
|
6353
|
+
// @ts-ignore
|
|
6354
|
+
// @ts-ignore
|
|
6355
|
+
// @ts-ignore
|
|
6356
|
+
// @ts-ignore
|
|
6329
6357
|
type PuppeteerConfig = {
|
|
6330
6358
|
url: string;
|
|
6331
6359
|
basicAuth?: any;
|
|
@@ -8139,6 +8167,13 @@ declare namespace CodeceptJS {
|
|
|
8139
8167
|
// @ts-ignore
|
|
8140
8168
|
// @ts-ignore
|
|
8141
8169
|
// @ts-ignore
|
|
8170
|
+
// @ts-ignore
|
|
8171
|
+
// @ts-ignore
|
|
8172
|
+
// @ts-ignore
|
|
8173
|
+
// @ts-ignore
|
|
8174
|
+
// @ts-ignore
|
|
8175
|
+
// @ts-ignore
|
|
8176
|
+
// @ts-ignore
|
|
8142
8177
|
type RESTConfig = {
|
|
8143
8178
|
endpoint?: string;
|
|
8144
8179
|
prettyPrintJson?: boolean;
|
|
@@ -9290,6 +9325,13 @@ declare namespace CodeceptJS {
|
|
|
9290
9325
|
// @ts-ignore
|
|
9291
9326
|
// @ts-ignore
|
|
9292
9327
|
// @ts-ignore
|
|
9328
|
+
// @ts-ignore
|
|
9329
|
+
// @ts-ignore
|
|
9330
|
+
// @ts-ignore
|
|
9331
|
+
// @ts-ignore
|
|
9332
|
+
// @ts-ignore
|
|
9333
|
+
// @ts-ignore
|
|
9334
|
+
// @ts-ignore
|
|
9293
9335
|
type WebDriverConfig = {
|
|
9294
9336
|
url: string;
|
|
9295
9337
|
browser: string;
|
package/typings/types.d.ts
CHANGED
|
@@ -1799,6 +1799,13 @@ declare namespace CodeceptJS {
|
|
|
1799
1799
|
// @ts-ignore
|
|
1800
1800
|
// @ts-ignore
|
|
1801
1801
|
// @ts-ignore
|
|
1802
|
+
// @ts-ignore
|
|
1803
|
+
// @ts-ignore
|
|
1804
|
+
// @ts-ignore
|
|
1805
|
+
// @ts-ignore
|
|
1806
|
+
// @ts-ignore
|
|
1807
|
+
// @ts-ignore
|
|
1808
|
+
// @ts-ignore
|
|
1802
1809
|
type MockServerConfig = {
|
|
1803
1810
|
port?: number;
|
|
1804
1811
|
host?: string;
|
|
@@ -1930,6 +1937,13 @@ declare namespace CodeceptJS {
|
|
|
1930
1937
|
// @ts-ignore
|
|
1931
1938
|
// @ts-ignore
|
|
1932
1939
|
// @ts-ignore
|
|
1940
|
+
// @ts-ignore
|
|
1941
|
+
// @ts-ignore
|
|
1942
|
+
// @ts-ignore
|
|
1943
|
+
// @ts-ignore
|
|
1944
|
+
// @ts-ignore
|
|
1945
|
+
// @ts-ignore
|
|
1946
|
+
// @ts-ignore
|
|
1933
1947
|
class MockServer {
|
|
1934
1948
|
/**
|
|
1935
1949
|
* Start the mock server
|
|
@@ -3036,6 +3050,13 @@ declare namespace CodeceptJS {
|
|
|
3036
3050
|
// @ts-ignore
|
|
3037
3051
|
// @ts-ignore
|
|
3038
3052
|
// @ts-ignore
|
|
3053
|
+
// @ts-ignore
|
|
3054
|
+
// @ts-ignore
|
|
3055
|
+
// @ts-ignore
|
|
3056
|
+
// @ts-ignore
|
|
3057
|
+
// @ts-ignore
|
|
3058
|
+
// @ts-ignore
|
|
3059
|
+
// @ts-ignore
|
|
3039
3060
|
type PlaywrightConfig = {
|
|
3040
3061
|
url?: string;
|
|
3041
3062
|
browser?: 'chromium' | 'firefox' | 'webkit' | 'electron';
|
|
@@ -6570,6 +6591,13 @@ declare namespace CodeceptJS {
|
|
|
6570
6591
|
// @ts-ignore
|
|
6571
6592
|
// @ts-ignore
|
|
6572
6593
|
// @ts-ignore
|
|
6594
|
+
// @ts-ignore
|
|
6595
|
+
// @ts-ignore
|
|
6596
|
+
// @ts-ignore
|
|
6597
|
+
// @ts-ignore
|
|
6598
|
+
// @ts-ignore
|
|
6599
|
+
// @ts-ignore
|
|
6600
|
+
// @ts-ignore
|
|
6573
6601
|
type PuppeteerConfig = {
|
|
6574
6602
|
url: string;
|
|
6575
6603
|
basicAuth?: any;
|
|
@@ -8519,6 +8547,13 @@ declare namespace CodeceptJS {
|
|
|
8519
8547
|
// @ts-ignore
|
|
8520
8548
|
// @ts-ignore
|
|
8521
8549
|
// @ts-ignore
|
|
8550
|
+
// @ts-ignore
|
|
8551
|
+
// @ts-ignore
|
|
8552
|
+
// @ts-ignore
|
|
8553
|
+
// @ts-ignore
|
|
8554
|
+
// @ts-ignore
|
|
8555
|
+
// @ts-ignore
|
|
8556
|
+
// @ts-ignore
|
|
8522
8557
|
type RESTConfig = {
|
|
8523
8558
|
endpoint?: string;
|
|
8524
8559
|
prettyPrintJson?: boolean;
|
|
@@ -9730,6 +9765,13 @@ declare namespace CodeceptJS {
|
|
|
9730
9765
|
// @ts-ignore
|
|
9731
9766
|
// @ts-ignore
|
|
9732
9767
|
// @ts-ignore
|
|
9768
|
+
// @ts-ignore
|
|
9769
|
+
// @ts-ignore
|
|
9770
|
+
// @ts-ignore
|
|
9771
|
+
// @ts-ignore
|
|
9772
|
+
// @ts-ignore
|
|
9773
|
+
// @ts-ignore
|
|
9774
|
+
// @ts-ignore
|
|
9733
9775
|
type WebDriverConfig = {
|
|
9734
9776
|
url: string;
|
|
9735
9777
|
browser: string;
|