Context setup

These steps are used to setup the context of tests config and user login

Given

For now it is used to describe the config needed (only manual purpose)

Parameters :

Name Type Description Values
config {string} Not implemented (manual purpose for now)

To Do :

Type Description
QUESTION See to use it with fixture import or to remove ?

Use to log the HCP in a particular project with a particular account

Parameters :

Name Type Description Values
projectName {string} Allows to set up the project URL by project's name
  • loginAndSignup
  • qacapture
  • wftest
account {string} Reference to an HCP account (following values for loginAndSignup project)
  • a Test HCP (L&S project)
  • a valid HCP account (L&S project)
  • the recently activated account (L&S project)
  • the recently activated account with accepted terms of use (L&S project) the stored account (L&S project)

To Do :

Type Description
SIMPLIFY reduce the number of hcp possible / simplify ?
SIMPLIFY complete with the new project
API make login with API ?