37 lines
894 B
JSON
37 lines
894 B
JSON
{
|
|
"sites": [
|
|
"gitlab"
|
|
],
|
|
"task_id": 802,
|
|
"require_login": true,
|
|
"storage_state": "./.auth/gitlab_state.json",
|
|
"start_url": "http://localhost:28084",
|
|
"geolocation": null,
|
|
"intent_template": "create a new group \"{{name}}\" with members {{members}}",
|
|
"instantiation_dict": {
|
|
"name": "coding_friends",
|
|
"members": "qhduan, Agnes-U"
|
|
},
|
|
"intent": "create a new group \"coding_friends\" with members qhduan, Agnes-U",
|
|
"require_reset": false,
|
|
"eval": {
|
|
"eval_types": [
|
|
"program_html"
|
|
],
|
|
"reference_answers": null,
|
|
"reference_url": "",
|
|
"program_html": [
|
|
{
|
|
"url": "http://localhost:28084/groups/coding_friends/-/group_members",
|
|
"locator": "",
|
|
"required_contents": {
|
|
"must_include": [
|
|
"@qhduan",
|
|
"@Agnes-U"
|
|
]
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"intent_template_id": 600
|
|
} |