1 |
*** Settings *** |
2 |
Documentation Ressources (librairies, keywords et variables) |
3 |
Library Selenium2Library |
4 |
Library String |
5 |
Library RequestsLibrary |
6 |
Library Collections |
7 |
Library OperatingSystem |
8 |
Library ArchiveLibrary |
9 |
|
10 |
Resource ${RESOURCES}/application.txt |
11 |
Resource ${RESOURCES}/formulaire.txt |
12 |
Resource ${RESOURCES}/menu.txt |
13 |
Resource ${RESOURCES}/navigation.txt |
14 |
Resource ${RESOURCES}/tableau.txt |
15 |
Resource ${RESOURCES}/utils.txt |
16 |
|
17 |
*** Variables *** |
18 |
${SERVER} localhost |
19 |
${BROWSER} Firefox |
20 |
${DELAY} 0 |
21 |
${VALID USER} admin |
22 |
${VALID PASSWORD} admin |
23 |
${TITLE} :: openMairie :: openADS |
24 |
${LOGIN URL} http://${SERVER}/openads/ |
25 |
${WELCOME URL} http://${SERVER}/openads/scr/dashboard.php |
26 |
${ERROR URL} http://${SERVER}/openads/scr/login.php |
27 |
${RESOURCES} resources |
28 |
${PROJECT_NAME} openads |
29 |
${PROJECT_URL} http://${SERVER}/${PROJECT_NAME}/ |
30 |
${ADMIN_USER} admin |
31 |
${ADMIN_PASSWORD} admin |
32 |
${PATH_BIN_FILES} ${EXECDIR}${/}binary_files${/} |
33 |
${TIMEOUT} 20 sec |
34 |
${RETRY_INTERVAL} 0.2 sec |
35 |
${SESSION_COOKIE} openads |