57 lines
1.6 KiB
JSON
57 lines
1.6 KiB
JSON
{
|
|
"sites": [
|
|
"gitlab"
|
|
],
|
|
"task_id": 593,
|
|
"require_login": true,
|
|
"storage_state": "./.auth/gitlab_state.json",
|
|
"start_url": "http://localhost:28084/byteblaze/dotfiles",
|
|
"geolocation": null,
|
|
"intent_template": "Create a milestone for the upcoming {{event}} starting on {{start_date}} and ending on {{end_date}}",
|
|
"instantiation_dict": {
|
|
"event": "task of merging all branches to main",
|
|
"start_date": "March 15, 2044",
|
|
"end_date": "March 30, 2044"
|
|
},
|
|
"intent": "Create a milestone for the upcoming task of merging all branches to main starting on March 15, 2044 and ending on March 30, 2044",
|
|
"require_reset": false,
|
|
"eval": {
|
|
"eval_types": [
|
|
"url_match",
|
|
"program_html"
|
|
],
|
|
"reference_answers": null,
|
|
"reference_url": "http://localhost:28084/byteblaze/dotfiles/-/milestones",
|
|
"program_html": [
|
|
{
|
|
"url": "last",
|
|
"locator": "document.querySelector(\"#content-body\").outerText",
|
|
"required_contents": {
|
|
"must_include": [
|
|
"all branches to main"
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"url": "last",
|
|
"locator": "document.querySelector('.block.start_date').outerText",
|
|
"required_contents": {
|
|
"must_include": [
|
|
"Mar 15, 2044"
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"url": "last",
|
|
"locator": "document.querySelector('.block.due_date').outerText",
|
|
"required_contents": {
|
|
"must_include": [
|
|
"Mar 30, 2044"
|
|
]
|
|
}
|
|
}
|
|
],
|
|
"url_note": "GOLD in PRED"
|
|
},
|
|
"intent_template_id": 339
|
|
} |