ajout 11-17 ajout sélecteur choix unique

This commit is contained in:
Jean-Christophe Engel 2024-08-22 11:41:36 +02:00
parent 04e1b1612e
commit fb07f22e8b

View File

@ -37028,6 +37028,671 @@
"targets": [],
"value": ""
}]
}, {
"id": "01eaf4aa-1799-4407-83c4-ae2ed011ac63",
"name": "11-17 ajout sélecteur choix unique",
"commands": [{
"id": "58e25be1-e13c-48c4-ab29-60185c46b6ba",
"comment": "",
"command": "open",
"target": "http://test.paheko.localhost/admin/login.php",
"targets": [],
"value": ""
}, {
"id": "5bff9819-bf75-4e1d-937f-0ae18952cb18",
"comment": "",
"command": "setWindowSize",
"target": "1280x1020",
"targets": [],
"value": ""
}, {
"id": "8875bc9e-91d1-4606-ac8c-7174f109ad1f",
"comment": "Vérifier si déjà connecté",
"command": "storeXpathCount",
"target": "xpath=//button[@name='login']",
"targets": [],
"value": "connecte"
}, {
"id": "33cd7e23-a82f-4e22-ae19-c8f2285863c0",
"comment": "",
"command": "if",
"target": "${connecte} > 0",
"targets": [],
"value": ""
}, {
"id": "6b0db4e5-d830-4b10-8880-68fecd4952b0",
"comment": "identifiant",
"command": "type",
"target": "id=f_id",
"targets": [],
"value": "jckix@free.fr"
}, {
"id": "6de2f54c-ed8d-47f6-b46e-e72b0c4d8297",
"comment": "mot de passe",
"command": "type",
"target": "id=f_password",
"targets": [],
"value": "interpeller noircir colis allumer"
}, {
"id": "ba3365ac-640c-45f8-8fc7-eb75d3ff4d74",
"comment": "Connexion",
"command": "click",
"target": "name=login",
"targets": [],
"value": ""
}, {
"id": "f052b675-4a56-4826-a4ec-c89e03b86914",
"comment": "",
"command": "end",
"target": "",
"targets": [],
"value": ""
}, {
"id": "cdb3b899-ff0c-410c-9bd6-239f98e75f35",
"comment": "ajouter sélecteur choix unique",
"command": "",
"target": "",
"targets": [],
"value": ""
}, {
"id": "acc2bf41-f449-44e0-b3b6-3021ea454599",
"comment": "",
"command": "click",
"target": "xpath=//a[contains(@href, \"/admin/config/\")]",
"targets": [
["css=li:nth-child(6) b", "css:finder"],
["xpath=//li[6]/h3/a/b", "xpath:position"],
["xpath=//b[contains(.,'Configuration')]", "xpath:innerText"]
],
"value": ""
}, {
"id": "8d3c9de7-c0db-48ce-ab43-d2a38f85f368",
"comment": "",
"command": "click",
"target": "xpath=//a[contains(@href, \"/admin/config/users\")]",
"targets": [
["css=ul:nth-child(1) > li:nth-child(3) > a", "css:finder"],
["xpath=//a[contains(text(),'Membres')]", "xpath:link"],
["xpath=//a[@href='http://test.paheko.localhost/admin/config/users/']", "xpath:href"],
["xpath=//nav/ul/li[3]/a", "xpath:position"]
],
"value": ""
}, {
"id": "b195feab-878e-4735-9bc7-debdce02f2c1",
"comment": "",
"command": "click",
"target": "xpath=//a[contains(@href, \"/admin/config/fields\")]",
"targets": [
["css=ul:nth-child(1) > li:nth-child(3) > a", "css:finder"],
["xpath=//a[contains(text(),'Membres')]", "xpath:link"],
["xpath=//a[@href='http://test.paheko.localhost/admin/config/users/']", "xpath:href"],
["xpath=//nav/ul/li[3]/a", "xpath:position"]
],
"value": ""
}, {
"id": "8e96c6c0-f09a-48a3-9809-9f9208ec161d",
"comment": "",
"command": "click",
"target": "xpath=//a[@href=\"new.php\"]",
"targets": [],
"value": ""
}, {
"id": "e58be736-f377-4b8b-a85c-508cec3c098c",
"comment": "",
"command": "click",
"target": "xpath=//button[@name=\"add\"]",
"targets": [
["name=save", "name"],
["css=.main", "css:finder"],
["xpath=//button[@name='save']", "xpath:attributes"],
["xpath=//p/button", "xpath:position"],
["xpath=//button[contains(.,'Enregistrer')]", "xpath:innerText"]
],
"value": ""
}, {
"id": "9cc772fb-434d-4f58-9404-220898e494d4",
"comment": "sélecteur choix unique",
"command": "click",
"target": "xpath=//select[@id=\"f_type\"]/option[@value=\"select\"]",
"targets": [],
"value": ""
}, {
"id": "73ef7db2-3afe-42cb-8c06-c0a07d301694",
"comment": "",
"command": "store",
"target": "Couleur préférée",
"targets": [],
"value": "libelle_champ"
}, {
"id": "9e9b778e-714d-4752-94cc-c70580c3393c",
"comment": "",
"command": "type",
"target": "xpath=//input[@id=\"f_label\"]",
"targets": [],
"value": "${libelle_champ}"
}, {
"id": "036bb0e8-face-4503-9a65-a00ec8b1a111",
"comment": "",
"command": "executeScript",
"target": "return g.normalizeString(${libelle_champ}).replace(/[^a-z_]+/g, '_')",
"targets": [],
"value": "nom_champ"
}, {
"id": "efed6755-8805-4949-a915-9eff0707cf2d",
"comment": "",
"command": "executeScript",
"target": "return 'f_' + ${nom_champ}",
"targets": [],
"value": "id_champ"
}, {
"id": "5c6f5293-7513-4591-86ed-e1fa6deb2967",
"comment": "",
"command": "store",
"target": "Indigo",
"targets": [],
"value": "couleur_defaut"
}, {
"id": "24bd66ec-2b1e-4bad-a9c8-78f5144254b7",
"comment": "",
"command": "type",
"target": "id=f_default_value",
"targets": [],
"value": "${couleur_defaut}"
}, {
"id": "c7d3398c-7aae-4f89-b50e-24807e77f432",
"comment": "",
"command": "type",
"target": "id=f_help",
"targets": [],
"value": "Indiquez votre couleur préférée"
}, {
"id": "0f526039-433f-404b-8748-3dcb54cfafb0",
"comment": "",
"command": "store",
"target": "Indigo",
"targets": [],
"value": "couleur_1"
}, {
"id": "8206f60e-a7f2-4393-b333-d7fe24170b98",
"comment": "",
"command": "type",
"target": "xpath=//dl[contains(@class, \"type-multiple\")]/dd[1]/input",
"targets": [],
"value": "${couleur_1}"
}, {
"id": "dc6c5676-409e-4e63-ba81-0741fd63e774",
"comment": "",
"command": "click",
"target": "xpath=//button[@title=\"Ajouter une option\"]",
"targets": [],
"value": ""
}, {
"id": "7a9d6920-9c9b-450c-994a-a999f3b60d7c",
"comment": "",
"command": "store",
"target": "Vert émeraude",
"targets": [],
"value": "couleur_2"
}, {
"id": "a39fecfe-d8b2-4fe8-b417-a09e583ecee7",
"comment": "",
"command": "type",
"target": "xpath=//dl[contains(@class, \"type-multiple\")]/dd[2]/input",
"targets": [],
"value": "${couleur_2}"
}, {
"id": "ba400c93-45a3-4036-b57b-37a7290e72fd",
"comment": "",
"command": "click",
"target": "xpath=//button[@title=\"Ajouter une option\"]",
"targets": [],
"value": ""
}, {
"id": "371994f2-e291-4523-bfc1-d2cc98c197e8",
"comment": "",
"command": "store",
"target": "Bleu azur",
"targets": [],
"value": "couleur_3"
}, {
"id": "23318976-252a-45ca-829e-2ebbba242e23",
"comment": "",
"command": "type",
"target": "xpath=//dl[contains(@class, \"type-multiple\")]/dd[3]/input",
"targets": [],
"value": "${couleur_3}"
}, {
"id": "ec19b5db-015a-4c7f-b26d-917f8b173b38",
"comment": "Voir et modifier ce champ",
"command": "check",
"target": "xpath=//input[@id=\"f_user_access_level_2\"]",
"targets": [],
"value": ""
}, {
"id": "e8ea8e5c-4111-4753-9986-76a7e0a2304b",
"comment": "",
"command": "click",
"target": "xpath=//button[@name=\"save\"]",
"targets": [],
"value": ""
}, {
"id": "d2adf040-5075-426b-8777-ee1475309404",
"comment": "",
"command": "assertElementPresent",
"target": "xpath=//p[contains(@class,\"confirm\")]",
"targets": [],
"value": ""
}, {
"id": "a35fa7d8-4e74-4e7b-b689-6869a05fde6b",
"comment": "",
"command": "assertElementPresent",
"target": "xpath=//th[text()=\"${libelle_champ}\"]",
"targets": [],
"value": ""
}, {
"id": "b6526744-c051-4c08-822a-5e464e7c4e51",
"comment": "créer un membre",
"command": "",
"target": "",
"targets": [],
"value": ""
}, {
"id": "eb434d49-9263-4003-b03c-42f8f32a6f15",
"comment": "",
"command": "click",
"target": "linkText=Ajouter",
"targets": [
["linkText=Ajouter", "linkText"],
["css=li:nth-child(2) li:nth-child(1) > a", "css:finder"],
["xpath=//a[contains(text(),'Ajouter')]", "xpath:link"],
["xpath=//a[contains(@href, '/admin/users/new.php')]", "xpath:href"],
["xpath=//li/a", "xpath:position"],
["xpath=//a[contains(.,'Ajouter')]", "xpath:innerText"]
],
"value": ""
}, {
"id": "3812d712-406a-4a4f-9ed2-888d5bcdf225",
"comment": "",
"command": "storeValue",
"target": "id=f_numero",
"targets": [],
"value": "numero"
}, {
"id": "574c1c42-29e0-4359-9dbf-8572d8308cac",
"comment": "",
"command": "executeScript",
"target": "const upper = (str) => { return str.charAt(0).toUpperCase() + str.slice(1);} ; const chaine = (length) => { let chars = 'aàbcdeéèfghijklmnoôpqrstuùvwxyz'; let str = ''; for (let i = 0; i < length; i++) { str += chars.charAt(Math.floor(Math.random() * chars.length)); } let debut = upper(str.slice(0, length/2)); let fin = upper(str.slice(length/2)); return debut + ' ' + fin;};return chaine(12)",
"targets": [],
"value": "nom"
}, {
"id": "07847841-34b1-468a-97bd-63ceaa4c209a",
"comment": "",
"command": "type",
"target": "id=f_nom",
"targets": [
["id=f_nom", "id"],
["name=nom", "name"],
["css=#f_nom", "css:finder"],
["xpath=//input[@id='f_nom']", "xpath:attributes"],
["xpath=//dd[3]/input", "xpath:position"]
],
"value": "${nom}"
}, {
"id": "d0d160e6-783d-43a7-bd0e-fe1c27599b2f",
"comment": "",
"command": "executeScript",
"target": "const chaine = (length) => { let chars = 'abcdefghijklmnopqrstuvwxyz0123456789'; let str = ''; for (let i = 0; i < length; i++) { str += chars.charAt(Math.floor(Math.random() * chars.length)); } return str; }; return chaine(8) + \"@\" + chaine(5) + \".fr\"",
"targets": [],
"value": "courriel"
}, {
"id": "b0df01e0-1fe3-4cda-a63d-a49a4b5a9df6",
"comment": "",
"command": "type",
"target": "id=f_email",
"targets": [
["id=f_email", "id"],
["name=email", "name"],
["css=#f_email", "css:finder"],
["xpath=//input[@id='f_email']", "xpath:attributes"],
["xpath=//dd[4]/input", "xpath:position"]
],
"value": "${courriel}"
}, {
"id": "37234b80-087b-4ca3-8ea5-1810218ede2b",
"comment": "",
"command": "click",
"target": "xpath=//select[@id=\"${id_champ}\"]/option[@value=\"${couleur_2}\"]",
"targets": [],
"value": ""
}, {
"id": "cc1f55aa-ee64-4d86-a801-b63ae7963664",
"comment": "",
"command": "click",
"target": "name=save",
"targets": [
["name=save", "name"],
["css=.main", "css:finder"],
["xpath=//button[@name='save']", "xpath:attributes"],
["xpath=//p/button", "xpath:position"],
["xpath=//button[contains(.,'Créer ce membre')]", "xpath:innerText"]
],
"value": ""
}, {
"id": "d9acd142-9a72-4240-9982-788ddec4fdf7",
"comment": "vérifier infos membre",
"command": "",
"target": "",
"targets": [],
"value": ""
}, {
"id": "2faa1255-8a3e-4200-a4d3-11bb3a331d64",
"comment": "",
"command": "assertText",
"target": "xpath=//dt[contains(.,'Numéro de membre')]/following-sibling::dd",
"targets": [],
"value": "${numero}"
}, {
"id": "79614c94-41fe-4461-9585-90d25807413f",
"comment": "",
"command": "assertText",
"target": "xpath=//dt[contains(.,'Nom & prénom')]/following-sibling::dd",
"targets": [],
"value": "${nom}"
}, {
"id": "dc6721f9-f538-4064-b72b-8929600c0142",
"comment": "",
"command": "assertText",
"target": "xpath=//dt[contains(.,'Adresse E-Mail')]/following-sibling::dd/a",
"targets": [],
"value": "${courriel}"
}, {
"id": "cc33d10d-c9f4-43a8-b1b1-2e2e19fca565",
"comment": "",
"command": "assertText",
"target": "xpath=//dt[contains(.,\"${libelle_champ}\")]/following-sibling::dd",
"targets": [],
"value": "${couleur_2}"
}, {
"id": "6141a896-de4f-452a-90bc-4ef5d7a667c1",
"comment": "",
"command": "click",
"target": "xpath=//a[contains(@href, \"edit_security.php\")]",
"targets": [],
"value": ""
}, {
"id": "4fe5c7d0-b762-4a84-8c47-30ae8f485621",
"comment": "",
"command": "store",
"target": "soin oeuf mélodieux intellectuel",
"targets": [],
"value": "mdp"
}, {
"id": "009b3b83-c2e8-4822-8bdd-e87685179673",
"comment": "",
"command": "selectFrame",
"target": "index=0",
"targets": [
["index=0"]
],
"value": ""
}, {
"id": "f03f0c13-a1ec-4cef-bb6a-7062da3d0c78",
"comment": "",
"command": "type",
"target": "id=f_password",
"targets": [
["id=f_password", "id"],
["css=#f_password", "css:finder"],
["xpath=//input[@id='f_password']", "xpath:attributes"],
["xpath=//dd[3]/input", "xpath:position"]
],
"value": "${mdp}"
}, {
"id": "9c937ca9-0972-465c-8611-3886b3c00746",
"comment": "",
"command": "type",
"target": "id=f_password_confirmed",
"targets": [
["id=f_password_confirmed", "id"],
["name=password_confirmed", "name"],
["css=#f_password_confirmed", "css:finder"],
["xpath=//input[@id='f_password_confirmed']", "xpath:attributes"],
["xpath=//dd[5]/input", "xpath:position"]
],
"value": "${mdp}"
}, {
"id": "a336b778-1dfb-49fe-99cf-7429d2f019da",
"comment": "",
"command": "click",
"target": "name=save",
"targets": [
["name=save", "name"],
["css=.main", "css:finder"],
["xpath=//button[@name='save']", "xpath:attributes"],
["xpath=//p/button", "xpath:position"],
["xpath=//button[contains(.,'Enregistrer')]", "xpath:innerText"]
],
"value": ""
}, {
"id": "938b0189-c52c-46a6-a83e-4b19c11fb2b3",
"comment": "",
"command": "selectFrame",
"target": "relative=parent",
"targets": [
["relative=parent"]
],
"value": ""
}, {
"id": "8e69ca98-99d8-48a6-8d72-50956ed01fa1",
"comment": "Déconnexion admin",
"command": "click",
"target": "xpath=//a[contains(@href, '/admin/logout.php')]",
"targets": [],
"value": ""
}, {
"id": "3699ba21-147e-4fbe-a743-94ec5c810f5e",
"comment": "",
"command": "type",
"target": "id=f_id",
"targets": [],
"value": "${courriel}"
}, {
"id": "c9b2a621-8bd0-470d-9fe9-bd0374d62387",
"comment": "",
"command": "type",
"target": "id=f_password",
"targets": [],
"value": "${mdp}"
}, {
"id": "b814d070-a041-4e97-b0bc-ef7feff52342",
"comment": "",
"command": "click",
"target": "name=login",
"targets": [],
"value": ""
}, {
"id": "b44df32e-406f-4735-ab16-9c5dc5aa2fbc",
"comment": "vérifier présence couleur et la modifier",
"command": "",
"target": "",
"targets": [],
"value": ""
}, {
"id": "f7e0157b-6593-47f6-bb0b-3ef75399a8bc",
"comment": "",
"command": "click",
"target": "xpath=//a[contains(@href, \"/admin/me\")]",
"targets": [],
"value": ""
}, {
"id": "1faae72e-a601-4538-aaac-2c4894f7ff04",
"comment": "",
"command": "assertText",
"target": "xpath=//dt[contains(.,\"${libelle_champ}\")]/following-sibling::dd",
"targets": [],
"value": "${couleur_2}"
}, {
"id": "8ee4b524-b98d-410c-a60f-0a00be16b76a",
"comment": "",
"command": "click",
"target": "xpath=//a[contains(@href, \"/admin/me/edit.php\")]",
"targets": [],
"value": ""
}, {
"id": "e5eb8af5-125b-48b7-99b2-13049c02bd68",
"comment": "",
"command": "click",
"target": "xpath=//select[@id=\"${id_champ}\"]/option[@value=\"${couleur_3}\"]",
"targets": [],
"value": ""
}, {
"id": "b66ab587-8e93-4a32-8fdb-6f023e8d9fb4",
"comment": "",
"command": "click",
"target": "name=save",
"targets": [
["name=save", "name"],
["css=.main", "css:finder"],
["xpath=//button[@name='save']", "xpath:attributes"],
["xpath=//p/button", "xpath:position"],
["xpath=//button[contains(.,'Créer ce membre')]", "xpath:innerText"]
],
"value": ""
}, {
"id": "689160b6-7f51-4ed1-a8c3-57766e71fb62",
"comment": "",
"command": "assertText",
"target": "xpath=//dt[contains(.,\"${libelle_champ}\")]/following-sibling::dd",
"targets": [],
"value": "${couleur_3}"
}, {
"id": "94d02d1c-a585-4011-94c8-2edc61facbb6",
"comment": "Déconnexion membre",
"command": "click",
"target": "xpath=//a[contains(@href, '/admin/logout.php')]",
"targets": [],
"value": ""
}, {
"id": "69bb02d2-2354-45e4-b980-4bf95202d8cb",
"comment": "",
"command": "type",
"target": "id=f_id",
"targets": [],
"value": "jckix@free.fr"
}, {
"id": "6334e23f-d710-41ef-ac60-ae5ac93bd418",
"comment": "",
"command": "type",
"target": "id=f_password",
"targets": [],
"value": "interpeller noircir colis allumer"
}, {
"id": "291271f1-734d-4361-a2fc-8277dfada45b",
"comment": "Connexion admin",
"command": "click",
"target": "name=login",
"targets": [],
"value": ""
}, {
"id": "f3791b90-4bc2-438a-9733-6f077cf12fa4",
"comment": "supprimer le champ ajouté",
"command": "",
"target": "",
"targets": [],
"value": ""
}, {
"id": "f588e9f7-92c6-4ae7-b689-bda323fa2543",
"comment": "",
"command": "click",
"target": "xpath=//a[contains(@href, \"/admin/config/\")]",
"targets": [
["css=li:nth-child(6) b", "css:finder"],
["xpath=//li[6]/h3/a/b", "xpath:position"],
["xpath=//b[contains(.,'Configuration')]", "xpath:innerText"]
],
"value": ""
}, {
"id": "0ef5f5fe-60b9-4557-a5fd-4e4e95ce4b79",
"comment": "",
"command": "click",
"target": "xpath=//a[contains(@href, \"/admin/config/users\")]",
"targets": [
["css=ul:nth-child(1) > li:nth-child(3) > a", "css:finder"],
["xpath=//a[contains(text(),'Membres')]", "xpath:link"],
["xpath=//a[@href='http://test.paheko.localhost/admin/config/users/']", "xpath:href"],
["xpath=//nav/ul/li[3]/a", "xpath:position"]
],
"value": ""
}, {
"id": "1f62a831-ab8e-4f7a-a846-72f2e1c2e81e",
"comment": "",
"command": "click",
"target": "xpath=//a[contains(@href, \"/admin/config/fields\")]",
"targets": [
["css=ul:nth-child(1) > li:nth-child(3) > a", "css:finder"],
["xpath=//a[contains(text(),'Membres')]", "xpath:link"],
["xpath=//a[@href='http://test.paheko.localhost/admin/config/users/']", "xpath:href"],
["xpath=//nav/ul/li[3]/a", "xpath:position"]
],
"value": ""
}, {
"id": "a729db8f-f6d8-453e-bb4a-0780b3e62d6b",
"comment": "",
"command": "storeXpathCount",
"target": "xpath=//tbody/tr",
"targets": [],
"value": "nb_champs"
}, {
"id": "f5ce1293-9d7b-45f7-a60a-f3e9e4a93c67",
"comment": "",
"command": "click",
"target": "xpath=//tbody/tr[${nb_champs}]//td//a[contains(@href, \"delete.php\")]",
"targets": [],
"value": ""
}, {
"id": "33d0f2cb-4093-4202-b910-a589722a1e22",
"comment": "",
"command": "selectFrame",
"target": "index=0",
"targets": [
["index=0"]
],
"value": ""
}, {
"id": "d11793df-d276-447b-bf61-7f8009bc2ccb",
"comment": "",
"command": "click",
"target": "css=label",
"targets": [
["css=label", "css:finder"],
["xpath=//label", "xpath:position"],
["xpath=//label[contains(.,'Cocher cette case pour supprimer le champ, cela effacera de manière permanente cette donnée de toutes les fiches membres.')]", "xpath:innerText"]
],
"value": ""
}, {
"id": "0d87da9a-74b5-46c3-8114-f32a5e14ce87",
"comment": "",
"command": "click",
"target": "name=delete",
"targets": [],
"value": ""
}, {
"id": "be6d5a85-4d66-4986-a91c-3cc7f0234bb8",
"comment": "",
"command": "selectFrame",
"target": "relative=parent",
"targets": [
["index=0"]
],
"value": ""
}, {
"id": "d2705abd-028f-4734-aea0-078dd38db82a",
"comment": "",
"command": "assertElementNotPresent",
"target": "xpath=//th[text()=\"${libelle_champ}\"]",
"targets": [],
"value": ""
}]
}],
"suites": [{
"id": "6bdd4e16-7197-4388-9a5f-350523eb6c98",
@ -37105,7 +37770,7 @@
"persistSession": false,
"parallel": false,
"timeout": 300,
"tests": ["c548c5b3-dada-4e5d-af7f-2767bf5e2b6d", "3d0feea6-0edc-4669-ab3c-54f2b5d4ebca", "340b4d62-de7f-4c00-a559-e4f6a2246f08", "7a858aed-70b7-4c7a-bc4f-799216bb455b", "4073d67e-c10e-4c4a-a994-b6c8e2520b19", "ba5e6368-646b-447e-9e5e-3c3cdded211a", "482dfae4-a690-4334-a7f0-6207ab17e15b", "e465aafe-cbe2-47d2-853f-ad1df276fbfb", "4ca407f4-01a9-466a-89ee-c7d772a0281e", "1af743ad-6fd1-4adc-a2e7-0bc3bfbc026e", "ee2ad930-7a67-41d0-9723-fec221c087e3", "a0a6c815-f9c9-49ae-ab27-4163b3938ca6", "34ba9dd6-5286-4f13-8258-f3250cc09186", "950a6823-ce21-4ddc-a5f8-75902d8d59a0", "f3d16774-e224-4813-8a5a-f9dc795ba159", "2949f623-c0f5-47b8-beb0-38a9d3e42a8c"]
"tests": ["c548c5b3-dada-4e5d-af7f-2767bf5e2b6d", "3d0feea6-0edc-4669-ab3c-54f2b5d4ebca", "340b4d62-de7f-4c00-a559-e4f6a2246f08", "7a858aed-70b7-4c7a-bc4f-799216bb455b", "4073d67e-c10e-4c4a-a994-b6c8e2520b19", "ba5e6368-646b-447e-9e5e-3c3cdded211a", "482dfae4-a690-4334-a7f0-6207ab17e15b", "e465aafe-cbe2-47d2-853f-ad1df276fbfb", "4ca407f4-01a9-466a-89ee-c7d772a0281e", "1af743ad-6fd1-4adc-a2e7-0bc3bfbc026e", "ee2ad930-7a67-41d0-9723-fec221c087e3", "a0a6c815-f9c9-49ae-ab27-4163b3938ca6", "34ba9dd6-5286-4f13-8258-f3250cc09186", "950a6823-ce21-4ddc-a5f8-75902d8d59a0", "f3d16774-e224-4813-8a5a-f9dc795ba159", "2949f623-c0f5-47b8-beb0-38a9d3e42a8c", "01eaf4aa-1799-4407-83c4-ae2ed011ac63"]
}],
"urls": ["http://test.paheko.localhost/"],
"plugins": []