intellitester 0.2.24 → 0.2.25
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-BDSLT5FJ.js +512 -0
- package/dist/chunk-BDSLT5FJ.js.map +1 -0
- package/dist/chunk-OLQKQ3TR.cjs +538 -0
- package/dist/chunk-OLQKQ3TR.cjs.map +1 -0
- package/dist/{chunk-GFN6LIOF.cjs → chunk-SZFPANKM.cjs} +285 -523
- package/dist/chunk-SZFPANKM.cjs.map +1 -0
- package/dist/{chunk-HQOYFF54.js → chunk-YKAAZZCH.js} +284 -501
- package/dist/chunk-YKAAZZCH.js.map +1 -0
- package/dist/cli/index.cjs +37 -36
- package/dist/cli/index.cjs.map +1 -1
- package/dist/cli/index.js +2 -1
- package/dist/cli/index.js.map +1 -1
- package/dist/index.cjs +67 -66
- package/dist/index.d.cts +1084 -214
- package/dist/index.d.ts +1084 -214
- package/dist/index.js +2 -1
- package/dist/loader-DIGNOK6I.js +3 -0
- package/dist/loader-DIGNOK6I.js.map +1 -0
- package/dist/loader-JBFPNQO3.cjs +60 -0
- package/dist/loader-JBFPNQO3.cjs.map +1 -0
- package/package.json +1 -1
- package/dist/chunk-GFN6LIOF.cjs.map +0 -1
- package/dist/chunk-HQOYFF54.js.map +0 -1
package/dist/index.d.ts
CHANGED
|
@@ -159,6 +159,7 @@ declare const ActionSchema: z.ZodUnion<readonly [z.ZodDiscriminatedUnion<[z.ZodO
|
|
|
159
159
|
}, z.core.$strip>, z.ZodObject<{
|
|
160
160
|
type: z.ZodLiteral<"screenshot">;
|
|
161
161
|
name: z.ZodOptional<z.ZodString>;
|
|
162
|
+
waitBefore: z.ZodOptional<z.ZodNumber>;
|
|
162
163
|
}, z.core.$strip>, z.ZodObject<{
|
|
163
164
|
type: z.ZodLiteral<"setVar">;
|
|
164
165
|
name: z.ZodString;
|
|
@@ -380,6 +381,7 @@ declare const ActionSchema: z.ZodUnion<readonly [z.ZodDiscriminatedUnion<[z.ZodO
|
|
|
380
381
|
}, z.core.$strip>, z.ZodObject<{
|
|
381
382
|
type: z.ZodLiteral<"screenshot">;
|
|
382
383
|
name: z.ZodOptional<z.ZodString>;
|
|
384
|
+
waitBefore: z.ZodOptional<z.ZodNumber>;
|
|
383
385
|
}, z.core.$strip>, z.ZodObject<{
|
|
384
386
|
type: z.ZodLiteral<"setVar">;
|
|
385
387
|
name: z.ZodString;
|
|
@@ -583,6 +585,7 @@ declare const ActionSchema: z.ZodUnion<readonly [z.ZodDiscriminatedUnion<[z.ZodO
|
|
|
583
585
|
}, z.core.$strip>, z.ZodObject<{
|
|
584
586
|
type: z.ZodLiteral<"screenshot">;
|
|
585
587
|
name: z.ZodOptional<z.ZodString>;
|
|
588
|
+
waitBefore: z.ZodOptional<z.ZodNumber>;
|
|
586
589
|
}, z.core.$strip>, z.ZodObject<{
|
|
587
590
|
type: z.ZodLiteral<"setVar">;
|
|
588
591
|
name: z.ZodString;
|
|
@@ -638,114 +641,24 @@ declare const ActionSchema: z.ZodUnion<readonly [z.ZodDiscriminatedUnion<[z.ZodO
|
|
|
638
641
|
type: z.ZodLiteral<"fail">;
|
|
639
642
|
message: z.ZodString;
|
|
640
643
|
}, z.core.$strip>], "type">>>;
|
|
641
|
-
}, z.core.$strip
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
handlers: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
653
|
-
discover: z.ZodOptional<z.ZodObject<{
|
|
654
|
-
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
655
|
-
paths: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
656
|
-
pattern: z.ZodDefault<z.ZodString>;
|
|
657
|
-
}, z.core.$strip>>;
|
|
658
|
-
}, z.core.$loose>;
|
|
659
|
-
type CleanupConfig = z.infer<typeof cleanupConfigSchema>;
|
|
660
|
-
declare const previewConfigSchema: z.ZodObject<{
|
|
661
|
-
build: z.ZodOptional<z.ZodObject<{
|
|
662
|
-
command: z.ZodOptional<z.ZodString>;
|
|
663
|
-
}, z.core.$strip>>;
|
|
664
|
-
preview: z.ZodOptional<z.ZodObject<{
|
|
665
|
-
command: z.ZodOptional<z.ZodString>;
|
|
666
|
-
}, z.core.$strip>>;
|
|
667
|
-
url: z.ZodOptional<z.ZodString>;
|
|
644
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
645
|
+
type: z.ZodLiteral<"waitForBranch">;
|
|
646
|
+
target: z.ZodObject<{
|
|
647
|
+
description: z.ZodOptional<z.ZodString>;
|
|
648
|
+
testId: z.ZodOptional<z.ZodString>;
|
|
649
|
+
text: z.ZodOptional<z.ZodString>;
|
|
650
|
+
css: z.ZodOptional<z.ZodString>;
|
|
651
|
+
xpath: z.ZodOptional<z.ZodString>;
|
|
652
|
+
role: z.ZodOptional<z.ZodString>;
|
|
653
|
+
name: z.ZodOptional<z.ZodString>;
|
|
654
|
+
}, z.core.$strip>;
|
|
668
655
|
timeout: z.ZodOptional<z.ZodNumber>;
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
"on-failure": "on-failure";
|
|
676
|
-
always: "always";
|
|
677
|
-
}>>;
|
|
678
|
-
}, z.core.$strip>>;
|
|
679
|
-
web: z.ZodOptional<z.ZodObject<{
|
|
680
|
-
baseUrl: z.ZodOptional<z.ZodString>;
|
|
681
|
-
browser: z.ZodOptional<z.ZodString>;
|
|
682
|
-
headless: z.ZodOptional<z.ZodBoolean>;
|
|
683
|
-
timeout: z.ZodOptional<z.ZodNumber>;
|
|
684
|
-
}, z.core.$strip>>;
|
|
685
|
-
android: z.ZodOptional<z.ZodObject<{
|
|
686
|
-
appId: z.ZodOptional<z.ZodString>;
|
|
687
|
-
device: z.ZodOptional<z.ZodString>;
|
|
688
|
-
}, z.core.$strip>>;
|
|
689
|
-
ios: z.ZodOptional<z.ZodObject<{
|
|
690
|
-
bundleId: z.ZodOptional<z.ZodString>;
|
|
691
|
-
simulator: z.ZodOptional<z.ZodString>;
|
|
692
|
-
}, z.core.$strip>>;
|
|
693
|
-
email: z.ZodOptional<z.ZodObject<{
|
|
694
|
-
provider: z.ZodLiteral<"inbucket">;
|
|
695
|
-
endpoint: z.ZodOptional<z.ZodString>;
|
|
696
|
-
}, z.core.$strip>>;
|
|
697
|
-
appwrite: z.ZodOptional<z.ZodObject<{
|
|
698
|
-
endpoint: z.ZodString;
|
|
699
|
-
projectId: z.ZodString;
|
|
700
|
-
apiKey: z.ZodString;
|
|
701
|
-
cleanup: z.ZodOptional<z.ZodBoolean>;
|
|
702
|
-
cleanupOnFailure: z.ZodOptional<z.ZodBoolean>;
|
|
703
|
-
}, z.core.$strip>>;
|
|
704
|
-
}, z.core.$strip>;
|
|
705
|
-
declare const TestDefinitionSchema: z.ZodObject<{
|
|
706
|
-
name: z.ZodString;
|
|
707
|
-
platform: z.ZodEnum<{
|
|
708
|
-
web: "web";
|
|
709
|
-
android: "android";
|
|
710
|
-
ios: "ios";
|
|
711
|
-
}>;
|
|
712
|
-
variables: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
713
|
-
config: z.ZodOptional<z.ZodObject<{
|
|
714
|
-
defaults: z.ZodOptional<z.ZodObject<{
|
|
715
|
-
timeout: z.ZodOptional<z.ZodNumber>;
|
|
716
|
-
screenshots: z.ZodOptional<z.ZodEnum<{
|
|
717
|
-
never: "never";
|
|
718
|
-
"on-failure": "on-failure";
|
|
719
|
-
always: "always";
|
|
720
|
-
}>>;
|
|
721
|
-
}, z.core.$strip>>;
|
|
722
|
-
web: z.ZodOptional<z.ZodObject<{
|
|
723
|
-
baseUrl: z.ZodOptional<z.ZodString>;
|
|
724
|
-
browser: z.ZodOptional<z.ZodString>;
|
|
725
|
-
headless: z.ZodOptional<z.ZodBoolean>;
|
|
726
|
-
timeout: z.ZodOptional<z.ZodNumber>;
|
|
727
|
-
}, z.core.$strip>>;
|
|
728
|
-
android: z.ZodOptional<z.ZodObject<{
|
|
729
|
-
appId: z.ZodOptional<z.ZodString>;
|
|
730
|
-
device: z.ZodOptional<z.ZodString>;
|
|
731
|
-
}, z.core.$strip>>;
|
|
732
|
-
ios: z.ZodOptional<z.ZodObject<{
|
|
733
|
-
bundleId: z.ZodOptional<z.ZodString>;
|
|
734
|
-
simulator: z.ZodOptional<z.ZodString>;
|
|
735
|
-
}, z.core.$strip>>;
|
|
736
|
-
email: z.ZodOptional<z.ZodObject<{
|
|
737
|
-
provider: z.ZodLiteral<"inbucket">;
|
|
738
|
-
endpoint: z.ZodOptional<z.ZodString>;
|
|
739
|
-
}, z.core.$strip>>;
|
|
740
|
-
appwrite: z.ZodOptional<z.ZodObject<{
|
|
741
|
-
endpoint: z.ZodString;
|
|
742
|
-
projectId: z.ZodString;
|
|
743
|
-
apiKey: z.ZodString;
|
|
744
|
-
cleanup: z.ZodOptional<z.ZodBoolean>;
|
|
745
|
-
cleanupOnFailure: z.ZodOptional<z.ZodBoolean>;
|
|
746
|
-
}, z.core.$strip>>;
|
|
747
|
-
}, z.core.$strip>>;
|
|
748
|
-
steps: z.ZodArray<z.ZodUnion<readonly [z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
656
|
+
state: z.ZodOptional<z.ZodEnum<{
|
|
657
|
+
enabled: "enabled";
|
|
658
|
+
visible: "visible";
|
|
659
|
+
attached: "attached";
|
|
660
|
+
}>>;
|
|
661
|
+
onAppear: z.ZodUnion<readonly [z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
749
662
|
type: z.ZodLiteral<"navigate">;
|
|
750
663
|
value: z.ZodString;
|
|
751
664
|
}, z.core.$strip>, z.ZodObject<{
|
|
@@ -849,9 +762,1056 @@ declare const TestDefinitionSchema: z.ZodObject<{
|
|
|
849
762
|
xpath: z.ZodOptional<z.ZodString>;
|
|
850
763
|
role: z.ZodOptional<z.ZodString>;
|
|
851
764
|
name: z.ZodOptional<z.ZodString>;
|
|
852
|
-
}, z.core.$strip>;
|
|
765
|
+
}, z.core.$strip>;
|
|
766
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
767
|
+
type: z.ZodLiteral<"assert">;
|
|
768
|
+
target: z.ZodObject<{
|
|
769
|
+
description: z.ZodOptional<z.ZodString>;
|
|
770
|
+
testId: z.ZodOptional<z.ZodString>;
|
|
771
|
+
text: z.ZodOptional<z.ZodString>;
|
|
772
|
+
css: z.ZodOptional<z.ZodString>;
|
|
773
|
+
xpath: z.ZodOptional<z.ZodString>;
|
|
774
|
+
role: z.ZodOptional<z.ZodString>;
|
|
775
|
+
name: z.ZodOptional<z.ZodString>;
|
|
776
|
+
}, z.core.$strip>;
|
|
777
|
+
value: z.ZodOptional<z.ZodString>;
|
|
778
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
779
|
+
type: z.ZodLiteral<"wait">;
|
|
780
|
+
target: z.ZodOptional<z.ZodObject<{
|
|
781
|
+
description: z.ZodOptional<z.ZodString>;
|
|
782
|
+
testId: z.ZodOptional<z.ZodString>;
|
|
783
|
+
text: z.ZodOptional<z.ZodString>;
|
|
784
|
+
css: z.ZodOptional<z.ZodString>;
|
|
785
|
+
xpath: z.ZodOptional<z.ZodString>;
|
|
786
|
+
role: z.ZodOptional<z.ZodString>;
|
|
787
|
+
name: z.ZodOptional<z.ZodString>;
|
|
788
|
+
}, z.core.$strip>>;
|
|
789
|
+
timeout: z.ZodOptional<z.ZodNumber>;
|
|
790
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
791
|
+
type: z.ZodLiteral<"scroll">;
|
|
792
|
+
target: z.ZodOptional<z.ZodObject<{
|
|
793
|
+
description: z.ZodOptional<z.ZodString>;
|
|
794
|
+
testId: z.ZodOptional<z.ZodString>;
|
|
795
|
+
text: z.ZodOptional<z.ZodString>;
|
|
796
|
+
css: z.ZodOptional<z.ZodString>;
|
|
797
|
+
xpath: z.ZodOptional<z.ZodString>;
|
|
798
|
+
role: z.ZodOptional<z.ZodString>;
|
|
799
|
+
name: z.ZodOptional<z.ZodString>;
|
|
800
|
+
}, z.core.$strip>>;
|
|
801
|
+
direction: z.ZodOptional<z.ZodEnum<{
|
|
802
|
+
up: "up";
|
|
803
|
+
down: "down";
|
|
804
|
+
}>>;
|
|
805
|
+
amount: z.ZodOptional<z.ZodNumber>;
|
|
806
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
807
|
+
type: z.ZodLiteral<"screenshot">;
|
|
808
|
+
name: z.ZodOptional<z.ZodString>;
|
|
809
|
+
waitBefore: z.ZodOptional<z.ZodNumber>;
|
|
810
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
811
|
+
type: z.ZodLiteral<"setVar">;
|
|
812
|
+
name: z.ZodString;
|
|
813
|
+
value: z.ZodOptional<z.ZodString>;
|
|
814
|
+
from: z.ZodOptional<z.ZodEnum<{
|
|
815
|
+
response: "response";
|
|
816
|
+
element: "element";
|
|
817
|
+
email: "email";
|
|
818
|
+
}>>;
|
|
819
|
+
path: z.ZodOptional<z.ZodString>;
|
|
820
|
+
pattern: z.ZodOptional<z.ZodString>;
|
|
821
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
822
|
+
type: z.ZodLiteral<"email.waitFor">;
|
|
823
|
+
mailbox: z.ZodString;
|
|
824
|
+
timeout: z.ZodOptional<z.ZodNumber>;
|
|
825
|
+
subjectContains: z.ZodOptional<z.ZodString>;
|
|
826
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
827
|
+
type: z.ZodLiteral<"email.extractCode">;
|
|
828
|
+
saveTo: z.ZodString;
|
|
829
|
+
pattern: z.ZodOptional<z.ZodString>;
|
|
830
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
831
|
+
type: z.ZodLiteral<"email.extractLink">;
|
|
832
|
+
saveTo: z.ZodString;
|
|
833
|
+
pattern: z.ZodOptional<z.ZodString>;
|
|
834
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
835
|
+
type: z.ZodLiteral<"email.clear">;
|
|
836
|
+
mailbox: z.ZodString;
|
|
837
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
838
|
+
type: z.ZodLiteral<"appwrite.verifyEmail">;
|
|
839
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
840
|
+
type: z.ZodLiteral<"debug">;
|
|
841
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
842
|
+
type: z.ZodLiteral<"waitForSelector">;
|
|
843
|
+
target: z.ZodObject<{
|
|
844
|
+
description: z.ZodOptional<z.ZodString>;
|
|
845
|
+
testId: z.ZodOptional<z.ZodString>;
|
|
846
|
+
text: z.ZodOptional<z.ZodString>;
|
|
847
|
+
css: z.ZodOptional<z.ZodString>;
|
|
848
|
+
xpath: z.ZodOptional<z.ZodString>;
|
|
849
|
+
role: z.ZodOptional<z.ZodString>;
|
|
850
|
+
name: z.ZodOptional<z.ZodString>;
|
|
851
|
+
}, z.core.$strip>;
|
|
852
|
+
state: z.ZodEnum<{
|
|
853
|
+
enabled: "enabled";
|
|
854
|
+
disabled: "disabled";
|
|
855
|
+
visible: "visible";
|
|
856
|
+
hidden: "hidden";
|
|
857
|
+
attached: "attached";
|
|
858
|
+
detached: "detached";
|
|
859
|
+
}>;
|
|
860
|
+
timeout: z.ZodOptional<z.ZodNumber>;
|
|
861
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
862
|
+
type: z.ZodLiteral<"fail">;
|
|
863
|
+
message: z.ZodString;
|
|
864
|
+
}, z.core.$strip>], "type">>, z.ZodObject<{
|
|
865
|
+
workflow: z.ZodString;
|
|
866
|
+
variables: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
867
|
+
}, z.core.$strip>]>;
|
|
868
|
+
onTimeout: z.ZodOptional<z.ZodUnion<readonly [z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
869
|
+
type: z.ZodLiteral<"navigate">;
|
|
870
|
+
value: z.ZodString;
|
|
871
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
872
|
+
type: z.ZodLiteral<"tap">;
|
|
873
|
+
target: z.ZodObject<{
|
|
874
|
+
description: z.ZodOptional<z.ZodString>;
|
|
875
|
+
testId: z.ZodOptional<z.ZodString>;
|
|
876
|
+
text: z.ZodOptional<z.ZodString>;
|
|
877
|
+
css: z.ZodOptional<z.ZodString>;
|
|
878
|
+
xpath: z.ZodOptional<z.ZodString>;
|
|
879
|
+
role: z.ZodOptional<z.ZodString>;
|
|
880
|
+
name: z.ZodOptional<z.ZodString>;
|
|
881
|
+
}, z.core.$strip>;
|
|
882
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
883
|
+
type: z.ZodLiteral<"input">;
|
|
884
|
+
target: z.ZodObject<{
|
|
885
|
+
description: z.ZodOptional<z.ZodString>;
|
|
886
|
+
testId: z.ZodOptional<z.ZodString>;
|
|
887
|
+
text: z.ZodOptional<z.ZodString>;
|
|
888
|
+
css: z.ZodOptional<z.ZodString>;
|
|
889
|
+
xpath: z.ZodOptional<z.ZodString>;
|
|
890
|
+
role: z.ZodOptional<z.ZodString>;
|
|
891
|
+
name: z.ZodOptional<z.ZodString>;
|
|
892
|
+
}, z.core.$strip>;
|
|
893
|
+
value: z.ZodString;
|
|
894
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
895
|
+
type: z.ZodLiteral<"clear">;
|
|
896
|
+
target: z.ZodObject<{
|
|
897
|
+
description: z.ZodOptional<z.ZodString>;
|
|
898
|
+
testId: z.ZodOptional<z.ZodString>;
|
|
899
|
+
text: z.ZodOptional<z.ZodString>;
|
|
900
|
+
css: z.ZodOptional<z.ZodString>;
|
|
901
|
+
xpath: z.ZodOptional<z.ZodString>;
|
|
902
|
+
role: z.ZodOptional<z.ZodString>;
|
|
903
|
+
name: z.ZodOptional<z.ZodString>;
|
|
904
|
+
}, z.core.$strip>;
|
|
905
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
906
|
+
type: z.ZodLiteral<"hover">;
|
|
907
|
+
target: z.ZodObject<{
|
|
908
|
+
description: z.ZodOptional<z.ZodString>;
|
|
909
|
+
testId: z.ZodOptional<z.ZodString>;
|
|
910
|
+
text: z.ZodOptional<z.ZodString>;
|
|
911
|
+
css: z.ZodOptional<z.ZodString>;
|
|
912
|
+
xpath: z.ZodOptional<z.ZodString>;
|
|
913
|
+
role: z.ZodOptional<z.ZodString>;
|
|
914
|
+
name: z.ZodOptional<z.ZodString>;
|
|
915
|
+
}, z.core.$strip>;
|
|
916
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
917
|
+
type: z.ZodLiteral<"select">;
|
|
918
|
+
target: z.ZodObject<{
|
|
919
|
+
description: z.ZodOptional<z.ZodString>;
|
|
920
|
+
testId: z.ZodOptional<z.ZodString>;
|
|
921
|
+
text: z.ZodOptional<z.ZodString>;
|
|
922
|
+
css: z.ZodOptional<z.ZodString>;
|
|
923
|
+
xpath: z.ZodOptional<z.ZodString>;
|
|
924
|
+
role: z.ZodOptional<z.ZodString>;
|
|
925
|
+
name: z.ZodOptional<z.ZodString>;
|
|
926
|
+
}, z.core.$strip>;
|
|
927
|
+
value: z.ZodString;
|
|
928
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
929
|
+
type: z.ZodLiteral<"check">;
|
|
930
|
+
target: z.ZodObject<{
|
|
931
|
+
description: z.ZodOptional<z.ZodString>;
|
|
932
|
+
testId: z.ZodOptional<z.ZodString>;
|
|
933
|
+
text: z.ZodOptional<z.ZodString>;
|
|
934
|
+
css: z.ZodOptional<z.ZodString>;
|
|
935
|
+
xpath: z.ZodOptional<z.ZodString>;
|
|
936
|
+
role: z.ZodOptional<z.ZodString>;
|
|
937
|
+
name: z.ZodOptional<z.ZodString>;
|
|
938
|
+
}, z.core.$strip>;
|
|
939
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
940
|
+
type: z.ZodLiteral<"uncheck">;
|
|
941
|
+
target: z.ZodObject<{
|
|
942
|
+
description: z.ZodOptional<z.ZodString>;
|
|
943
|
+
testId: z.ZodOptional<z.ZodString>;
|
|
944
|
+
text: z.ZodOptional<z.ZodString>;
|
|
945
|
+
css: z.ZodOptional<z.ZodString>;
|
|
946
|
+
xpath: z.ZodOptional<z.ZodString>;
|
|
947
|
+
role: z.ZodOptional<z.ZodString>;
|
|
948
|
+
name: z.ZodOptional<z.ZodString>;
|
|
949
|
+
}, z.core.$strip>;
|
|
950
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
951
|
+
type: z.ZodLiteral<"press">;
|
|
952
|
+
key: z.ZodString;
|
|
953
|
+
target: z.ZodOptional<z.ZodObject<{
|
|
954
|
+
description: z.ZodOptional<z.ZodString>;
|
|
955
|
+
testId: z.ZodOptional<z.ZodString>;
|
|
956
|
+
text: z.ZodOptional<z.ZodString>;
|
|
957
|
+
css: z.ZodOptional<z.ZodString>;
|
|
958
|
+
xpath: z.ZodOptional<z.ZodString>;
|
|
959
|
+
role: z.ZodOptional<z.ZodString>;
|
|
960
|
+
name: z.ZodOptional<z.ZodString>;
|
|
961
|
+
}, z.core.$strip>>;
|
|
962
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
963
|
+
type: z.ZodLiteral<"focus">;
|
|
964
|
+
target: z.ZodObject<{
|
|
965
|
+
description: z.ZodOptional<z.ZodString>;
|
|
966
|
+
testId: z.ZodOptional<z.ZodString>;
|
|
967
|
+
text: z.ZodOptional<z.ZodString>;
|
|
968
|
+
css: z.ZodOptional<z.ZodString>;
|
|
969
|
+
xpath: z.ZodOptional<z.ZodString>;
|
|
970
|
+
role: z.ZodOptional<z.ZodString>;
|
|
971
|
+
name: z.ZodOptional<z.ZodString>;
|
|
972
|
+
}, z.core.$strip>;
|
|
973
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
974
|
+
type: z.ZodLiteral<"assert">;
|
|
975
|
+
target: z.ZodObject<{
|
|
976
|
+
description: z.ZodOptional<z.ZodString>;
|
|
977
|
+
testId: z.ZodOptional<z.ZodString>;
|
|
978
|
+
text: z.ZodOptional<z.ZodString>;
|
|
979
|
+
css: z.ZodOptional<z.ZodString>;
|
|
980
|
+
xpath: z.ZodOptional<z.ZodString>;
|
|
981
|
+
role: z.ZodOptional<z.ZodString>;
|
|
982
|
+
name: z.ZodOptional<z.ZodString>;
|
|
983
|
+
}, z.core.$strip>;
|
|
984
|
+
value: z.ZodOptional<z.ZodString>;
|
|
985
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
986
|
+
type: z.ZodLiteral<"wait">;
|
|
987
|
+
target: z.ZodOptional<z.ZodObject<{
|
|
988
|
+
description: z.ZodOptional<z.ZodString>;
|
|
989
|
+
testId: z.ZodOptional<z.ZodString>;
|
|
990
|
+
text: z.ZodOptional<z.ZodString>;
|
|
991
|
+
css: z.ZodOptional<z.ZodString>;
|
|
992
|
+
xpath: z.ZodOptional<z.ZodString>;
|
|
993
|
+
role: z.ZodOptional<z.ZodString>;
|
|
994
|
+
name: z.ZodOptional<z.ZodString>;
|
|
995
|
+
}, z.core.$strip>>;
|
|
996
|
+
timeout: z.ZodOptional<z.ZodNumber>;
|
|
997
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
998
|
+
type: z.ZodLiteral<"scroll">;
|
|
999
|
+
target: z.ZodOptional<z.ZodObject<{
|
|
1000
|
+
description: z.ZodOptional<z.ZodString>;
|
|
1001
|
+
testId: z.ZodOptional<z.ZodString>;
|
|
1002
|
+
text: z.ZodOptional<z.ZodString>;
|
|
1003
|
+
css: z.ZodOptional<z.ZodString>;
|
|
1004
|
+
xpath: z.ZodOptional<z.ZodString>;
|
|
1005
|
+
role: z.ZodOptional<z.ZodString>;
|
|
1006
|
+
name: z.ZodOptional<z.ZodString>;
|
|
1007
|
+
}, z.core.$strip>>;
|
|
1008
|
+
direction: z.ZodOptional<z.ZodEnum<{
|
|
1009
|
+
up: "up";
|
|
1010
|
+
down: "down";
|
|
1011
|
+
}>>;
|
|
1012
|
+
amount: z.ZodOptional<z.ZodNumber>;
|
|
1013
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1014
|
+
type: z.ZodLiteral<"screenshot">;
|
|
1015
|
+
name: z.ZodOptional<z.ZodString>;
|
|
1016
|
+
waitBefore: z.ZodOptional<z.ZodNumber>;
|
|
1017
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1018
|
+
type: z.ZodLiteral<"setVar">;
|
|
1019
|
+
name: z.ZodString;
|
|
1020
|
+
value: z.ZodOptional<z.ZodString>;
|
|
1021
|
+
from: z.ZodOptional<z.ZodEnum<{
|
|
1022
|
+
response: "response";
|
|
1023
|
+
element: "element";
|
|
1024
|
+
email: "email";
|
|
1025
|
+
}>>;
|
|
1026
|
+
path: z.ZodOptional<z.ZodString>;
|
|
1027
|
+
pattern: z.ZodOptional<z.ZodString>;
|
|
1028
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1029
|
+
type: z.ZodLiteral<"email.waitFor">;
|
|
1030
|
+
mailbox: z.ZodString;
|
|
1031
|
+
timeout: z.ZodOptional<z.ZodNumber>;
|
|
1032
|
+
subjectContains: z.ZodOptional<z.ZodString>;
|
|
1033
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1034
|
+
type: z.ZodLiteral<"email.extractCode">;
|
|
1035
|
+
saveTo: z.ZodString;
|
|
1036
|
+
pattern: z.ZodOptional<z.ZodString>;
|
|
1037
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1038
|
+
type: z.ZodLiteral<"email.extractLink">;
|
|
1039
|
+
saveTo: z.ZodString;
|
|
1040
|
+
pattern: z.ZodOptional<z.ZodString>;
|
|
1041
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1042
|
+
type: z.ZodLiteral<"email.clear">;
|
|
1043
|
+
mailbox: z.ZodString;
|
|
1044
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1045
|
+
type: z.ZodLiteral<"appwrite.verifyEmail">;
|
|
1046
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1047
|
+
type: z.ZodLiteral<"debug">;
|
|
1048
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1049
|
+
type: z.ZodLiteral<"waitForSelector">;
|
|
1050
|
+
target: z.ZodObject<{
|
|
1051
|
+
description: z.ZodOptional<z.ZodString>;
|
|
1052
|
+
testId: z.ZodOptional<z.ZodString>;
|
|
1053
|
+
text: z.ZodOptional<z.ZodString>;
|
|
1054
|
+
css: z.ZodOptional<z.ZodString>;
|
|
1055
|
+
xpath: z.ZodOptional<z.ZodString>;
|
|
1056
|
+
role: z.ZodOptional<z.ZodString>;
|
|
1057
|
+
name: z.ZodOptional<z.ZodString>;
|
|
1058
|
+
}, z.core.$strip>;
|
|
1059
|
+
state: z.ZodEnum<{
|
|
1060
|
+
enabled: "enabled";
|
|
1061
|
+
disabled: "disabled";
|
|
1062
|
+
visible: "visible";
|
|
1063
|
+
hidden: "hidden";
|
|
1064
|
+
attached: "attached";
|
|
1065
|
+
detached: "detached";
|
|
1066
|
+
}>;
|
|
1067
|
+
timeout: z.ZodOptional<z.ZodNumber>;
|
|
1068
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1069
|
+
type: z.ZodLiteral<"fail">;
|
|
1070
|
+
message: z.ZodString;
|
|
1071
|
+
}, z.core.$strip>], "type">>, z.ZodObject<{
|
|
1072
|
+
workflow: z.ZodString;
|
|
1073
|
+
variables: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
1074
|
+
}, z.core.$strip>]>>;
|
|
1075
|
+
pollInterval: z.ZodOptional<z.ZodNumber>;
|
|
1076
|
+
}, z.core.$strip>]>;
|
|
1077
|
+
declare const cleanupDiscoverSchema: z.ZodOptional<z.ZodObject<{
|
|
1078
|
+
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
1079
|
+
paths: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
1080
|
+
pattern: z.ZodDefault<z.ZodString>;
|
|
1081
|
+
}, z.core.$strip>>;
|
|
1082
|
+
declare const cleanupConfigSchema: z.ZodObject<{
|
|
1083
|
+
provider: z.ZodOptional<z.ZodString>;
|
|
1084
|
+
parallel: z.ZodDefault<z.ZodBoolean>;
|
|
1085
|
+
retries: z.ZodDefault<z.ZodNumber>;
|
|
1086
|
+
types: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
1087
|
+
handlers: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1088
|
+
discover: z.ZodOptional<z.ZodObject<{
|
|
1089
|
+
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
1090
|
+
paths: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
1091
|
+
pattern: z.ZodDefault<z.ZodString>;
|
|
1092
|
+
}, z.core.$strip>>;
|
|
1093
|
+
}, z.core.$loose>;
|
|
1094
|
+
type CleanupConfig = z.infer<typeof cleanupConfigSchema>;
|
|
1095
|
+
declare const previewConfigSchema: z.ZodObject<{
|
|
1096
|
+
build: z.ZodOptional<z.ZodObject<{
|
|
1097
|
+
command: z.ZodOptional<z.ZodString>;
|
|
1098
|
+
}, z.core.$strip>>;
|
|
1099
|
+
preview: z.ZodOptional<z.ZodObject<{
|
|
1100
|
+
command: z.ZodOptional<z.ZodString>;
|
|
1101
|
+
}, z.core.$strip>>;
|
|
1102
|
+
url: z.ZodOptional<z.ZodString>;
|
|
1103
|
+
timeout: z.ZodOptional<z.ZodNumber>;
|
|
1104
|
+
}, z.core.$strip>;
|
|
1105
|
+
declare const TestConfigSchema: z.ZodObject<{
|
|
1106
|
+
defaults: z.ZodOptional<z.ZodObject<{
|
|
1107
|
+
timeout: z.ZodOptional<z.ZodNumber>;
|
|
1108
|
+
screenshots: z.ZodOptional<z.ZodEnum<{
|
|
1109
|
+
never: "never";
|
|
1110
|
+
"on-failure": "on-failure";
|
|
1111
|
+
always: "always";
|
|
1112
|
+
}>>;
|
|
1113
|
+
}, z.core.$strip>>;
|
|
1114
|
+
web: z.ZodOptional<z.ZodObject<{
|
|
1115
|
+
baseUrl: z.ZodOptional<z.ZodString>;
|
|
1116
|
+
browser: z.ZodOptional<z.ZodString>;
|
|
1117
|
+
headless: z.ZodOptional<z.ZodBoolean>;
|
|
1118
|
+
timeout: z.ZodOptional<z.ZodNumber>;
|
|
1119
|
+
}, z.core.$strip>>;
|
|
1120
|
+
android: z.ZodOptional<z.ZodObject<{
|
|
1121
|
+
appId: z.ZodOptional<z.ZodString>;
|
|
1122
|
+
device: z.ZodOptional<z.ZodString>;
|
|
1123
|
+
}, z.core.$strip>>;
|
|
1124
|
+
ios: z.ZodOptional<z.ZodObject<{
|
|
1125
|
+
bundleId: z.ZodOptional<z.ZodString>;
|
|
1126
|
+
simulator: z.ZodOptional<z.ZodString>;
|
|
1127
|
+
}, z.core.$strip>>;
|
|
1128
|
+
email: z.ZodOptional<z.ZodObject<{
|
|
1129
|
+
provider: z.ZodLiteral<"inbucket">;
|
|
1130
|
+
endpoint: z.ZodOptional<z.ZodString>;
|
|
1131
|
+
}, z.core.$strip>>;
|
|
1132
|
+
appwrite: z.ZodOptional<z.ZodObject<{
|
|
1133
|
+
endpoint: z.ZodString;
|
|
1134
|
+
projectId: z.ZodString;
|
|
1135
|
+
apiKey: z.ZodString;
|
|
1136
|
+
cleanup: z.ZodOptional<z.ZodBoolean>;
|
|
1137
|
+
cleanupOnFailure: z.ZodOptional<z.ZodBoolean>;
|
|
1138
|
+
}, z.core.$strip>>;
|
|
1139
|
+
}, z.core.$strip>;
|
|
1140
|
+
declare const TestDefinitionSchema: z.ZodObject<{
|
|
1141
|
+
name: z.ZodString;
|
|
1142
|
+
platform: z.ZodEnum<{
|
|
1143
|
+
web: "web";
|
|
1144
|
+
android: "android";
|
|
1145
|
+
ios: "ios";
|
|
1146
|
+
}>;
|
|
1147
|
+
variables: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
1148
|
+
config: z.ZodOptional<z.ZodObject<{
|
|
1149
|
+
defaults: z.ZodOptional<z.ZodObject<{
|
|
1150
|
+
timeout: z.ZodOptional<z.ZodNumber>;
|
|
1151
|
+
screenshots: z.ZodOptional<z.ZodEnum<{
|
|
1152
|
+
never: "never";
|
|
1153
|
+
"on-failure": "on-failure";
|
|
1154
|
+
always: "always";
|
|
1155
|
+
}>>;
|
|
1156
|
+
}, z.core.$strip>>;
|
|
1157
|
+
web: z.ZodOptional<z.ZodObject<{
|
|
1158
|
+
baseUrl: z.ZodOptional<z.ZodString>;
|
|
1159
|
+
browser: z.ZodOptional<z.ZodString>;
|
|
1160
|
+
headless: z.ZodOptional<z.ZodBoolean>;
|
|
1161
|
+
timeout: z.ZodOptional<z.ZodNumber>;
|
|
1162
|
+
}, z.core.$strip>>;
|
|
1163
|
+
android: z.ZodOptional<z.ZodObject<{
|
|
1164
|
+
appId: z.ZodOptional<z.ZodString>;
|
|
1165
|
+
device: z.ZodOptional<z.ZodString>;
|
|
1166
|
+
}, z.core.$strip>>;
|
|
1167
|
+
ios: z.ZodOptional<z.ZodObject<{
|
|
1168
|
+
bundleId: z.ZodOptional<z.ZodString>;
|
|
1169
|
+
simulator: z.ZodOptional<z.ZodString>;
|
|
1170
|
+
}, z.core.$strip>>;
|
|
1171
|
+
email: z.ZodOptional<z.ZodObject<{
|
|
1172
|
+
provider: z.ZodLiteral<"inbucket">;
|
|
1173
|
+
endpoint: z.ZodOptional<z.ZodString>;
|
|
1174
|
+
}, z.core.$strip>>;
|
|
1175
|
+
appwrite: z.ZodOptional<z.ZodObject<{
|
|
1176
|
+
endpoint: z.ZodString;
|
|
1177
|
+
projectId: z.ZodString;
|
|
1178
|
+
apiKey: z.ZodString;
|
|
1179
|
+
cleanup: z.ZodOptional<z.ZodBoolean>;
|
|
1180
|
+
cleanupOnFailure: z.ZodOptional<z.ZodBoolean>;
|
|
1181
|
+
}, z.core.$strip>>;
|
|
1182
|
+
}, z.core.$strip>>;
|
|
1183
|
+
steps: z.ZodArray<z.ZodUnion<readonly [z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
1184
|
+
type: z.ZodLiteral<"navigate">;
|
|
1185
|
+
value: z.ZodString;
|
|
1186
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1187
|
+
type: z.ZodLiteral<"tap">;
|
|
1188
|
+
target: z.ZodObject<{
|
|
1189
|
+
description: z.ZodOptional<z.ZodString>;
|
|
1190
|
+
testId: z.ZodOptional<z.ZodString>;
|
|
1191
|
+
text: z.ZodOptional<z.ZodString>;
|
|
1192
|
+
css: z.ZodOptional<z.ZodString>;
|
|
1193
|
+
xpath: z.ZodOptional<z.ZodString>;
|
|
1194
|
+
role: z.ZodOptional<z.ZodString>;
|
|
1195
|
+
name: z.ZodOptional<z.ZodString>;
|
|
1196
|
+
}, z.core.$strip>;
|
|
1197
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1198
|
+
type: z.ZodLiteral<"input">;
|
|
1199
|
+
target: z.ZodObject<{
|
|
1200
|
+
description: z.ZodOptional<z.ZodString>;
|
|
1201
|
+
testId: z.ZodOptional<z.ZodString>;
|
|
1202
|
+
text: z.ZodOptional<z.ZodString>;
|
|
1203
|
+
css: z.ZodOptional<z.ZodString>;
|
|
1204
|
+
xpath: z.ZodOptional<z.ZodString>;
|
|
1205
|
+
role: z.ZodOptional<z.ZodString>;
|
|
1206
|
+
name: z.ZodOptional<z.ZodString>;
|
|
1207
|
+
}, z.core.$strip>;
|
|
1208
|
+
value: z.ZodString;
|
|
1209
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1210
|
+
type: z.ZodLiteral<"clear">;
|
|
1211
|
+
target: z.ZodObject<{
|
|
1212
|
+
description: z.ZodOptional<z.ZodString>;
|
|
1213
|
+
testId: z.ZodOptional<z.ZodString>;
|
|
1214
|
+
text: z.ZodOptional<z.ZodString>;
|
|
1215
|
+
css: z.ZodOptional<z.ZodString>;
|
|
1216
|
+
xpath: z.ZodOptional<z.ZodString>;
|
|
1217
|
+
role: z.ZodOptional<z.ZodString>;
|
|
1218
|
+
name: z.ZodOptional<z.ZodString>;
|
|
1219
|
+
}, z.core.$strip>;
|
|
1220
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1221
|
+
type: z.ZodLiteral<"hover">;
|
|
1222
|
+
target: z.ZodObject<{
|
|
1223
|
+
description: z.ZodOptional<z.ZodString>;
|
|
1224
|
+
testId: z.ZodOptional<z.ZodString>;
|
|
1225
|
+
text: z.ZodOptional<z.ZodString>;
|
|
1226
|
+
css: z.ZodOptional<z.ZodString>;
|
|
1227
|
+
xpath: z.ZodOptional<z.ZodString>;
|
|
1228
|
+
role: z.ZodOptional<z.ZodString>;
|
|
1229
|
+
name: z.ZodOptional<z.ZodString>;
|
|
1230
|
+
}, z.core.$strip>;
|
|
1231
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1232
|
+
type: z.ZodLiteral<"select">;
|
|
1233
|
+
target: z.ZodObject<{
|
|
1234
|
+
description: z.ZodOptional<z.ZodString>;
|
|
1235
|
+
testId: z.ZodOptional<z.ZodString>;
|
|
1236
|
+
text: z.ZodOptional<z.ZodString>;
|
|
1237
|
+
css: z.ZodOptional<z.ZodString>;
|
|
1238
|
+
xpath: z.ZodOptional<z.ZodString>;
|
|
1239
|
+
role: z.ZodOptional<z.ZodString>;
|
|
1240
|
+
name: z.ZodOptional<z.ZodString>;
|
|
1241
|
+
}, z.core.$strip>;
|
|
1242
|
+
value: z.ZodString;
|
|
1243
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1244
|
+
type: z.ZodLiteral<"check">;
|
|
1245
|
+
target: z.ZodObject<{
|
|
1246
|
+
description: z.ZodOptional<z.ZodString>;
|
|
1247
|
+
testId: z.ZodOptional<z.ZodString>;
|
|
1248
|
+
text: z.ZodOptional<z.ZodString>;
|
|
1249
|
+
css: z.ZodOptional<z.ZodString>;
|
|
1250
|
+
xpath: z.ZodOptional<z.ZodString>;
|
|
1251
|
+
role: z.ZodOptional<z.ZodString>;
|
|
1252
|
+
name: z.ZodOptional<z.ZodString>;
|
|
1253
|
+
}, z.core.$strip>;
|
|
1254
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1255
|
+
type: z.ZodLiteral<"uncheck">;
|
|
1256
|
+
target: z.ZodObject<{
|
|
1257
|
+
description: z.ZodOptional<z.ZodString>;
|
|
1258
|
+
testId: z.ZodOptional<z.ZodString>;
|
|
1259
|
+
text: z.ZodOptional<z.ZodString>;
|
|
1260
|
+
css: z.ZodOptional<z.ZodString>;
|
|
1261
|
+
xpath: z.ZodOptional<z.ZodString>;
|
|
1262
|
+
role: z.ZodOptional<z.ZodString>;
|
|
1263
|
+
name: z.ZodOptional<z.ZodString>;
|
|
1264
|
+
}, z.core.$strip>;
|
|
1265
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1266
|
+
type: z.ZodLiteral<"press">;
|
|
1267
|
+
key: z.ZodString;
|
|
1268
|
+
target: z.ZodOptional<z.ZodObject<{
|
|
1269
|
+
description: z.ZodOptional<z.ZodString>;
|
|
1270
|
+
testId: z.ZodOptional<z.ZodString>;
|
|
1271
|
+
text: z.ZodOptional<z.ZodString>;
|
|
1272
|
+
css: z.ZodOptional<z.ZodString>;
|
|
1273
|
+
xpath: z.ZodOptional<z.ZodString>;
|
|
1274
|
+
role: z.ZodOptional<z.ZodString>;
|
|
1275
|
+
name: z.ZodOptional<z.ZodString>;
|
|
1276
|
+
}, z.core.$strip>>;
|
|
1277
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1278
|
+
type: z.ZodLiteral<"focus">;
|
|
1279
|
+
target: z.ZodObject<{
|
|
1280
|
+
description: z.ZodOptional<z.ZodString>;
|
|
1281
|
+
testId: z.ZodOptional<z.ZodString>;
|
|
1282
|
+
text: z.ZodOptional<z.ZodString>;
|
|
1283
|
+
css: z.ZodOptional<z.ZodString>;
|
|
1284
|
+
xpath: z.ZodOptional<z.ZodString>;
|
|
1285
|
+
role: z.ZodOptional<z.ZodString>;
|
|
1286
|
+
name: z.ZodOptional<z.ZodString>;
|
|
1287
|
+
}, z.core.$strip>;
|
|
1288
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1289
|
+
type: z.ZodLiteral<"assert">;
|
|
1290
|
+
target: z.ZodObject<{
|
|
1291
|
+
description: z.ZodOptional<z.ZodString>;
|
|
1292
|
+
testId: z.ZodOptional<z.ZodString>;
|
|
1293
|
+
text: z.ZodOptional<z.ZodString>;
|
|
1294
|
+
css: z.ZodOptional<z.ZodString>;
|
|
1295
|
+
xpath: z.ZodOptional<z.ZodString>;
|
|
1296
|
+
role: z.ZodOptional<z.ZodString>;
|
|
1297
|
+
name: z.ZodOptional<z.ZodString>;
|
|
1298
|
+
}, z.core.$strip>;
|
|
1299
|
+
value: z.ZodOptional<z.ZodString>;
|
|
1300
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1301
|
+
type: z.ZodLiteral<"wait">;
|
|
1302
|
+
target: z.ZodOptional<z.ZodObject<{
|
|
1303
|
+
description: z.ZodOptional<z.ZodString>;
|
|
1304
|
+
testId: z.ZodOptional<z.ZodString>;
|
|
1305
|
+
text: z.ZodOptional<z.ZodString>;
|
|
1306
|
+
css: z.ZodOptional<z.ZodString>;
|
|
1307
|
+
xpath: z.ZodOptional<z.ZodString>;
|
|
1308
|
+
role: z.ZodOptional<z.ZodString>;
|
|
1309
|
+
name: z.ZodOptional<z.ZodString>;
|
|
1310
|
+
}, z.core.$strip>>;
|
|
1311
|
+
timeout: z.ZodOptional<z.ZodNumber>;
|
|
1312
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1313
|
+
type: z.ZodLiteral<"scroll">;
|
|
1314
|
+
target: z.ZodOptional<z.ZodObject<{
|
|
1315
|
+
description: z.ZodOptional<z.ZodString>;
|
|
1316
|
+
testId: z.ZodOptional<z.ZodString>;
|
|
1317
|
+
text: z.ZodOptional<z.ZodString>;
|
|
1318
|
+
css: z.ZodOptional<z.ZodString>;
|
|
1319
|
+
xpath: z.ZodOptional<z.ZodString>;
|
|
1320
|
+
role: z.ZodOptional<z.ZodString>;
|
|
1321
|
+
name: z.ZodOptional<z.ZodString>;
|
|
1322
|
+
}, z.core.$strip>>;
|
|
1323
|
+
direction: z.ZodOptional<z.ZodEnum<{
|
|
1324
|
+
up: "up";
|
|
1325
|
+
down: "down";
|
|
1326
|
+
}>>;
|
|
1327
|
+
amount: z.ZodOptional<z.ZodNumber>;
|
|
1328
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1329
|
+
type: z.ZodLiteral<"screenshot">;
|
|
1330
|
+
name: z.ZodOptional<z.ZodString>;
|
|
1331
|
+
waitBefore: z.ZodOptional<z.ZodNumber>;
|
|
1332
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1333
|
+
type: z.ZodLiteral<"setVar">;
|
|
1334
|
+
name: z.ZodString;
|
|
1335
|
+
value: z.ZodOptional<z.ZodString>;
|
|
1336
|
+
from: z.ZodOptional<z.ZodEnum<{
|
|
1337
|
+
response: "response";
|
|
1338
|
+
element: "element";
|
|
1339
|
+
email: "email";
|
|
1340
|
+
}>>;
|
|
1341
|
+
path: z.ZodOptional<z.ZodString>;
|
|
1342
|
+
pattern: z.ZodOptional<z.ZodString>;
|
|
1343
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1344
|
+
type: z.ZodLiteral<"email.waitFor">;
|
|
1345
|
+
mailbox: z.ZodString;
|
|
1346
|
+
timeout: z.ZodOptional<z.ZodNumber>;
|
|
1347
|
+
subjectContains: z.ZodOptional<z.ZodString>;
|
|
1348
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1349
|
+
type: z.ZodLiteral<"email.extractCode">;
|
|
1350
|
+
saveTo: z.ZodString;
|
|
1351
|
+
pattern: z.ZodOptional<z.ZodString>;
|
|
1352
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1353
|
+
type: z.ZodLiteral<"email.extractLink">;
|
|
1354
|
+
saveTo: z.ZodString;
|
|
1355
|
+
pattern: z.ZodOptional<z.ZodString>;
|
|
1356
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1357
|
+
type: z.ZodLiteral<"email.clear">;
|
|
1358
|
+
mailbox: z.ZodString;
|
|
1359
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1360
|
+
type: z.ZodLiteral<"appwrite.verifyEmail">;
|
|
1361
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1362
|
+
type: z.ZodLiteral<"debug">;
|
|
1363
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1364
|
+
type: z.ZodLiteral<"waitForSelector">;
|
|
1365
|
+
target: z.ZodObject<{
|
|
1366
|
+
description: z.ZodOptional<z.ZodString>;
|
|
1367
|
+
testId: z.ZodOptional<z.ZodString>;
|
|
1368
|
+
text: z.ZodOptional<z.ZodString>;
|
|
1369
|
+
css: z.ZodOptional<z.ZodString>;
|
|
1370
|
+
xpath: z.ZodOptional<z.ZodString>;
|
|
1371
|
+
role: z.ZodOptional<z.ZodString>;
|
|
1372
|
+
name: z.ZodOptional<z.ZodString>;
|
|
1373
|
+
}, z.core.$strip>;
|
|
1374
|
+
state: z.ZodEnum<{
|
|
1375
|
+
enabled: "enabled";
|
|
1376
|
+
disabled: "disabled";
|
|
1377
|
+
visible: "visible";
|
|
1378
|
+
hidden: "hidden";
|
|
1379
|
+
attached: "attached";
|
|
1380
|
+
detached: "detached";
|
|
1381
|
+
}>;
|
|
1382
|
+
timeout: z.ZodOptional<z.ZodNumber>;
|
|
1383
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1384
|
+
type: z.ZodLiteral<"fail">;
|
|
1385
|
+
message: z.ZodString;
|
|
1386
|
+
}, z.core.$strip>], "type">, z.ZodObject<{
|
|
1387
|
+
type: z.ZodLiteral<"conditional">;
|
|
1388
|
+
condition: z.ZodObject<{
|
|
1389
|
+
type: z.ZodEnum<{
|
|
1390
|
+
visible: "visible";
|
|
1391
|
+
hidden: "hidden";
|
|
1392
|
+
exists: "exists";
|
|
1393
|
+
notExists: "notExists";
|
|
1394
|
+
}>;
|
|
1395
|
+
target: z.ZodObject<{
|
|
1396
|
+
description: z.ZodOptional<z.ZodString>;
|
|
1397
|
+
testId: z.ZodOptional<z.ZodString>;
|
|
1398
|
+
text: z.ZodOptional<z.ZodString>;
|
|
1399
|
+
css: z.ZodOptional<z.ZodString>;
|
|
1400
|
+
xpath: z.ZodOptional<z.ZodString>;
|
|
1401
|
+
role: z.ZodOptional<z.ZodString>;
|
|
1402
|
+
name: z.ZodOptional<z.ZodString>;
|
|
1403
|
+
}, z.core.$strip>;
|
|
1404
|
+
}, z.core.$strip>;
|
|
1405
|
+
then: z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
1406
|
+
type: z.ZodLiteral<"navigate">;
|
|
1407
|
+
value: z.ZodString;
|
|
1408
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1409
|
+
type: z.ZodLiteral<"tap">;
|
|
1410
|
+
target: z.ZodObject<{
|
|
1411
|
+
description: z.ZodOptional<z.ZodString>;
|
|
1412
|
+
testId: z.ZodOptional<z.ZodString>;
|
|
1413
|
+
text: z.ZodOptional<z.ZodString>;
|
|
1414
|
+
css: z.ZodOptional<z.ZodString>;
|
|
1415
|
+
xpath: z.ZodOptional<z.ZodString>;
|
|
1416
|
+
role: z.ZodOptional<z.ZodString>;
|
|
1417
|
+
name: z.ZodOptional<z.ZodString>;
|
|
1418
|
+
}, z.core.$strip>;
|
|
1419
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1420
|
+
type: z.ZodLiteral<"input">;
|
|
1421
|
+
target: z.ZodObject<{
|
|
1422
|
+
description: z.ZodOptional<z.ZodString>;
|
|
1423
|
+
testId: z.ZodOptional<z.ZodString>;
|
|
1424
|
+
text: z.ZodOptional<z.ZodString>;
|
|
1425
|
+
css: z.ZodOptional<z.ZodString>;
|
|
1426
|
+
xpath: z.ZodOptional<z.ZodString>;
|
|
1427
|
+
role: z.ZodOptional<z.ZodString>;
|
|
1428
|
+
name: z.ZodOptional<z.ZodString>;
|
|
1429
|
+
}, z.core.$strip>;
|
|
1430
|
+
value: z.ZodString;
|
|
1431
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1432
|
+
type: z.ZodLiteral<"clear">;
|
|
1433
|
+
target: z.ZodObject<{
|
|
1434
|
+
description: z.ZodOptional<z.ZodString>;
|
|
1435
|
+
testId: z.ZodOptional<z.ZodString>;
|
|
1436
|
+
text: z.ZodOptional<z.ZodString>;
|
|
1437
|
+
css: z.ZodOptional<z.ZodString>;
|
|
1438
|
+
xpath: z.ZodOptional<z.ZodString>;
|
|
1439
|
+
role: z.ZodOptional<z.ZodString>;
|
|
1440
|
+
name: z.ZodOptional<z.ZodString>;
|
|
1441
|
+
}, z.core.$strip>;
|
|
1442
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1443
|
+
type: z.ZodLiteral<"hover">;
|
|
1444
|
+
target: z.ZodObject<{
|
|
1445
|
+
description: z.ZodOptional<z.ZodString>;
|
|
1446
|
+
testId: z.ZodOptional<z.ZodString>;
|
|
1447
|
+
text: z.ZodOptional<z.ZodString>;
|
|
1448
|
+
css: z.ZodOptional<z.ZodString>;
|
|
1449
|
+
xpath: z.ZodOptional<z.ZodString>;
|
|
1450
|
+
role: z.ZodOptional<z.ZodString>;
|
|
1451
|
+
name: z.ZodOptional<z.ZodString>;
|
|
1452
|
+
}, z.core.$strip>;
|
|
1453
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1454
|
+
type: z.ZodLiteral<"select">;
|
|
1455
|
+
target: z.ZodObject<{
|
|
1456
|
+
description: z.ZodOptional<z.ZodString>;
|
|
1457
|
+
testId: z.ZodOptional<z.ZodString>;
|
|
1458
|
+
text: z.ZodOptional<z.ZodString>;
|
|
1459
|
+
css: z.ZodOptional<z.ZodString>;
|
|
1460
|
+
xpath: z.ZodOptional<z.ZodString>;
|
|
1461
|
+
role: z.ZodOptional<z.ZodString>;
|
|
1462
|
+
name: z.ZodOptional<z.ZodString>;
|
|
1463
|
+
}, z.core.$strip>;
|
|
1464
|
+
value: z.ZodString;
|
|
1465
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1466
|
+
type: z.ZodLiteral<"check">;
|
|
1467
|
+
target: z.ZodObject<{
|
|
1468
|
+
description: z.ZodOptional<z.ZodString>;
|
|
1469
|
+
testId: z.ZodOptional<z.ZodString>;
|
|
1470
|
+
text: z.ZodOptional<z.ZodString>;
|
|
1471
|
+
css: z.ZodOptional<z.ZodString>;
|
|
1472
|
+
xpath: z.ZodOptional<z.ZodString>;
|
|
1473
|
+
role: z.ZodOptional<z.ZodString>;
|
|
1474
|
+
name: z.ZodOptional<z.ZodString>;
|
|
1475
|
+
}, z.core.$strip>;
|
|
1476
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1477
|
+
type: z.ZodLiteral<"uncheck">;
|
|
1478
|
+
target: z.ZodObject<{
|
|
1479
|
+
description: z.ZodOptional<z.ZodString>;
|
|
1480
|
+
testId: z.ZodOptional<z.ZodString>;
|
|
1481
|
+
text: z.ZodOptional<z.ZodString>;
|
|
1482
|
+
css: z.ZodOptional<z.ZodString>;
|
|
1483
|
+
xpath: z.ZodOptional<z.ZodString>;
|
|
1484
|
+
role: z.ZodOptional<z.ZodString>;
|
|
1485
|
+
name: z.ZodOptional<z.ZodString>;
|
|
1486
|
+
}, z.core.$strip>;
|
|
1487
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1488
|
+
type: z.ZodLiteral<"press">;
|
|
1489
|
+
key: z.ZodString;
|
|
1490
|
+
target: z.ZodOptional<z.ZodObject<{
|
|
1491
|
+
description: z.ZodOptional<z.ZodString>;
|
|
1492
|
+
testId: z.ZodOptional<z.ZodString>;
|
|
1493
|
+
text: z.ZodOptional<z.ZodString>;
|
|
1494
|
+
css: z.ZodOptional<z.ZodString>;
|
|
1495
|
+
xpath: z.ZodOptional<z.ZodString>;
|
|
1496
|
+
role: z.ZodOptional<z.ZodString>;
|
|
1497
|
+
name: z.ZodOptional<z.ZodString>;
|
|
1498
|
+
}, z.core.$strip>>;
|
|
1499
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1500
|
+
type: z.ZodLiteral<"focus">;
|
|
1501
|
+
target: z.ZodObject<{
|
|
1502
|
+
description: z.ZodOptional<z.ZodString>;
|
|
1503
|
+
testId: z.ZodOptional<z.ZodString>;
|
|
1504
|
+
text: z.ZodOptional<z.ZodString>;
|
|
1505
|
+
css: z.ZodOptional<z.ZodString>;
|
|
1506
|
+
xpath: z.ZodOptional<z.ZodString>;
|
|
1507
|
+
role: z.ZodOptional<z.ZodString>;
|
|
1508
|
+
name: z.ZodOptional<z.ZodString>;
|
|
1509
|
+
}, z.core.$strip>;
|
|
1510
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1511
|
+
type: z.ZodLiteral<"assert">;
|
|
1512
|
+
target: z.ZodObject<{
|
|
1513
|
+
description: z.ZodOptional<z.ZodString>;
|
|
1514
|
+
testId: z.ZodOptional<z.ZodString>;
|
|
1515
|
+
text: z.ZodOptional<z.ZodString>;
|
|
1516
|
+
css: z.ZodOptional<z.ZodString>;
|
|
1517
|
+
xpath: z.ZodOptional<z.ZodString>;
|
|
1518
|
+
role: z.ZodOptional<z.ZodString>;
|
|
1519
|
+
name: z.ZodOptional<z.ZodString>;
|
|
1520
|
+
}, z.core.$strip>;
|
|
1521
|
+
value: z.ZodOptional<z.ZodString>;
|
|
1522
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1523
|
+
type: z.ZodLiteral<"wait">;
|
|
1524
|
+
target: z.ZodOptional<z.ZodObject<{
|
|
1525
|
+
description: z.ZodOptional<z.ZodString>;
|
|
1526
|
+
testId: z.ZodOptional<z.ZodString>;
|
|
1527
|
+
text: z.ZodOptional<z.ZodString>;
|
|
1528
|
+
css: z.ZodOptional<z.ZodString>;
|
|
1529
|
+
xpath: z.ZodOptional<z.ZodString>;
|
|
1530
|
+
role: z.ZodOptional<z.ZodString>;
|
|
1531
|
+
name: z.ZodOptional<z.ZodString>;
|
|
1532
|
+
}, z.core.$strip>>;
|
|
1533
|
+
timeout: z.ZodOptional<z.ZodNumber>;
|
|
1534
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1535
|
+
type: z.ZodLiteral<"scroll">;
|
|
1536
|
+
target: z.ZodOptional<z.ZodObject<{
|
|
1537
|
+
description: z.ZodOptional<z.ZodString>;
|
|
1538
|
+
testId: z.ZodOptional<z.ZodString>;
|
|
1539
|
+
text: z.ZodOptional<z.ZodString>;
|
|
1540
|
+
css: z.ZodOptional<z.ZodString>;
|
|
1541
|
+
xpath: z.ZodOptional<z.ZodString>;
|
|
1542
|
+
role: z.ZodOptional<z.ZodString>;
|
|
1543
|
+
name: z.ZodOptional<z.ZodString>;
|
|
1544
|
+
}, z.core.$strip>>;
|
|
1545
|
+
direction: z.ZodOptional<z.ZodEnum<{
|
|
1546
|
+
up: "up";
|
|
1547
|
+
down: "down";
|
|
1548
|
+
}>>;
|
|
1549
|
+
amount: z.ZodOptional<z.ZodNumber>;
|
|
1550
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1551
|
+
type: z.ZodLiteral<"screenshot">;
|
|
1552
|
+
name: z.ZodOptional<z.ZodString>;
|
|
1553
|
+
waitBefore: z.ZodOptional<z.ZodNumber>;
|
|
1554
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1555
|
+
type: z.ZodLiteral<"setVar">;
|
|
1556
|
+
name: z.ZodString;
|
|
1557
|
+
value: z.ZodOptional<z.ZodString>;
|
|
1558
|
+
from: z.ZodOptional<z.ZodEnum<{
|
|
1559
|
+
response: "response";
|
|
1560
|
+
element: "element";
|
|
1561
|
+
email: "email";
|
|
1562
|
+
}>>;
|
|
1563
|
+
path: z.ZodOptional<z.ZodString>;
|
|
1564
|
+
pattern: z.ZodOptional<z.ZodString>;
|
|
1565
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1566
|
+
type: z.ZodLiteral<"email.waitFor">;
|
|
1567
|
+
mailbox: z.ZodString;
|
|
1568
|
+
timeout: z.ZodOptional<z.ZodNumber>;
|
|
1569
|
+
subjectContains: z.ZodOptional<z.ZodString>;
|
|
1570
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1571
|
+
type: z.ZodLiteral<"email.extractCode">;
|
|
1572
|
+
saveTo: z.ZodString;
|
|
1573
|
+
pattern: z.ZodOptional<z.ZodString>;
|
|
1574
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1575
|
+
type: z.ZodLiteral<"email.extractLink">;
|
|
1576
|
+
saveTo: z.ZodString;
|
|
1577
|
+
pattern: z.ZodOptional<z.ZodString>;
|
|
1578
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1579
|
+
type: z.ZodLiteral<"email.clear">;
|
|
1580
|
+
mailbox: z.ZodString;
|
|
1581
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1582
|
+
type: z.ZodLiteral<"appwrite.verifyEmail">;
|
|
1583
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1584
|
+
type: z.ZodLiteral<"debug">;
|
|
1585
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1586
|
+
type: z.ZodLiteral<"waitForSelector">;
|
|
1587
|
+
target: z.ZodObject<{
|
|
1588
|
+
description: z.ZodOptional<z.ZodString>;
|
|
1589
|
+
testId: z.ZodOptional<z.ZodString>;
|
|
1590
|
+
text: z.ZodOptional<z.ZodString>;
|
|
1591
|
+
css: z.ZodOptional<z.ZodString>;
|
|
1592
|
+
xpath: z.ZodOptional<z.ZodString>;
|
|
1593
|
+
role: z.ZodOptional<z.ZodString>;
|
|
1594
|
+
name: z.ZodOptional<z.ZodString>;
|
|
1595
|
+
}, z.core.$strip>;
|
|
1596
|
+
state: z.ZodEnum<{
|
|
1597
|
+
enabled: "enabled";
|
|
1598
|
+
disabled: "disabled";
|
|
1599
|
+
visible: "visible";
|
|
1600
|
+
hidden: "hidden";
|
|
1601
|
+
attached: "attached";
|
|
1602
|
+
detached: "detached";
|
|
1603
|
+
}>;
|
|
1604
|
+
timeout: z.ZodOptional<z.ZodNumber>;
|
|
1605
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1606
|
+
type: z.ZodLiteral<"fail">;
|
|
1607
|
+
message: z.ZodString;
|
|
1608
|
+
}, z.core.$strip>], "type">>;
|
|
1609
|
+
else: z.ZodOptional<z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
1610
|
+
type: z.ZodLiteral<"navigate">;
|
|
1611
|
+
value: z.ZodString;
|
|
1612
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1613
|
+
type: z.ZodLiteral<"tap">;
|
|
1614
|
+
target: z.ZodObject<{
|
|
1615
|
+
description: z.ZodOptional<z.ZodString>;
|
|
1616
|
+
testId: z.ZodOptional<z.ZodString>;
|
|
1617
|
+
text: z.ZodOptional<z.ZodString>;
|
|
1618
|
+
css: z.ZodOptional<z.ZodString>;
|
|
1619
|
+
xpath: z.ZodOptional<z.ZodString>;
|
|
1620
|
+
role: z.ZodOptional<z.ZodString>;
|
|
1621
|
+
name: z.ZodOptional<z.ZodString>;
|
|
1622
|
+
}, z.core.$strip>;
|
|
1623
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1624
|
+
type: z.ZodLiteral<"input">;
|
|
1625
|
+
target: z.ZodObject<{
|
|
1626
|
+
description: z.ZodOptional<z.ZodString>;
|
|
1627
|
+
testId: z.ZodOptional<z.ZodString>;
|
|
1628
|
+
text: z.ZodOptional<z.ZodString>;
|
|
1629
|
+
css: z.ZodOptional<z.ZodString>;
|
|
1630
|
+
xpath: z.ZodOptional<z.ZodString>;
|
|
1631
|
+
role: z.ZodOptional<z.ZodString>;
|
|
1632
|
+
name: z.ZodOptional<z.ZodString>;
|
|
1633
|
+
}, z.core.$strip>;
|
|
1634
|
+
value: z.ZodString;
|
|
1635
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1636
|
+
type: z.ZodLiteral<"clear">;
|
|
1637
|
+
target: z.ZodObject<{
|
|
1638
|
+
description: z.ZodOptional<z.ZodString>;
|
|
1639
|
+
testId: z.ZodOptional<z.ZodString>;
|
|
1640
|
+
text: z.ZodOptional<z.ZodString>;
|
|
1641
|
+
css: z.ZodOptional<z.ZodString>;
|
|
1642
|
+
xpath: z.ZodOptional<z.ZodString>;
|
|
1643
|
+
role: z.ZodOptional<z.ZodString>;
|
|
1644
|
+
name: z.ZodOptional<z.ZodString>;
|
|
1645
|
+
}, z.core.$strip>;
|
|
1646
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1647
|
+
type: z.ZodLiteral<"hover">;
|
|
1648
|
+
target: z.ZodObject<{
|
|
1649
|
+
description: z.ZodOptional<z.ZodString>;
|
|
1650
|
+
testId: z.ZodOptional<z.ZodString>;
|
|
1651
|
+
text: z.ZodOptional<z.ZodString>;
|
|
1652
|
+
css: z.ZodOptional<z.ZodString>;
|
|
1653
|
+
xpath: z.ZodOptional<z.ZodString>;
|
|
1654
|
+
role: z.ZodOptional<z.ZodString>;
|
|
1655
|
+
name: z.ZodOptional<z.ZodString>;
|
|
1656
|
+
}, z.core.$strip>;
|
|
1657
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1658
|
+
type: z.ZodLiteral<"select">;
|
|
1659
|
+
target: z.ZodObject<{
|
|
1660
|
+
description: z.ZodOptional<z.ZodString>;
|
|
1661
|
+
testId: z.ZodOptional<z.ZodString>;
|
|
1662
|
+
text: z.ZodOptional<z.ZodString>;
|
|
1663
|
+
css: z.ZodOptional<z.ZodString>;
|
|
1664
|
+
xpath: z.ZodOptional<z.ZodString>;
|
|
1665
|
+
role: z.ZodOptional<z.ZodString>;
|
|
1666
|
+
name: z.ZodOptional<z.ZodString>;
|
|
1667
|
+
}, z.core.$strip>;
|
|
1668
|
+
value: z.ZodString;
|
|
1669
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1670
|
+
type: z.ZodLiteral<"check">;
|
|
1671
|
+
target: z.ZodObject<{
|
|
1672
|
+
description: z.ZodOptional<z.ZodString>;
|
|
1673
|
+
testId: z.ZodOptional<z.ZodString>;
|
|
1674
|
+
text: z.ZodOptional<z.ZodString>;
|
|
1675
|
+
css: z.ZodOptional<z.ZodString>;
|
|
1676
|
+
xpath: z.ZodOptional<z.ZodString>;
|
|
1677
|
+
role: z.ZodOptional<z.ZodString>;
|
|
1678
|
+
name: z.ZodOptional<z.ZodString>;
|
|
1679
|
+
}, z.core.$strip>;
|
|
1680
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1681
|
+
type: z.ZodLiteral<"uncheck">;
|
|
1682
|
+
target: z.ZodObject<{
|
|
1683
|
+
description: z.ZodOptional<z.ZodString>;
|
|
1684
|
+
testId: z.ZodOptional<z.ZodString>;
|
|
1685
|
+
text: z.ZodOptional<z.ZodString>;
|
|
1686
|
+
css: z.ZodOptional<z.ZodString>;
|
|
1687
|
+
xpath: z.ZodOptional<z.ZodString>;
|
|
1688
|
+
role: z.ZodOptional<z.ZodString>;
|
|
1689
|
+
name: z.ZodOptional<z.ZodString>;
|
|
1690
|
+
}, z.core.$strip>;
|
|
1691
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1692
|
+
type: z.ZodLiteral<"press">;
|
|
1693
|
+
key: z.ZodString;
|
|
1694
|
+
target: z.ZodOptional<z.ZodObject<{
|
|
1695
|
+
description: z.ZodOptional<z.ZodString>;
|
|
1696
|
+
testId: z.ZodOptional<z.ZodString>;
|
|
1697
|
+
text: z.ZodOptional<z.ZodString>;
|
|
1698
|
+
css: z.ZodOptional<z.ZodString>;
|
|
1699
|
+
xpath: z.ZodOptional<z.ZodString>;
|
|
1700
|
+
role: z.ZodOptional<z.ZodString>;
|
|
1701
|
+
name: z.ZodOptional<z.ZodString>;
|
|
1702
|
+
}, z.core.$strip>>;
|
|
1703
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1704
|
+
type: z.ZodLiteral<"focus">;
|
|
1705
|
+
target: z.ZodObject<{
|
|
1706
|
+
description: z.ZodOptional<z.ZodString>;
|
|
1707
|
+
testId: z.ZodOptional<z.ZodString>;
|
|
1708
|
+
text: z.ZodOptional<z.ZodString>;
|
|
1709
|
+
css: z.ZodOptional<z.ZodString>;
|
|
1710
|
+
xpath: z.ZodOptional<z.ZodString>;
|
|
1711
|
+
role: z.ZodOptional<z.ZodString>;
|
|
1712
|
+
name: z.ZodOptional<z.ZodString>;
|
|
1713
|
+
}, z.core.$strip>;
|
|
1714
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1715
|
+
type: z.ZodLiteral<"assert">;
|
|
1716
|
+
target: z.ZodObject<{
|
|
1717
|
+
description: z.ZodOptional<z.ZodString>;
|
|
1718
|
+
testId: z.ZodOptional<z.ZodString>;
|
|
1719
|
+
text: z.ZodOptional<z.ZodString>;
|
|
1720
|
+
css: z.ZodOptional<z.ZodString>;
|
|
1721
|
+
xpath: z.ZodOptional<z.ZodString>;
|
|
1722
|
+
role: z.ZodOptional<z.ZodString>;
|
|
1723
|
+
name: z.ZodOptional<z.ZodString>;
|
|
1724
|
+
}, z.core.$strip>;
|
|
1725
|
+
value: z.ZodOptional<z.ZodString>;
|
|
1726
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1727
|
+
type: z.ZodLiteral<"wait">;
|
|
1728
|
+
target: z.ZodOptional<z.ZodObject<{
|
|
1729
|
+
description: z.ZodOptional<z.ZodString>;
|
|
1730
|
+
testId: z.ZodOptional<z.ZodString>;
|
|
1731
|
+
text: z.ZodOptional<z.ZodString>;
|
|
1732
|
+
css: z.ZodOptional<z.ZodString>;
|
|
1733
|
+
xpath: z.ZodOptional<z.ZodString>;
|
|
1734
|
+
role: z.ZodOptional<z.ZodString>;
|
|
1735
|
+
name: z.ZodOptional<z.ZodString>;
|
|
1736
|
+
}, z.core.$strip>>;
|
|
1737
|
+
timeout: z.ZodOptional<z.ZodNumber>;
|
|
1738
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1739
|
+
type: z.ZodLiteral<"scroll">;
|
|
1740
|
+
target: z.ZodOptional<z.ZodObject<{
|
|
1741
|
+
description: z.ZodOptional<z.ZodString>;
|
|
1742
|
+
testId: z.ZodOptional<z.ZodString>;
|
|
1743
|
+
text: z.ZodOptional<z.ZodString>;
|
|
1744
|
+
css: z.ZodOptional<z.ZodString>;
|
|
1745
|
+
xpath: z.ZodOptional<z.ZodString>;
|
|
1746
|
+
role: z.ZodOptional<z.ZodString>;
|
|
1747
|
+
name: z.ZodOptional<z.ZodString>;
|
|
1748
|
+
}, z.core.$strip>>;
|
|
1749
|
+
direction: z.ZodOptional<z.ZodEnum<{
|
|
1750
|
+
up: "up";
|
|
1751
|
+
down: "down";
|
|
1752
|
+
}>>;
|
|
1753
|
+
amount: z.ZodOptional<z.ZodNumber>;
|
|
1754
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1755
|
+
type: z.ZodLiteral<"screenshot">;
|
|
1756
|
+
name: z.ZodOptional<z.ZodString>;
|
|
1757
|
+
waitBefore: z.ZodOptional<z.ZodNumber>;
|
|
1758
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1759
|
+
type: z.ZodLiteral<"setVar">;
|
|
1760
|
+
name: z.ZodString;
|
|
1761
|
+
value: z.ZodOptional<z.ZodString>;
|
|
1762
|
+
from: z.ZodOptional<z.ZodEnum<{
|
|
1763
|
+
response: "response";
|
|
1764
|
+
element: "element";
|
|
1765
|
+
email: "email";
|
|
1766
|
+
}>>;
|
|
1767
|
+
path: z.ZodOptional<z.ZodString>;
|
|
1768
|
+
pattern: z.ZodOptional<z.ZodString>;
|
|
1769
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1770
|
+
type: z.ZodLiteral<"email.waitFor">;
|
|
1771
|
+
mailbox: z.ZodString;
|
|
1772
|
+
timeout: z.ZodOptional<z.ZodNumber>;
|
|
1773
|
+
subjectContains: z.ZodOptional<z.ZodString>;
|
|
1774
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1775
|
+
type: z.ZodLiteral<"email.extractCode">;
|
|
1776
|
+
saveTo: z.ZodString;
|
|
1777
|
+
pattern: z.ZodOptional<z.ZodString>;
|
|
1778
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1779
|
+
type: z.ZodLiteral<"email.extractLink">;
|
|
1780
|
+
saveTo: z.ZodString;
|
|
1781
|
+
pattern: z.ZodOptional<z.ZodString>;
|
|
1782
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1783
|
+
type: z.ZodLiteral<"email.clear">;
|
|
1784
|
+
mailbox: z.ZodString;
|
|
1785
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1786
|
+
type: z.ZodLiteral<"appwrite.verifyEmail">;
|
|
1787
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1788
|
+
type: z.ZodLiteral<"debug">;
|
|
1789
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1790
|
+
type: z.ZodLiteral<"waitForSelector">;
|
|
1791
|
+
target: z.ZodObject<{
|
|
1792
|
+
description: z.ZodOptional<z.ZodString>;
|
|
1793
|
+
testId: z.ZodOptional<z.ZodString>;
|
|
1794
|
+
text: z.ZodOptional<z.ZodString>;
|
|
1795
|
+
css: z.ZodOptional<z.ZodString>;
|
|
1796
|
+
xpath: z.ZodOptional<z.ZodString>;
|
|
1797
|
+
role: z.ZodOptional<z.ZodString>;
|
|
1798
|
+
name: z.ZodOptional<z.ZodString>;
|
|
1799
|
+
}, z.core.$strip>;
|
|
1800
|
+
state: z.ZodEnum<{
|
|
1801
|
+
enabled: "enabled";
|
|
1802
|
+
disabled: "disabled";
|
|
1803
|
+
visible: "visible";
|
|
1804
|
+
hidden: "hidden";
|
|
1805
|
+
attached: "attached";
|
|
1806
|
+
detached: "detached";
|
|
1807
|
+
}>;
|
|
1808
|
+
timeout: z.ZodOptional<z.ZodNumber>;
|
|
1809
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1810
|
+
type: z.ZodLiteral<"fail">;
|
|
1811
|
+
message: z.ZodString;
|
|
1812
|
+
}, z.core.$strip>], "type">>>;
|
|
853
1813
|
}, z.core.$strip>, z.ZodObject<{
|
|
854
|
-
type: z.ZodLiteral<"
|
|
1814
|
+
type: z.ZodLiteral<"waitForBranch">;
|
|
855
1815
|
target: z.ZodObject<{
|
|
856
1816
|
description: z.ZodOptional<z.ZodString>;
|
|
857
1817
|
testId: z.ZodOptional<z.ZodString>;
|
|
@@ -861,112 +1821,13 @@ declare const TestDefinitionSchema: z.ZodObject<{
|
|
|
861
1821
|
role: z.ZodOptional<z.ZodString>;
|
|
862
1822
|
name: z.ZodOptional<z.ZodString>;
|
|
863
1823
|
}, z.core.$strip>;
|
|
864
|
-
value: z.ZodOptional<z.ZodString>;
|
|
865
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
866
|
-
type: z.ZodLiteral<"wait">;
|
|
867
|
-
target: z.ZodOptional<z.ZodObject<{
|
|
868
|
-
description: z.ZodOptional<z.ZodString>;
|
|
869
|
-
testId: z.ZodOptional<z.ZodString>;
|
|
870
|
-
text: z.ZodOptional<z.ZodString>;
|
|
871
|
-
css: z.ZodOptional<z.ZodString>;
|
|
872
|
-
xpath: z.ZodOptional<z.ZodString>;
|
|
873
|
-
role: z.ZodOptional<z.ZodString>;
|
|
874
|
-
name: z.ZodOptional<z.ZodString>;
|
|
875
|
-
}, z.core.$strip>>;
|
|
876
|
-
timeout: z.ZodOptional<z.ZodNumber>;
|
|
877
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
878
|
-
type: z.ZodLiteral<"scroll">;
|
|
879
|
-
target: z.ZodOptional<z.ZodObject<{
|
|
880
|
-
description: z.ZodOptional<z.ZodString>;
|
|
881
|
-
testId: z.ZodOptional<z.ZodString>;
|
|
882
|
-
text: z.ZodOptional<z.ZodString>;
|
|
883
|
-
css: z.ZodOptional<z.ZodString>;
|
|
884
|
-
xpath: z.ZodOptional<z.ZodString>;
|
|
885
|
-
role: z.ZodOptional<z.ZodString>;
|
|
886
|
-
name: z.ZodOptional<z.ZodString>;
|
|
887
|
-
}, z.core.$strip>>;
|
|
888
|
-
direction: z.ZodOptional<z.ZodEnum<{
|
|
889
|
-
up: "up";
|
|
890
|
-
down: "down";
|
|
891
|
-
}>>;
|
|
892
|
-
amount: z.ZodOptional<z.ZodNumber>;
|
|
893
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
894
|
-
type: z.ZodLiteral<"screenshot">;
|
|
895
|
-
name: z.ZodOptional<z.ZodString>;
|
|
896
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
897
|
-
type: z.ZodLiteral<"setVar">;
|
|
898
|
-
name: z.ZodString;
|
|
899
|
-
value: z.ZodOptional<z.ZodString>;
|
|
900
|
-
from: z.ZodOptional<z.ZodEnum<{
|
|
901
|
-
response: "response";
|
|
902
|
-
element: "element";
|
|
903
|
-
email: "email";
|
|
904
|
-
}>>;
|
|
905
|
-
path: z.ZodOptional<z.ZodString>;
|
|
906
|
-
pattern: z.ZodOptional<z.ZodString>;
|
|
907
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
908
|
-
type: z.ZodLiteral<"email.waitFor">;
|
|
909
|
-
mailbox: z.ZodString;
|
|
910
1824
|
timeout: z.ZodOptional<z.ZodNumber>;
|
|
911
|
-
|
|
912
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
913
|
-
type: z.ZodLiteral<"email.extractCode">;
|
|
914
|
-
saveTo: z.ZodString;
|
|
915
|
-
pattern: z.ZodOptional<z.ZodString>;
|
|
916
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
917
|
-
type: z.ZodLiteral<"email.extractLink">;
|
|
918
|
-
saveTo: z.ZodString;
|
|
919
|
-
pattern: z.ZodOptional<z.ZodString>;
|
|
920
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
921
|
-
type: z.ZodLiteral<"email.clear">;
|
|
922
|
-
mailbox: z.ZodString;
|
|
923
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
924
|
-
type: z.ZodLiteral<"appwrite.verifyEmail">;
|
|
925
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
926
|
-
type: z.ZodLiteral<"debug">;
|
|
927
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
928
|
-
type: z.ZodLiteral<"waitForSelector">;
|
|
929
|
-
target: z.ZodObject<{
|
|
930
|
-
description: z.ZodOptional<z.ZodString>;
|
|
931
|
-
testId: z.ZodOptional<z.ZodString>;
|
|
932
|
-
text: z.ZodOptional<z.ZodString>;
|
|
933
|
-
css: z.ZodOptional<z.ZodString>;
|
|
934
|
-
xpath: z.ZodOptional<z.ZodString>;
|
|
935
|
-
role: z.ZodOptional<z.ZodString>;
|
|
936
|
-
name: z.ZodOptional<z.ZodString>;
|
|
937
|
-
}, z.core.$strip>;
|
|
938
|
-
state: z.ZodEnum<{
|
|
1825
|
+
state: z.ZodOptional<z.ZodEnum<{
|
|
939
1826
|
enabled: "enabled";
|
|
940
|
-
disabled: "disabled";
|
|
941
1827
|
visible: "visible";
|
|
942
|
-
hidden: "hidden";
|
|
943
1828
|
attached: "attached";
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
timeout: z.ZodOptional<z.ZodNumber>;
|
|
947
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
948
|
-
type: z.ZodLiteral<"fail">;
|
|
949
|
-
message: z.ZodString;
|
|
950
|
-
}, z.core.$strip>], "type">, z.ZodObject<{
|
|
951
|
-
type: z.ZodLiteral<"conditional">;
|
|
952
|
-
condition: z.ZodObject<{
|
|
953
|
-
type: z.ZodEnum<{
|
|
954
|
-
visible: "visible";
|
|
955
|
-
hidden: "hidden";
|
|
956
|
-
exists: "exists";
|
|
957
|
-
notExists: "notExists";
|
|
958
|
-
}>;
|
|
959
|
-
target: z.ZodObject<{
|
|
960
|
-
description: z.ZodOptional<z.ZodString>;
|
|
961
|
-
testId: z.ZodOptional<z.ZodString>;
|
|
962
|
-
text: z.ZodOptional<z.ZodString>;
|
|
963
|
-
css: z.ZodOptional<z.ZodString>;
|
|
964
|
-
xpath: z.ZodOptional<z.ZodString>;
|
|
965
|
-
role: z.ZodOptional<z.ZodString>;
|
|
966
|
-
name: z.ZodOptional<z.ZodString>;
|
|
967
|
-
}, z.core.$strip>;
|
|
968
|
-
}, z.core.$strip>;
|
|
969
|
-
then: z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
1829
|
+
}>>;
|
|
1830
|
+
onAppear: z.ZodUnion<readonly [z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
970
1831
|
type: z.ZodLiteral<"navigate">;
|
|
971
1832
|
value: z.ZodString;
|
|
972
1833
|
}, z.core.$strip>, z.ZodObject<{
|
|
@@ -1114,6 +1975,7 @@ declare const TestDefinitionSchema: z.ZodObject<{
|
|
|
1114
1975
|
}, z.core.$strip>, z.ZodObject<{
|
|
1115
1976
|
type: z.ZodLiteral<"screenshot">;
|
|
1116
1977
|
name: z.ZodOptional<z.ZodString>;
|
|
1978
|
+
waitBefore: z.ZodOptional<z.ZodNumber>;
|
|
1117
1979
|
}, z.core.$strip>, z.ZodObject<{
|
|
1118
1980
|
type: z.ZodLiteral<"setVar">;
|
|
1119
1981
|
name: z.ZodString;
|
|
@@ -1168,8 +2030,11 @@ declare const TestDefinitionSchema: z.ZodObject<{
|
|
|
1168
2030
|
}, z.core.$strip>, z.ZodObject<{
|
|
1169
2031
|
type: z.ZodLiteral<"fail">;
|
|
1170
2032
|
message: z.ZodString;
|
|
1171
|
-
}, z.core.$strip>], "type"
|
|
1172
|
-
|
|
2033
|
+
}, z.core.$strip>], "type">>, z.ZodObject<{
|
|
2034
|
+
workflow: z.ZodString;
|
|
2035
|
+
variables: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
2036
|
+
}, z.core.$strip>]>;
|
|
2037
|
+
onTimeout: z.ZodOptional<z.ZodUnion<readonly [z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
1173
2038
|
type: z.ZodLiteral<"navigate">;
|
|
1174
2039
|
value: z.ZodString;
|
|
1175
2040
|
}, z.core.$strip>, z.ZodObject<{
|
|
@@ -1317,6 +2182,7 @@ declare const TestDefinitionSchema: z.ZodObject<{
|
|
|
1317
2182
|
}, z.core.$strip>, z.ZodObject<{
|
|
1318
2183
|
type: z.ZodLiteral<"screenshot">;
|
|
1319
2184
|
name: z.ZodOptional<z.ZodString>;
|
|
2185
|
+
waitBefore: z.ZodOptional<z.ZodNumber>;
|
|
1320
2186
|
}, z.core.$strip>, z.ZodObject<{
|
|
1321
2187
|
type: z.ZodLiteral<"setVar">;
|
|
1322
2188
|
name: z.ZodString;
|
|
@@ -1371,7 +2237,11 @@ declare const TestDefinitionSchema: z.ZodObject<{
|
|
|
1371
2237
|
}, z.core.$strip>, z.ZodObject<{
|
|
1372
2238
|
type: z.ZodLiteral<"fail">;
|
|
1373
2239
|
message: z.ZodString;
|
|
1374
|
-
}, z.core.$strip>], "type"
|
|
2240
|
+
}, z.core.$strip>], "type">>, z.ZodObject<{
|
|
2241
|
+
workflow: z.ZodString;
|
|
2242
|
+
variables: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
2243
|
+
}, z.core.$strip>]>>;
|
|
2244
|
+
pollInterval: z.ZodOptional<z.ZodNumber>;
|
|
1375
2245
|
}, z.core.$strip>]>>;
|
|
1376
2246
|
}, z.core.$strip>;
|
|
1377
2247
|
declare const IntellitesterConfigSchema: z.ZodObject<{
|