57 lines
1.5 KiB
JSON
57 lines
1.5 KiB
JSON
{
|
|
"sites": [
|
|
"gitlab"
|
|
],
|
|
"task_id": 591,
|
|
"require_login": true,
|
|
"storage_state": "./.auth/gitlab_state.json",
|
|
"start_url": "http://localhost:28084/primer/design",
|
|
"geolocation": null,
|
|
"intent_template": "Create a milestone for the upcoming {{event}} starting on {{start_date}} and ending on {{end_date}}",
|
|
"instantiation_dict": {
|
|
"event": "practice of collective code review",
|
|
"start_date": "1/16/2023",
|
|
"end_date": "in 20 days"
|
|
},
|
|
"intent": "Create a milestone for the upcoming practice of collective code review starting on 1/16/2023 and ending on in 20 days",
|
|
"require_reset": false,
|
|
"eval": {
|
|
"eval_types": [
|
|
"url_match",
|
|
"program_html"
|
|
],
|
|
"reference_answers": null,
|
|
"reference_url": "http://localhost:28084/primer/design/-/milestones",
|
|
"program_html": [
|
|
{
|
|
"url": "last",
|
|
"locator": "document.querySelector(\"#content-body\").outerText",
|
|
"required_contents": {
|
|
"must_include": [
|
|
"code review"
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"url": "last",
|
|
"locator": "document.querySelector('.block.start_date').outerText",
|
|
"required_contents": {
|
|
"must_include": [
|
|
"Jan 16, 2030"
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"url": "last",
|
|
"locator": "document.querySelector('.block.due_date').outerText",
|
|
"required_contents": {
|
|
"must_include": [
|
|
"Feb 5, 2030"
|
|
]
|
|
}
|
|
}
|
|
],
|
|
"url_note": "GOLD in PRED"
|
|
},
|
|
"intent_template_id": 339
|
|
} |