Skip to content

Add Identity Verification feature specs

Alex Buijs requested to merge add-identity-verification-specs into master

What does this MR do and why?

This adds Arkose and Identity Verification specs for all user registration entry paths on SaaS:

All flows, except the Invite flow, require Identity Verification when enabled. (Issue to enable Identity Verification for the Invite flow is here: https://gitlab.com/gitlab-org/modelops/anti-abuse/team-tasks/-/issues/127+)

The Trial flow currently only supports low risk verification (issue to implement Arkose for Trial registrations is here: https://gitlab.com/gitlab-org/modelops/anti-abuse/team-tasks/-/issues/230+)

These feature specs were made as realistically as possible, with as little stubbing as possible, but credit card verification for high risk signups was really hard to simulate as it depends on loading an external script, rendering external content in an iframe and several API calls to the subscriptions portal. That is why that step is simulated by manually creating a credit card validation and reloading the page.

Closes https://gitlab.com/gitlab-org/modelops/anti-abuse/team-tasks/-/issues/240+

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Alex Buijs

Merge request reports

Loading