@@ -528,6 +528,13 @@ tests:
528
528
sample_name : [sign-in-with-oauth]
529
529
spec : sign-out-oidc-provider
530
530
browser : [chrome]
531
+ - test_name : integ_next_auth_token_revocation
532
+ desc : ' Token Revocation'
533
+ framework : next
534
+ category : auth
535
+ sample_name : [auth-rsc]
536
+ spec : token-revocation
537
+ browser : [chrome]
531
538
532
539
# AUTH GEN2
533
540
- test_name : integ_react_javascript_authentication_gen2
@@ -622,13 +629,15 @@ tests:
622
629
category : auth
623
630
sample_name : [custom-auth]
624
631
spec : custom-auth
632
+ retry_count : 15
625
633
browser : *minimal_browser_list
626
634
- test_name : integ_next_auth_sign_in_with_sms_mfa
627
635
desc : ' Resumable sign in with SMS MFA flow'
628
636
framework : next
629
637
category : auth
630
638
sample_name : [mfa]
631
639
spec : sign-in-resumable-mfa
640
+ retry_count : 15
632
641
browser : *minimal_browser_list
633
642
env :
634
643
NEXT_PUBLIC_BACKEND_CONFIG : resum-signin
@@ -837,20 +846,23 @@ tests:
837
846
category : storage
838
847
sample_name : [storage-gen2]
839
848
spec : storage-gen2
849
+ retry_count : 10
840
850
browser : *minimal_browser_list
841
851
- test_name : integ_react_storage_internal
842
852
desc : ' React Storage Gen2 Internal APIs'
843
853
framework : react
844
854
category : storage
845
855
sample_name : [storage-gen2-internal]
846
856
spec : storage-gen2-internal
857
+ retry_count : 10
847
858
browser : *minimal_browser_list
848
859
- test_name : integ_next_storage
849
860
desc : ' Next Storage Auth'
850
861
framework : next
851
862
category : storage
852
863
sample_name : [storage-auth]
853
864
spec : storage-client-server
865
+ retry_count : 10
854
866
browser : [chrome] # firefox issues with secure cookies in cypress, manual testing works fine
855
867
856
868
# INAPPMESSAGING
@@ -913,6 +925,7 @@ tests:
913
925
category : auth
914
926
sample_name : [mfa]
915
927
spec : mfa-req-email
928
+ retry_count : 15
916
929
browser : *minimal_browser_list
917
930
env :
918
931
NEXT_PUBLIC_BACKEND_CONFIG : mfa-req-email
@@ -922,6 +935,7 @@ tests:
922
935
category : auth
923
936
sample_name : [mfa]
924
937
spec : mfa-req-phone
938
+ retry_count : 15
925
939
browser : *minimal_browser_list
926
940
env :
927
941
NEXT_PUBLIC_BACKEND_CONFIG : mfa-req-phone
@@ -931,6 +945,7 @@ tests:
931
945
category : auth
932
946
sample_name : [mfa]
933
947
spec : mfa-opt-email
948
+ retry_count : 15
934
949
browser : *minimal_browser_list
935
950
env :
936
951
NEXT_PUBLIC_BACKEND_CONFIG : mfa-opt-email
@@ -940,6 +955,7 @@ tests:
940
955
category : auth
941
956
sample_name : [mfa]
942
957
spec : mfa-opt-phone
958
+ retry_count : 15
943
959
browser : *minimal_browser_list
944
960
env :
945
961
NEXT_PUBLIC_BACKEND_CONFIG : mfa-opt-phone
@@ -949,6 +965,7 @@ tests:
949
965
category : auth
950
966
sample_name : [mfa]
951
967
spec : mfa-setup
968
+ retry_count : 15
952
969
browser : *minimal_browser_list
953
970
env :
954
971
NEXT_PUBLIC_BACKEND_CONFIG : mfa-setup
@@ -958,6 +975,7 @@ tests:
958
975
category : auth
959
976
sample_name : [mfa]
960
977
spec : passwordless/auto-sign-in
978
+ retry_count : 15
961
979
browser : *minimal_browser_list
962
980
env :
963
981
NEXT_PUBLIC_BACKEND_CONFIG : pwl-autosignin
@@ -985,6 +1003,7 @@ tests:
985
1003
category : auth
986
1004
sample_name : [mfa]
987
1005
spec : passwordless/sign-up
1006
+ retry_count : 15
988
1007
browser : *minimal_browser_list
989
1008
env :
990
1009
NEXT_PUBLIC_BACKEND_CONFIG : pwl-signup
@@ -994,6 +1013,7 @@ tests:
994
1013
category : auth
995
1014
sample_name : [mfa]
996
1015
spec : passwordless/miscellaneous
1016
+ retry_count : 15
997
1017
browser : *minimal_browser_list
998
1018
env :
999
1019
NEXT_PUBLIC_BACKEND_CONFIG : pwl-misc
@@ -1014,6 +1034,8 @@ tests:
1014
1034
category : auth
1015
1035
sample_name : [mfa]
1016
1036
spec : refresh-token-auth
1037
+ retry_count : 15
1038
+ timeout_minutes : 90
1017
1039
browser : *minimal_browser_list
1018
1040
env :
1019
1041
NEXT_PUBLIC_BACKEND_CONFIG : misc-tokenref
0 commit comments