intellitester 0.2.19 → 0.2.20
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/{chunk-LKSREGQS.js → chunk-ICJK4WBA.js} +290 -63
- package/dist/chunk-ICJK4WBA.js.map +1 -0
- package/dist/{chunk-LFCMPHWU.cjs → chunk-JIVORCLQ.cjs} +295 -63
- package/dist/chunk-JIVORCLQ.cjs.map +1 -0
- package/dist/cli/index.cjs +35 -43
- package/dist/cli/index.cjs.map +1 -1
- package/dist/cli/index.js +2 -10
- package/dist/cli/index.js.map +1 -1
- package/dist/index.cjs +52 -28
- package/dist/index.d.cts +84 -1
- package/dist/index.d.ts +84 -1
- package/dist/index.js +1 -1
- package/package.json +2 -1
- package/dist/chunk-LFCMPHWU.cjs.map +0 -1
- package/dist/chunk-LKSREGQS.js.map +0 -1
package/dist/index.cjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunkJIVORCLQ_cjs = require('./chunk-JIVORCLQ.cjs');
|
|
4
4
|
require('./chunk-ARJYJVRM.cjs');
|
|
5
5
|
require('./chunk-QMYM2TCH.cjs');
|
|
6
6
|
require('./chunk-PAKODOH4.cjs');
|
|
@@ -12,111 +12,135 @@ require('./chunk-35WJGNDA.cjs');
|
|
|
12
12
|
|
|
13
13
|
Object.defineProperty(exports, "ActionSchema", {
|
|
14
14
|
enumerable: true,
|
|
15
|
-
get: function () { return
|
|
15
|
+
get: function () { return chunkJIVORCLQ_cjs.ActionSchema; }
|
|
16
16
|
});
|
|
17
17
|
Object.defineProperty(exports, "IntellitesterConfigSchema", {
|
|
18
18
|
enumerable: true,
|
|
19
|
-
get: function () { return
|
|
19
|
+
get: function () { return chunkJIVORCLQ_cjs.IntellitesterConfigSchema; }
|
|
20
20
|
});
|
|
21
21
|
Object.defineProperty(exports, "LocatorSchema", {
|
|
22
22
|
enumerable: true,
|
|
23
|
-
get: function () { return
|
|
23
|
+
get: function () { return chunkJIVORCLQ_cjs.LocatorSchema; }
|
|
24
24
|
});
|
|
25
25
|
Object.defineProperty(exports, "TestConfigSchema", {
|
|
26
26
|
enumerable: true,
|
|
27
|
-
get: function () { return
|
|
27
|
+
get: function () { return chunkJIVORCLQ_cjs.TestConfigSchema; }
|
|
28
28
|
});
|
|
29
29
|
Object.defineProperty(exports, "TestDefinitionSchema", {
|
|
30
30
|
enumerable: true,
|
|
31
|
-
get: function () { return
|
|
31
|
+
get: function () { return chunkJIVORCLQ_cjs.TestDefinitionSchema; }
|
|
32
32
|
});
|
|
33
33
|
Object.defineProperty(exports, "cleanupConfigSchema", {
|
|
34
34
|
enumerable: true,
|
|
35
|
-
get: function () { return
|
|
35
|
+
get: function () { return chunkJIVORCLQ_cjs.cleanupConfigSchema; }
|
|
36
36
|
});
|
|
37
37
|
Object.defineProperty(exports, "cleanupDiscoverSchema", {
|
|
38
38
|
enumerable: true,
|
|
39
|
-
get: function () { return
|
|
39
|
+
get: function () { return chunkJIVORCLQ_cjs.cleanupDiscoverSchema; }
|
|
40
40
|
});
|
|
41
41
|
Object.defineProperty(exports, "collectMissingEnvVars", {
|
|
42
42
|
enumerable: true,
|
|
43
|
-
get: function () { return
|
|
43
|
+
get: function () { return chunkJIVORCLQ_cjs.collectMissingEnvVars; }
|
|
44
|
+
});
|
|
45
|
+
Object.defineProperty(exports, "generateFillerText", {
|
|
46
|
+
enumerable: true,
|
|
47
|
+
get: function () { return chunkJIVORCLQ_cjs.generateFillerText; }
|
|
48
|
+
});
|
|
49
|
+
Object.defineProperty(exports, "generateRandomEmail", {
|
|
50
|
+
enumerable: true,
|
|
51
|
+
get: function () { return chunkJIVORCLQ_cjs.generateRandomEmail; }
|
|
52
|
+
});
|
|
53
|
+
Object.defineProperty(exports, "generateRandomPhone", {
|
|
54
|
+
enumerable: true,
|
|
55
|
+
get: function () { return chunkJIVORCLQ_cjs.generateRandomPhone; }
|
|
56
|
+
});
|
|
57
|
+
Object.defineProperty(exports, "generateRandomPhoto", {
|
|
58
|
+
enumerable: true,
|
|
59
|
+
get: function () { return chunkJIVORCLQ_cjs.generateRandomPhoto; }
|
|
60
|
+
});
|
|
61
|
+
Object.defineProperty(exports, "generateRandomUsername", {
|
|
62
|
+
enumerable: true,
|
|
63
|
+
get: function () { return chunkJIVORCLQ_cjs.generateRandomUsername; }
|
|
64
|
+
});
|
|
65
|
+
Object.defineProperty(exports, "interpolateVariables", {
|
|
66
|
+
enumerable: true,
|
|
67
|
+
get: function () { return chunkJIVORCLQ_cjs.interpolateVariables; }
|
|
44
68
|
});
|
|
45
69
|
Object.defineProperty(exports, "isPipelineContent", {
|
|
46
70
|
enumerable: true,
|
|
47
|
-
get: function () { return
|
|
71
|
+
get: function () { return chunkJIVORCLQ_cjs.isPipelineContent; }
|
|
48
72
|
});
|
|
49
73
|
Object.defineProperty(exports, "isPipelineFile", {
|
|
50
74
|
enumerable: true,
|
|
51
|
-
get: function () { return
|
|
75
|
+
get: function () { return chunkJIVORCLQ_cjs.isPipelineFile; }
|
|
52
76
|
});
|
|
53
77
|
Object.defineProperty(exports, "isWorkflowContent", {
|
|
54
78
|
enumerable: true,
|
|
55
|
-
get: function () { return
|
|
79
|
+
get: function () { return chunkJIVORCLQ_cjs.isWorkflowContent; }
|
|
56
80
|
});
|
|
57
81
|
Object.defineProperty(exports, "isWorkflowFile", {
|
|
58
82
|
enumerable: true,
|
|
59
|
-
get: function () { return
|
|
83
|
+
get: function () { return chunkJIVORCLQ_cjs.isWorkflowFile; }
|
|
60
84
|
});
|
|
61
85
|
Object.defineProperty(exports, "killServer", {
|
|
62
86
|
enumerable: true,
|
|
63
|
-
get: function () { return
|
|
87
|
+
get: function () { return chunkJIVORCLQ_cjs.killServer; }
|
|
64
88
|
});
|
|
65
89
|
Object.defineProperty(exports, "loadIntellitesterConfig", {
|
|
66
90
|
enumerable: true,
|
|
67
|
-
get: function () { return
|
|
91
|
+
get: function () { return chunkJIVORCLQ_cjs.loadIntellitesterConfig; }
|
|
68
92
|
});
|
|
69
93
|
Object.defineProperty(exports, "loadPipelineDefinition", {
|
|
70
94
|
enumerable: true,
|
|
71
|
-
get: function () { return
|
|
95
|
+
get: function () { return chunkJIVORCLQ_cjs.loadPipelineDefinition; }
|
|
72
96
|
});
|
|
73
97
|
Object.defineProperty(exports, "loadTestDefinition", {
|
|
74
98
|
enumerable: true,
|
|
75
|
-
get: function () { return
|
|
99
|
+
get: function () { return chunkJIVORCLQ_cjs.loadTestDefinition; }
|
|
76
100
|
});
|
|
77
101
|
Object.defineProperty(exports, "loadWorkflowDefinition", {
|
|
78
102
|
enumerable: true,
|
|
79
|
-
get: function () { return
|
|
103
|
+
get: function () { return chunkJIVORCLQ_cjs.loadWorkflowDefinition; }
|
|
80
104
|
});
|
|
81
105
|
Object.defineProperty(exports, "parseIntellitesterConfig", {
|
|
82
106
|
enumerable: true,
|
|
83
|
-
get: function () { return
|
|
107
|
+
get: function () { return chunkJIVORCLQ_cjs.parseIntellitesterConfig; }
|
|
84
108
|
});
|
|
85
109
|
Object.defineProperty(exports, "parsePipelineDefinition", {
|
|
86
110
|
enumerable: true,
|
|
87
|
-
get: function () { return
|
|
111
|
+
get: function () { return chunkJIVORCLQ_cjs.parsePipelineDefinition; }
|
|
88
112
|
});
|
|
89
113
|
Object.defineProperty(exports, "parseTestDefinition", {
|
|
90
114
|
enumerable: true,
|
|
91
|
-
get: function () { return
|
|
115
|
+
get: function () { return chunkJIVORCLQ_cjs.parseTestDefinition; }
|
|
92
116
|
});
|
|
93
117
|
Object.defineProperty(exports, "parseWorkflowDefinition", {
|
|
94
118
|
enumerable: true,
|
|
95
|
-
get: function () { return
|
|
119
|
+
get: function () { return chunkJIVORCLQ_cjs.parseWorkflowDefinition; }
|
|
96
120
|
});
|
|
97
121
|
Object.defineProperty(exports, "previewConfigSchema", {
|
|
98
122
|
enumerable: true,
|
|
99
|
-
get: function () { return
|
|
123
|
+
get: function () { return chunkJIVORCLQ_cjs.previewConfigSchema; }
|
|
100
124
|
});
|
|
101
125
|
Object.defineProperty(exports, "runWebTest", {
|
|
102
126
|
enumerable: true,
|
|
103
|
-
get: function () { return
|
|
127
|
+
get: function () { return chunkJIVORCLQ_cjs.runWebTest; }
|
|
104
128
|
});
|
|
105
129
|
Object.defineProperty(exports, "runWorkflow", {
|
|
106
130
|
enumerable: true,
|
|
107
|
-
get: function () { return
|
|
131
|
+
get: function () { return chunkJIVORCLQ_cjs.runWorkflow; }
|
|
108
132
|
});
|
|
109
133
|
Object.defineProperty(exports, "runWorkflowWithContext", {
|
|
110
134
|
enumerable: true,
|
|
111
|
-
get: function () { return
|
|
135
|
+
get: function () { return chunkJIVORCLQ_cjs.runWorkflowWithContext; }
|
|
112
136
|
});
|
|
113
137
|
Object.defineProperty(exports, "setupAppwriteTracking", {
|
|
114
138
|
enumerable: true,
|
|
115
|
-
get: function () { return
|
|
139
|
+
get: function () { return chunkJIVORCLQ_cjs.setupAppwriteTracking; }
|
|
116
140
|
});
|
|
117
141
|
Object.defineProperty(exports, "startWebServer", {
|
|
118
142
|
enumerable: true,
|
|
119
|
-
get: function () { return
|
|
143
|
+
get: function () { return chunkJIVORCLQ_cjs.startWebServer; }
|
|
120
144
|
});
|
|
121
145
|
//# sourceMappingURL=index.cjs.map
|
|
122
146
|
//# sourceMappingURL=index.cjs.map
|
package/dist/index.d.cts
CHANGED
|
@@ -1038,4 +1038,87 @@ declare const isWorkflowContent: (content: string) => boolean;
|
|
|
1038
1038
|
*/
|
|
1039
1039
|
declare const isPipelineContent: (content: string) => boolean;
|
|
1040
1040
|
|
|
1041
|
-
|
|
1041
|
+
/**
|
|
1042
|
+
* Generates a random username in PascalCase format.
|
|
1043
|
+
* Format: AdjectiveAnimalNN (e.g., "HappyTiger42", "BlueFox07")
|
|
1044
|
+
*
|
|
1045
|
+
* The username is designed to:
|
|
1046
|
+
* - Be human-readable and memorable
|
|
1047
|
+
* - Stay under 30 characters (typical username validation limit)
|
|
1048
|
+
* - Include a 2-digit suffix for uniqueness
|
|
1049
|
+
*
|
|
1050
|
+
* Examples: "HappyTiger42", "BlueFox07", "QuickBear91"
|
|
1051
|
+
*/
|
|
1052
|
+
declare function generateRandomUsername(): string;
|
|
1053
|
+
|
|
1054
|
+
/**
|
|
1055
|
+
* Generates a random photo URL from picsum.photos.
|
|
1056
|
+
*
|
|
1057
|
+
* @param dimensions - Optional dimensions in "WIDTHxHEIGHT" format (e.g., "500x500", "200x300")
|
|
1058
|
+
* Defaults to "500x500" if not provided.
|
|
1059
|
+
* @returns A URL like "https://picsum.photos/500/500"
|
|
1060
|
+
*
|
|
1061
|
+
* Examples:
|
|
1062
|
+
* generateRandomPhoto() -> "https://picsum.photos/500/500"
|
|
1063
|
+
* generateRandomPhoto("200x300") -> "https://picsum.photos/200/300"
|
|
1064
|
+
* generateRandomPhoto("800") -> "https://picsum.photos/800/800" (square)
|
|
1065
|
+
*/
|
|
1066
|
+
declare function generateRandomPhoto(dimensions?: string): string;
|
|
1067
|
+
|
|
1068
|
+
/**
|
|
1069
|
+
* Generates lorem ipsum style filler text.
|
|
1070
|
+
*
|
|
1071
|
+
* @param wordCount - Number of words to generate. Defaults to 50.
|
|
1072
|
+
* @returns A string of lorem ipsum style filler text.
|
|
1073
|
+
*
|
|
1074
|
+
* Examples:
|
|
1075
|
+
* generateFillerText() -> ~50 words of lorem ipsum
|
|
1076
|
+
* generateFillerText(10) -> ~10 words of lorem ipsum
|
|
1077
|
+
* generateFillerText(100) -> ~100 words of lorem ipsum
|
|
1078
|
+
*/
|
|
1079
|
+
declare function generateFillerText(wordCount?: number | string): string;
|
|
1080
|
+
|
|
1081
|
+
/**
|
|
1082
|
+
* Generates a random test email address.
|
|
1083
|
+
*
|
|
1084
|
+
* The format is: test-{randomHex}@test.local
|
|
1085
|
+
*
|
|
1086
|
+
* @param domain - Optional custom domain. Defaults to "test.local"
|
|
1087
|
+
* @returns A random email address suitable for testing.
|
|
1088
|
+
*
|
|
1089
|
+
* Examples:
|
|
1090
|
+
* generateRandomEmail() -> "test-a1b2c3@test.local"
|
|
1091
|
+
* generateRandomEmail("example.com") -> "test-a1b2c3@example.com"
|
|
1092
|
+
*/
|
|
1093
|
+
declare function generateRandomEmail(domain?: string): string;
|
|
1094
|
+
|
|
1095
|
+
/**
|
|
1096
|
+
* Generate a random valid phone number for a given country
|
|
1097
|
+
* @param country - ISO 3166-1 alpha-2 country code (default: 'US')
|
|
1098
|
+
* @returns Phone number in E.164 format (e.g., +14155551234)
|
|
1099
|
+
*/
|
|
1100
|
+
declare function generateRandomPhone(country?: string): string;
|
|
1101
|
+
|
|
1102
|
+
/**
|
|
1103
|
+
* Built-in variable interpolation for test values.
|
|
1104
|
+
*
|
|
1105
|
+
* Supports the following patterns:
|
|
1106
|
+
* - {{uuid}} - Short UUID (first segment of a UUID v4)
|
|
1107
|
+
* - {{randomUsername}} - Random username like "HappyTiger42"
|
|
1108
|
+
* - {{randomPhoto}} - Random photo URL (500x500 default)
|
|
1109
|
+
* - {{randomPhoto:WxH}} - Random photo with custom dimensions (e.g., {{randomPhoto:200x300}})
|
|
1110
|
+
* - {{fillerText}} - Lorem ipsum filler text (~50 words default)
|
|
1111
|
+
* - {{fillerText:N}} - Lorem ipsum with N words (e.g., {{fillerText:100}})
|
|
1112
|
+
* - {{randomEmail}} - Random test email (e.g., test-abc123@test.local)
|
|
1113
|
+
* - {{randomEmail:domain}} - Random email with custom domain (e.g., {{randomEmail:example.com}})
|
|
1114
|
+
* - {{randomPhone}} - Random valid phone number in E.164 format (default: US)
|
|
1115
|
+
* - {{randomPhone:CC}} - Random phone for country code (e.g., {{randomPhone:GB}})
|
|
1116
|
+
* - {{varName}} - User-defined variable from context
|
|
1117
|
+
*
|
|
1118
|
+
* @param value - The string containing {{variable}} placeholders
|
|
1119
|
+
* @param variables - Map of user-defined variables
|
|
1120
|
+
* @returns The interpolated string with all placeholders replaced
|
|
1121
|
+
*/
|
|
1122
|
+
declare function interpolateVariables(value: string, variables: Map<string, string>): string;
|
|
1123
|
+
|
|
1124
|
+
export { type Action, ActionSchema, type BrowserName, type CleanupConfig, type ExecutionContext, type IntellitesterConfig, IntellitesterConfigSchema, type Locator, LocatorSchema, type PipelineAppwriteConfig, type PipelineCleanupConfig, type PipelineConfig, type PipelineDefinition, type PipelineResult, type PipelineWebConfig, type PipelineWebServerConfig, type PipelineWorkflowResult, type PreviewConfig, type StepResult, type TestConfig, TestConfigSchema, type TestDefinition, TestDefinitionSchema, type WebRunOptions, type WebRunResult, type WebServer, type WebServerConfig, type WorkflowDefinition, type WorkflowOptions, type WorkflowReference, type WorkflowResult, type WorkflowTestResult, type WorkflowWithContextOptions, type WorkflowWithContextResult, cleanupConfigSchema, cleanupDiscoverSchema, collectMissingEnvVars, generateFillerText, generateRandomEmail, generateRandomPhone, generateRandomPhoto, generateRandomUsername, interpolateVariables, isPipelineContent, isPipelineFile, isWorkflowContent, isWorkflowFile, killServer, loadIntellitesterConfig, loadPipelineDefinition, loadTestDefinition, loadWorkflowDefinition, parseIntellitesterConfig, parsePipelineDefinition, parseTestDefinition, parseWorkflowDefinition, previewConfigSchema, runWebTest, runWorkflow, runWorkflowWithContext, setupAppwriteTracking, startWebServer };
|
package/dist/index.d.ts
CHANGED
|
@@ -1038,4 +1038,87 @@ declare const isWorkflowContent: (content: string) => boolean;
|
|
|
1038
1038
|
*/
|
|
1039
1039
|
declare const isPipelineContent: (content: string) => boolean;
|
|
1040
1040
|
|
|
1041
|
-
|
|
1041
|
+
/**
|
|
1042
|
+
* Generates a random username in PascalCase format.
|
|
1043
|
+
* Format: AdjectiveAnimalNN (e.g., "HappyTiger42", "BlueFox07")
|
|
1044
|
+
*
|
|
1045
|
+
* The username is designed to:
|
|
1046
|
+
* - Be human-readable and memorable
|
|
1047
|
+
* - Stay under 30 characters (typical username validation limit)
|
|
1048
|
+
* - Include a 2-digit suffix for uniqueness
|
|
1049
|
+
*
|
|
1050
|
+
* Examples: "HappyTiger42", "BlueFox07", "QuickBear91"
|
|
1051
|
+
*/
|
|
1052
|
+
declare function generateRandomUsername(): string;
|
|
1053
|
+
|
|
1054
|
+
/**
|
|
1055
|
+
* Generates a random photo URL from picsum.photos.
|
|
1056
|
+
*
|
|
1057
|
+
* @param dimensions - Optional dimensions in "WIDTHxHEIGHT" format (e.g., "500x500", "200x300")
|
|
1058
|
+
* Defaults to "500x500" if not provided.
|
|
1059
|
+
* @returns A URL like "https://picsum.photos/500/500"
|
|
1060
|
+
*
|
|
1061
|
+
* Examples:
|
|
1062
|
+
* generateRandomPhoto() -> "https://picsum.photos/500/500"
|
|
1063
|
+
* generateRandomPhoto("200x300") -> "https://picsum.photos/200/300"
|
|
1064
|
+
* generateRandomPhoto("800") -> "https://picsum.photos/800/800" (square)
|
|
1065
|
+
*/
|
|
1066
|
+
declare function generateRandomPhoto(dimensions?: string): string;
|
|
1067
|
+
|
|
1068
|
+
/**
|
|
1069
|
+
* Generates lorem ipsum style filler text.
|
|
1070
|
+
*
|
|
1071
|
+
* @param wordCount - Number of words to generate. Defaults to 50.
|
|
1072
|
+
* @returns A string of lorem ipsum style filler text.
|
|
1073
|
+
*
|
|
1074
|
+
* Examples:
|
|
1075
|
+
* generateFillerText() -> ~50 words of lorem ipsum
|
|
1076
|
+
* generateFillerText(10) -> ~10 words of lorem ipsum
|
|
1077
|
+
* generateFillerText(100) -> ~100 words of lorem ipsum
|
|
1078
|
+
*/
|
|
1079
|
+
declare function generateFillerText(wordCount?: number | string): string;
|
|
1080
|
+
|
|
1081
|
+
/**
|
|
1082
|
+
* Generates a random test email address.
|
|
1083
|
+
*
|
|
1084
|
+
* The format is: test-{randomHex}@test.local
|
|
1085
|
+
*
|
|
1086
|
+
* @param domain - Optional custom domain. Defaults to "test.local"
|
|
1087
|
+
* @returns A random email address suitable for testing.
|
|
1088
|
+
*
|
|
1089
|
+
* Examples:
|
|
1090
|
+
* generateRandomEmail() -> "test-a1b2c3@test.local"
|
|
1091
|
+
* generateRandomEmail("example.com") -> "test-a1b2c3@example.com"
|
|
1092
|
+
*/
|
|
1093
|
+
declare function generateRandomEmail(domain?: string): string;
|
|
1094
|
+
|
|
1095
|
+
/**
|
|
1096
|
+
* Generate a random valid phone number for a given country
|
|
1097
|
+
* @param country - ISO 3166-1 alpha-2 country code (default: 'US')
|
|
1098
|
+
* @returns Phone number in E.164 format (e.g., +14155551234)
|
|
1099
|
+
*/
|
|
1100
|
+
declare function generateRandomPhone(country?: string): string;
|
|
1101
|
+
|
|
1102
|
+
/**
|
|
1103
|
+
* Built-in variable interpolation for test values.
|
|
1104
|
+
*
|
|
1105
|
+
* Supports the following patterns:
|
|
1106
|
+
* - {{uuid}} - Short UUID (first segment of a UUID v4)
|
|
1107
|
+
* - {{randomUsername}} - Random username like "HappyTiger42"
|
|
1108
|
+
* - {{randomPhoto}} - Random photo URL (500x500 default)
|
|
1109
|
+
* - {{randomPhoto:WxH}} - Random photo with custom dimensions (e.g., {{randomPhoto:200x300}})
|
|
1110
|
+
* - {{fillerText}} - Lorem ipsum filler text (~50 words default)
|
|
1111
|
+
* - {{fillerText:N}} - Lorem ipsum with N words (e.g., {{fillerText:100}})
|
|
1112
|
+
* - {{randomEmail}} - Random test email (e.g., test-abc123@test.local)
|
|
1113
|
+
* - {{randomEmail:domain}} - Random email with custom domain (e.g., {{randomEmail:example.com}})
|
|
1114
|
+
* - {{randomPhone}} - Random valid phone number in E.164 format (default: US)
|
|
1115
|
+
* - {{randomPhone:CC}} - Random phone for country code (e.g., {{randomPhone:GB}})
|
|
1116
|
+
* - {{varName}} - User-defined variable from context
|
|
1117
|
+
*
|
|
1118
|
+
* @param value - The string containing {{variable}} placeholders
|
|
1119
|
+
* @param variables - Map of user-defined variables
|
|
1120
|
+
* @returns The interpolated string with all placeholders replaced
|
|
1121
|
+
*/
|
|
1122
|
+
declare function interpolateVariables(value: string, variables: Map<string, string>): string;
|
|
1123
|
+
|
|
1124
|
+
export { type Action, ActionSchema, type BrowserName, type CleanupConfig, type ExecutionContext, type IntellitesterConfig, IntellitesterConfigSchema, type Locator, LocatorSchema, type PipelineAppwriteConfig, type PipelineCleanupConfig, type PipelineConfig, type PipelineDefinition, type PipelineResult, type PipelineWebConfig, type PipelineWebServerConfig, type PipelineWorkflowResult, type PreviewConfig, type StepResult, type TestConfig, TestConfigSchema, type TestDefinition, TestDefinitionSchema, type WebRunOptions, type WebRunResult, type WebServer, type WebServerConfig, type WorkflowDefinition, type WorkflowOptions, type WorkflowReference, type WorkflowResult, type WorkflowTestResult, type WorkflowWithContextOptions, type WorkflowWithContextResult, cleanupConfigSchema, cleanupDiscoverSchema, collectMissingEnvVars, generateFillerText, generateRandomEmail, generateRandomPhone, generateRandomPhoto, generateRandomUsername, interpolateVariables, isPipelineContent, isPipelineFile, isWorkflowContent, isWorkflowFile, killServer, loadIntellitesterConfig, loadPipelineDefinition, loadTestDefinition, loadWorkflowDefinition, parseIntellitesterConfig, parsePipelineDefinition, parseTestDefinition, parseWorkflowDefinition, previewConfigSchema, runWebTest, runWorkflow, runWorkflowWithContext, setupAppwriteTracking, startWebServer };
|
package/dist/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { ActionSchema, IntellitesterConfigSchema, LocatorSchema, TestConfigSchema, TestDefinitionSchema, cleanupConfigSchema, cleanupDiscoverSchema, collectMissingEnvVars, isPipelineContent, isPipelineFile, isWorkflowContent, isWorkflowFile, killServer, loadIntellitesterConfig, loadPipelineDefinition, loadTestDefinition, loadWorkflowDefinition, parseIntellitesterConfig, parsePipelineDefinition, parseTestDefinition, parseWorkflowDefinition, previewConfigSchema, runWebTest, runWorkflow, runWorkflowWithContext, setupAppwriteTracking, startWebServer } from './chunk-
|
|
1
|
+
export { ActionSchema, IntellitesterConfigSchema, LocatorSchema, TestConfigSchema, TestDefinitionSchema, cleanupConfigSchema, cleanupDiscoverSchema, collectMissingEnvVars, generateFillerText, generateRandomEmail, generateRandomPhone, generateRandomPhoto, generateRandomUsername, interpolateVariables, isPipelineContent, isPipelineFile, isWorkflowContent, isWorkflowFile, killServer, loadIntellitesterConfig, loadPipelineDefinition, loadTestDefinition, loadWorkflowDefinition, parseIntellitesterConfig, parsePipelineDefinition, parseTestDefinition, parseWorkflowDefinition, previewConfigSchema, runWebTest, runWorkflow, runWorkflowWithContext, setupAppwriteTracking, startWebServer } from './chunk-ICJK4WBA.js';
|
|
2
2
|
import './chunk-ECBA4GJ3.js';
|
|
3
3
|
import './chunk-DE5UFTTG.js';
|
|
4
4
|
import './chunk-6PYKWWH5.js';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "intellitester",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.20",
|
|
4
4
|
"description": "Uses AI + iOS or Android emulators / web browsers to create automated test suites using simple instructions",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.cjs",
|
|
@@ -80,6 +80,7 @@
|
|
|
80
80
|
"commander": "^14.0.2",
|
|
81
81
|
"dotenv": "^17.2.3",
|
|
82
82
|
"glob": "^13.0.0",
|
|
83
|
+
"libphonenumber-js": "^1.12.33",
|
|
83
84
|
"llamaindex": "^0.12.1",
|
|
84
85
|
"node-appwrite": "^21.0.0",
|
|
85
86
|
"prompts": "^2.4.2",
|