To add a collaborator to this project you will need to use the Relish gem to add the collaborator via a terminal command. Soon you'll be able to also add collaborators here!
More about adding a collaboratorProject Create DXP Cloud
Create projects on DXP Cloud.
Only users with team support scope can see New Project button.
- Background
-
- Given
- I have "team" scope
- And
- I sign in to WeDeploy as a test user
- Scenarios
-
- Project name must be valid
- Create a new project with generated project id
- Letters in Project ID are lowercase only
- Create a new project with user input
- Create a new project with duplicate Project ID
- Create a project with duplicate ID, different letter case
- Project name must be valid
-
- When
- I click the "New Project" button
- And
- I enter "$test" into the "Project ID" input field
- And
- I click the "Create Project" button
- Then
-
I should see the validation message
Environment ID must only contain alphanumeric characters - And
- I go to the projects page
- And
- I should see the text "No Projects Yet"
- Create a new project with generated project id
-
- When
- I click the "New Project" button
- And
- I should be at url ending with "/projects/new-project"
- And
- I click the "Create Project" button
- Then
- I should be on the Overview page for project "{generated-id}"
- And
- I go to the projects page
- And
-
I should see in the project list
Project Status Services Team {generated-id} None No services Tester
- Letters in Project ID are lowercase only
-
- When
- I click the "New Project" button
- And
- I enter "ALPHA1" into the "Project ID" input field
- And
- I click the "Create Project" button
- Then
- I should be on the Overview page for project "alpha1"
- And
- I go to the projects page
- And
-
I should see in the project list
Project Status Services Team alpha1 None No services Tester
- Create a new project with user input
-
- When
- I click the "New Project" button
- And
- I enter "alpha2" into the "Project ID" input field
- And
- I click the "Create Project" button
- Then
- I should be on the Overview page for project "alpha2"
- And
- I go to the projects page
- And
-
I should see in the project list
Project Status Services Team alpha2 None No services Tester - And
- I go to the "Activities" page for "alpha2" project
- And
-
I should see listed in the General Activities
Project created
- Create a new project with duplicate Project ID
-
- Given
- I create a project with ID "alpha3"
- When
- I go to the projects page
- And
- I click the "New Project" button
- And
- I enter "alpha3" into the "Project ID" input field
- And
- I click the "Create Project" button
- Then
-
I should see the validation message
Another project with the same id already exists.
- Create a project with duplicate ID, different letter case
-
- Given
- I create a project with ID "alpha12"
- When
- I go to the projects page
- And
- I click the "New Project" button
- And
- I enter "Alpha12" into the "Project ID" input field
- And
- I click the "Create Project" button
- Then
-
I should see the validation message
Another project with the same id already exists.
Last published almost 4 years ago by Christie Yoo.