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 |
|
| account | {string} | Reference to an HCP account (following values for loginAndSignup project) |
|
To Do :
| Type | Description |
|---|---|
| SIMPLIFY | reduce the number of hcp possible / simplify ? |
| SIMPLIFY | complete with the new project |
| API | make login with API ? |