File size: 3,979 Bytes
ac8effe |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 |
{
"task with actions": [
{
"task_index": 0,
"task": "Explore and manage issues in a GitLab repository, including viewing, assigning, and filtering issues.",
"actions": [
{
"index": 0,
"start": 23.1,
"end": 24.1,
"text": "Navigate to the repository with the most issues."
},
{
"index": 1,
"start": 36.3,
"end": 38.3,
"text": "Click on 'Issues' in the left menu bar."
},
{
"index": 2,
"start": 80.3,
"end": 81.5,
"text": "Search for different issues using the search bar."
},
{
"index": 3,
"start": 82.0,
"end": 84.6,
"text": "Enter 'GitHub' to search for GitHub-related issues."
},
{
"index": 4,
"start": 89.9,
"end": 90.1,
"text": "Click on 'Open' to filter for open issues."
}
]
},
{
"task_index": 1,
"task": "Create a new issue with specific details such as assignee, due date, and label.",
"actions": [
{
"index": 5,
"start": 147.9,
"end": 148.7,
"text": "Click on the 'New Issue' blue button."
},
{
"index": 6,
"start": 150.0,
"end": 151.4,
"text": "Enter 'McCall's test issue' as the issue title."
},
{
"index": 7,
"start": 158.1,
"end": 159.5,
"text": "Assign the issue to the 'Ally project'."
},
{
"index": 8,
"start": 160.7,
"end": 162.2,
"text": "Set the due date to the 30th of September."
},
{
"index": 9,
"start": 167.8,
"end": 169.3,
"text": "Add 'Accessibility' as a label."
},
{
"index": 10,
"start": 171.7,
"end": 172.2,
"text": "Click 'Create' to create the issue."
}
]
},
{
"task_index": 2,
"task": "Navigate and manage milestones, including viewing and creating new milestones.",
"actions": [
{
"index": 11,
"start": 188.8,
"end": 189.0,
"text": "Navigate to 'Milestones'."
},
{
"index": 12,
"start": 202.4,
"end": 203.0,
"text": "Enter 'testMilestone' as the milestone name."
},
{
"index": 13,
"start": 221.8,
"end": 223.0,
"text": "Add different participants to the milestone."
},
{
"index": 14,
"start": 237.4,
"end": 238.7,
"text": "Close the milestone if needed."
},
{
"index": 15,
"start": 238.8,
"end": 239.3,
"text": "Delete the milestone if needed."
}
]
}
]
} |