intellitester 0.2.16 → 0.2.18

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/index.d.ts CHANGED
@@ -37,6 +37,85 @@ declare const ActionSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
37
37
  name: z.ZodOptional<z.ZodString>;
38
38
  }, z.core.$strip>;
39
39
  value: z.ZodString;
40
+ }, z.core.$strip>, z.ZodObject<{
41
+ type: z.ZodLiteral<"clear">;
42
+ target: z.ZodObject<{
43
+ description: z.ZodOptional<z.ZodString>;
44
+ testId: z.ZodOptional<z.ZodString>;
45
+ text: z.ZodOptional<z.ZodString>;
46
+ css: z.ZodOptional<z.ZodString>;
47
+ xpath: z.ZodOptional<z.ZodString>;
48
+ role: z.ZodOptional<z.ZodString>;
49
+ name: z.ZodOptional<z.ZodString>;
50
+ }, z.core.$strip>;
51
+ }, z.core.$strip>, z.ZodObject<{
52
+ type: z.ZodLiteral<"hover">;
53
+ target: z.ZodObject<{
54
+ description: z.ZodOptional<z.ZodString>;
55
+ testId: z.ZodOptional<z.ZodString>;
56
+ text: z.ZodOptional<z.ZodString>;
57
+ css: z.ZodOptional<z.ZodString>;
58
+ xpath: z.ZodOptional<z.ZodString>;
59
+ role: z.ZodOptional<z.ZodString>;
60
+ name: z.ZodOptional<z.ZodString>;
61
+ }, z.core.$strip>;
62
+ }, z.core.$strip>, z.ZodObject<{
63
+ type: z.ZodLiteral<"select">;
64
+ target: z.ZodObject<{
65
+ description: z.ZodOptional<z.ZodString>;
66
+ testId: z.ZodOptional<z.ZodString>;
67
+ text: z.ZodOptional<z.ZodString>;
68
+ css: z.ZodOptional<z.ZodString>;
69
+ xpath: z.ZodOptional<z.ZodString>;
70
+ role: z.ZodOptional<z.ZodString>;
71
+ name: z.ZodOptional<z.ZodString>;
72
+ }, z.core.$strip>;
73
+ value: z.ZodString;
74
+ }, z.core.$strip>, z.ZodObject<{
75
+ type: z.ZodLiteral<"check">;
76
+ target: z.ZodObject<{
77
+ description: z.ZodOptional<z.ZodString>;
78
+ testId: z.ZodOptional<z.ZodString>;
79
+ text: z.ZodOptional<z.ZodString>;
80
+ css: z.ZodOptional<z.ZodString>;
81
+ xpath: z.ZodOptional<z.ZodString>;
82
+ role: z.ZodOptional<z.ZodString>;
83
+ name: z.ZodOptional<z.ZodString>;
84
+ }, z.core.$strip>;
85
+ }, z.core.$strip>, z.ZodObject<{
86
+ type: z.ZodLiteral<"uncheck">;
87
+ target: z.ZodObject<{
88
+ description: z.ZodOptional<z.ZodString>;
89
+ testId: z.ZodOptional<z.ZodString>;
90
+ text: z.ZodOptional<z.ZodString>;
91
+ css: z.ZodOptional<z.ZodString>;
92
+ xpath: z.ZodOptional<z.ZodString>;
93
+ role: z.ZodOptional<z.ZodString>;
94
+ name: z.ZodOptional<z.ZodString>;
95
+ }, z.core.$strip>;
96
+ }, z.core.$strip>, z.ZodObject<{
97
+ type: z.ZodLiteral<"press">;
98
+ key: z.ZodString;
99
+ target: z.ZodOptional<z.ZodObject<{
100
+ description: z.ZodOptional<z.ZodString>;
101
+ testId: z.ZodOptional<z.ZodString>;
102
+ text: z.ZodOptional<z.ZodString>;
103
+ css: z.ZodOptional<z.ZodString>;
104
+ xpath: z.ZodOptional<z.ZodString>;
105
+ role: z.ZodOptional<z.ZodString>;
106
+ name: z.ZodOptional<z.ZodString>;
107
+ }, z.core.$strip>>;
108
+ }, z.core.$strip>, z.ZodObject<{
109
+ type: z.ZodLiteral<"focus">;
110
+ target: z.ZodObject<{
111
+ description: z.ZodOptional<z.ZodString>;
112
+ testId: z.ZodOptional<z.ZodString>;
113
+ text: z.ZodOptional<z.ZodString>;
114
+ css: z.ZodOptional<z.ZodString>;
115
+ xpath: z.ZodOptional<z.ZodString>;
116
+ role: z.ZodOptional<z.ZodString>;
117
+ name: z.ZodOptional<z.ZodString>;
118
+ }, z.core.$strip>;
40
119
  }, z.core.$strip>, z.ZodObject<{
41
120
  type: z.ZodLiteral<"assert">;
42
121
  target: z.ZodObject<{
@@ -244,6 +323,85 @@ declare const TestDefinitionSchema: z.ZodObject<{
244
323
  name: z.ZodOptional<z.ZodString>;
245
324
  }, z.core.$strip>;
246
325
  value: z.ZodString;
326
+ }, z.core.$strip>, z.ZodObject<{
327
+ type: z.ZodLiteral<"clear">;
328
+ target: z.ZodObject<{
329
+ description: z.ZodOptional<z.ZodString>;
330
+ testId: z.ZodOptional<z.ZodString>;
331
+ text: z.ZodOptional<z.ZodString>;
332
+ css: z.ZodOptional<z.ZodString>;
333
+ xpath: z.ZodOptional<z.ZodString>;
334
+ role: z.ZodOptional<z.ZodString>;
335
+ name: z.ZodOptional<z.ZodString>;
336
+ }, z.core.$strip>;
337
+ }, z.core.$strip>, z.ZodObject<{
338
+ type: z.ZodLiteral<"hover">;
339
+ target: z.ZodObject<{
340
+ description: z.ZodOptional<z.ZodString>;
341
+ testId: z.ZodOptional<z.ZodString>;
342
+ text: z.ZodOptional<z.ZodString>;
343
+ css: z.ZodOptional<z.ZodString>;
344
+ xpath: z.ZodOptional<z.ZodString>;
345
+ role: z.ZodOptional<z.ZodString>;
346
+ name: z.ZodOptional<z.ZodString>;
347
+ }, z.core.$strip>;
348
+ }, z.core.$strip>, z.ZodObject<{
349
+ type: z.ZodLiteral<"select">;
350
+ target: z.ZodObject<{
351
+ description: z.ZodOptional<z.ZodString>;
352
+ testId: z.ZodOptional<z.ZodString>;
353
+ text: z.ZodOptional<z.ZodString>;
354
+ css: z.ZodOptional<z.ZodString>;
355
+ xpath: z.ZodOptional<z.ZodString>;
356
+ role: z.ZodOptional<z.ZodString>;
357
+ name: z.ZodOptional<z.ZodString>;
358
+ }, z.core.$strip>;
359
+ value: z.ZodString;
360
+ }, z.core.$strip>, z.ZodObject<{
361
+ type: z.ZodLiteral<"check">;
362
+ target: z.ZodObject<{
363
+ description: z.ZodOptional<z.ZodString>;
364
+ testId: z.ZodOptional<z.ZodString>;
365
+ text: z.ZodOptional<z.ZodString>;
366
+ css: z.ZodOptional<z.ZodString>;
367
+ xpath: z.ZodOptional<z.ZodString>;
368
+ role: z.ZodOptional<z.ZodString>;
369
+ name: z.ZodOptional<z.ZodString>;
370
+ }, z.core.$strip>;
371
+ }, z.core.$strip>, z.ZodObject<{
372
+ type: z.ZodLiteral<"uncheck">;
373
+ target: z.ZodObject<{
374
+ description: z.ZodOptional<z.ZodString>;
375
+ testId: z.ZodOptional<z.ZodString>;
376
+ text: z.ZodOptional<z.ZodString>;
377
+ css: z.ZodOptional<z.ZodString>;
378
+ xpath: z.ZodOptional<z.ZodString>;
379
+ role: z.ZodOptional<z.ZodString>;
380
+ name: z.ZodOptional<z.ZodString>;
381
+ }, z.core.$strip>;
382
+ }, z.core.$strip>, z.ZodObject<{
383
+ type: z.ZodLiteral<"press">;
384
+ key: z.ZodString;
385
+ target: z.ZodOptional<z.ZodObject<{
386
+ description: z.ZodOptional<z.ZodString>;
387
+ testId: z.ZodOptional<z.ZodString>;
388
+ text: z.ZodOptional<z.ZodString>;
389
+ css: z.ZodOptional<z.ZodString>;
390
+ xpath: z.ZodOptional<z.ZodString>;
391
+ role: z.ZodOptional<z.ZodString>;
392
+ name: z.ZodOptional<z.ZodString>;
393
+ }, z.core.$strip>>;
394
+ }, z.core.$strip>, z.ZodObject<{
395
+ type: z.ZodLiteral<"focus">;
396
+ target: z.ZodObject<{
397
+ description: z.ZodOptional<z.ZodString>;
398
+ testId: z.ZodOptional<z.ZodString>;
399
+ text: z.ZodOptional<z.ZodString>;
400
+ css: z.ZodOptional<z.ZodString>;
401
+ xpath: z.ZodOptional<z.ZodString>;
402
+ role: z.ZodOptional<z.ZodString>;
403
+ name: z.ZodOptional<z.ZodString>;
404
+ }, z.core.$strip>;
247
405
  }, z.core.$strip>, z.ZodObject<{
248
406
  type: z.ZodLiteral<"assert">;
249
407
  target: z.ZodObject<{
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-VPJNNQKB.js';
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-EQJQS4RD.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.16",
3
+ "version": "0.2.18",
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",