Skip to content

Add QA login flow

Mark Lapierre requested to merge ml-qa-add-login-flow into master

What does this MR do?

Adds a Flow module for frequently used sequences of actions.

  • Adds a login flow, including for logging in, performing some actions and then logging out.
  • Updates a test as an example of how to use the login flow.
  • Adds a class method QA::Resource::User.admin to provide access to the admin user's details (include username/password needed to sign in)

Does this MR meet the acceptance criteria?

Conformity

Edited by Mark Lapierre

Merge request reports