53 lines
1.5 KiB
JSON
53 lines
1.5 KiB
JSON
{
|
|
"sites": [
|
|
"gitlab"
|
|
],
|
|
"task_id": 666,
|
|
"require_login": true,
|
|
"storage_state": "./.auth/gitlab_state.json",
|
|
"start_url": "http://localhost:28084/primer/design",
|
|
"geolocation": null,
|
|
"intent_template": "Submit a request to merge {{source_branch}} branch into {{target_branch}} branch, assign {{reviewer}} as the reviewer",
|
|
"instantiation_dict": {
|
|
"source_branch": "dialog-component",
|
|
"target_branch": "dialog",
|
|
"reviewer": "Carol"
|
|
},
|
|
"intent": "Submit a request to merge dialog-component branch into dialog branch, assign Carol as the reviewer",
|
|
"require_reset": false,
|
|
"eval": {
|
|
"eval_types": [
|
|
"url_match",
|
|
"program_html"
|
|
],
|
|
"reference_answers": null,
|
|
"reference_url": "http://localhost:28084/primer/design/-/merge_requests",
|
|
"program_html": [
|
|
{
|
|
"url": "last",
|
|
"locator": "document.querySelectorAll(\".detail-page-description > a.gl-font-monospace\")[1].outerText",
|
|
"required_contents": {
|
|
"exact_match": "dialog"
|
|
}
|
|
},
|
|
{
|
|
"url": "last",
|
|
"locator": "document.querySelectorAll(\".detail-page-description > a.gl-font-monospace\")[0].outerText",
|
|
"required_contents": {
|
|
"exact_match": "dialog-component"
|
|
}
|
|
},
|
|
{
|
|
"url": "last",
|
|
"locator": "document.querySelector('.block.reviewer').outerText",
|
|
"required_contents": {
|
|
"must_include": [
|
|
"Caroline Stewart"
|
|
]
|
|
}
|
|
}
|
|
],
|
|
"url_note": "GOLD in PRED"
|
|
},
|
|
"intent_template_id": 335
|
|
} |