diff --git a/data/test-cases/plugins/todo/API/Accept_issue.md b/data/test-cases/plugins/todo/API/Accept_issue.md new file mode 100644 index 000000000..b2cd7043a --- /dev/null +++ b/data/test-cases/plugins/todo/API/Accept_issue.md @@ -0,0 +1,42 @@ +# (Required) Ensure all values are filled up +name: "Accept Todo" +status: Active +priority: Normal +folder: ToDo +authors: "@AayushChaudhary0001" +team_ownership: +- Change Team Name +priority_p1_to_p4: P2 - Core Functions (Do core functions work?) + +# (Optional) +location: null +component: null +tags: [] +labels: [] +tested_by_contributor: null + +# (Optional) Test type and tools +cypress: null +detox: null +mmctl: null +playwright: null +rainforest: [] +manual_test_environments: [] + +# Do not change +id: null +key: null +created_on: null +last_updated: null +case_hashed: null +steps_hashed: null +--- + +**Step 1** + +1. Provide the authtoken(in postman) of the user to whom the Todo is assigned. +2. Provide the id(mandatory field) of the Todo from the list of the users to whom the ToDo is assigned. + +**Expected** + +The desired Todo should get accepted. \ No newline at end of file diff --git a/data/test-cases/plugins/todo/API/Add_issue.md b/data/test-cases/plugins/todo/API/Add_issue.md new file mode 100644 index 000000000..898bfe07c --- /dev/null +++ b/data/test-cases/plugins/todo/API/Add_issue.md @@ -0,0 +1,42 @@ +# (Required) Ensure all values are filled up +name: "Add Todo" +status: Active +priority: Normal +folder: ToDo +authors: "@AayushChaudhary0001" +team_ownership: +- Change Team Name +priority_p1_to_p4: P2 - Core Functions (Do core functions work?) + +# (Optional) +location: null +component: null +tags: [] +labels: [] +tested_by_contributor: null + +# (Optional) Test type and tools +cypress: null +detox: null +mmctl: null +playwright: null +rainforest: [] +manual_test_environments: [] + +# Do not change +id: null +key: null +created_on: null +last_updated: null +case_hashed: null +steps_hashed: null +--- + +**Step 1** + +1. Fill all the mandatory fields of the API body. +2. Provide the correct authtoken of the user(in postman). + +**Expected** + +The desired Todo should get created. \ No newline at end of file diff --git a/data/test-cases/plugins/todo/API/Bump_issue.md b/data/test-cases/plugins/todo/API/Bump_issue.md new file mode 100644 index 000000000..93904411e --- /dev/null +++ b/data/test-cases/plugins/todo/API/Bump_issue.md @@ -0,0 +1,42 @@ +# (Required) Ensure all values are filled up +name: "Bump Todo" +status: Active +priority: Normal +folder: ToDo +authors: "@AayushChaudhary0001" +team_ownership: +- Change Team Name +priority_p1_to_p4: P2 - Core Functions (Do core functions work?) + +# (Optional) +location: null +component: null +tags: [] +labels: [] +tested_by_contributor: null + +# (Optional) Test type and tools +cypress: null +detox: null +mmctl: null +playwright: null +rainforest: [] +manual_test_environments: [] + +# Do not change +id: null +key: null +created_on: null +last_updated: null +case_hashed: null +steps_hashed: null +--- + +**Step 1** + +1. Provide the authtoken(in postman) of the user to whom the Todo is assigned. +2. Provide the id(mandatory field) of the ToDo from the list of the user to whom the Todo is aasigned. + +**Expected** + +The desired Todo should get accepted. \ No newline at end of file diff --git a/data/test-cases/plugins/todo/API/Complete_issue.md b/data/test-cases/plugins/todo/API/Complete_issue.md new file mode 100644 index 000000000..d9e5b9004 --- /dev/null +++ b/data/test-cases/plugins/todo/API/Complete_issue.md @@ -0,0 +1,42 @@ +# (Required) Ensure all values are filled up +name: "Complete Todo" +status: Active +priority: Normal +folder: ToDo +authors: "@AayushChaudhary0001" +team_ownership: +- Change Team Name +priority_p1_to_p4: P2 - Core Functions (Do core functions work?) + +# (Optional) +location: null +component: null +tags: [] +labels: [] +tested_by_contributor: null + +# (Optional) Test type and tools +cypress: null +detox: null +mmctl: null +playwright: null +rainforest: [] +manual_test_environments: [] + +# Do not change +id: null +key: null +created_on: null +last_updated: null +case_hashed: null +steps_hashed: null +--- + +**Step 1** + +1. Provide the correct authtoken(in Postman) of the correct user. +2. Provide the correct id(mndatory field) of the Todo comment. + +**Expected** + +The ToDo comment should get completed and should not be visible in the Todo list afterwards. diff --git a/data/test-cases/plugins/todo/API/Delete_issue.md b/data/test-cases/plugins/todo/API/Delete_issue.md new file mode 100644 index 000000000..4340d383f --- /dev/null +++ b/data/test-cases/plugins/todo/API/Delete_issue.md @@ -0,0 +1,42 @@ +# (Required) Ensure all values are filled up +name: "Delete Todo" +status: Active +priority: Normal +folder: ToDo +authors: "@AayushChaudhary0001" +team_ownership: +- Change Team Name +priority_p1_to_p4: P2 - Core Functions (Do core functions work?) + +# (Optional) +location: null +component: null +tags: [] +labels: [] +tested_by_contributor: null + +# (Optional) Test type and tools +cypress: null +detox: null +mmctl: null +playwright: null +rainforest: [] +manual_test_environments: [] + +# Do not change +id: null +key: null +created_on: null +last_updated: null +case_hashed: null +steps_hashed: null +--- + +**Step 1** + +1. Provide the correct authtoken(in postman) of the user. +2. Fill the mandatory ID field correctly. + +**Expected** + +The desired ToDo should get deleted. \ No newline at end of file diff --git a/data/test-cases/plugins/todo/API/Edit issue.md b/data/test-cases/plugins/todo/API/Edit issue.md new file mode 100644 index 000000000..4dd892d3e --- /dev/null +++ b/data/test-cases/plugins/todo/API/Edit issue.md @@ -0,0 +1,43 @@ +# (Required) Ensure all values are filled up +name: "Edit Todo" +status: Active +priority: Normal +folder: ToDo +authors: "@AayushChaudhary0001" +team_ownership: +- Change Team Name +priority_p1_to_p4: P2 - Core Functions (Do core functions work?) + +# (Optional) +location: null +component: null +tags: [] +labels: [] +tested_by_contributor: null + +# (Optional) Test type and tools +cypress: null +detox: null +mmctl: null +playwright: null +rainforest: [] +manual_test_environments: [] + +# Do not change +id: null +key: null +created_on: null +last_updated: null +case_hashed: null +steps_hashed: null +--- + +**Step 1** + +1. Provide the id(mandatory field) of the desired Todo. +2. Enter the desired changes in message and description field(mandatory fields). +3. Provide the correct authtoken(in postman) of the user. + +**Expected** + +The desired Todo should get created. \ No newline at end of file diff --git a/data/test-cases/plugins/todo/API/Get_issue_list.md b/data/test-cases/plugins/todo/API/Get_issue_list.md new file mode 100644 index 000000000..54828ae7f --- /dev/null +++ b/data/test-cases/plugins/todo/API/Get_issue_list.md @@ -0,0 +1,42 @@ +# (Required) Ensure all values are filled up +name: "Get Todo list" +status: Active +priority: Normal +folder: ToDo +authors: "@AayushChaudhary0001" +team_ownership: +- Change Team Name +priority_p1_to_p4: P2 - Core Functions (Do core functions work?) + +# (Optional) +location: null +component: null +tags: [] +labels: [] +tested_by_contributor: null + +# (Optional) Test type and tools +cypress: null +detox: null +mmctl: null +playwright: null +rainforest: [] +manual_test_environments: [] + +# Do not change +id: null +key: null +created_on: null +last_updated: null +case_hashed: null +steps_hashed: null +--- + +**Step 1** + +1. Provide the correct authtoken(in postman) of the user. +2. Select the params for the Todo list(in/out). + +**Expected** + +The Todo list should be presented to the user. \ No newline at end of file