RedRoverSchool / JenkinsQA_JS_2024_fall

11 stars 2 forks source link

TC_01.001.01-А FreestyleProject > Add description > Add a description when creating a project #107

Open AnDerova opened 2 hours ago

AnDerova commented 2 hours ago

Description: As a registered user, I want to be able to add a description to my project when creating a project.

Steps

  1. From Jenkins Dashboard, click on the "New Item" button on the left sidebar.
  2. Enter a valid item name in the "Enter an item name" field
  3. Select the item type: "Freestyle Project"
  4. Click on the OK button.
  5. Enter a valid description in the "Description field" in the General section on the Configure page
  6. Click on the Save button.

Expected result The project is successfully created. The entered description is saved after clicking the Save button. Description is shown on the project page.