Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 35 additions & 0 deletions .github/integ-config/integ-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -451,6 +451,41 @@ tests:
browser: *minimal_browser_list

# AUTH
- test_name: integ_next_auth_user_management
desc: 'User Management'
framework: next
category: auth
sample_name: [misc]
spec: user-management
browser: *minimal_browser_list
- test_name: integ_next_auth_password_reset
desc: 'Password Reset'
framework: next
category: auth
sample_name: [misc]
spec: password-reset
browser: *minimal_browser_list
- test_name: integ_next_auth_functions
desc: 'Auth Functions'
framework: next
category: auth
sample_name: [misc]
spec: auth-functions
browser: *minimal_browser_list
- test_name: integ_next_auth_totp
desc: 'TOTP Setup'
framework: next
category: auth
sample_name: [misc]
spec: totp-setup
browser: *minimal_browser_list
- test_name: integ_next_core_utils
desc: 'Core Utilities'
framework: next
category: auth
sample_name: [misc]
spec: core-utilities
browser: *minimal_browser_list
- test_name: integ_react_javascript_authentication
desc: 'React Authentication'
framework: react
Expand Down
Loading