*** Settings *** Documentation Ressources (librairies, keywords et variables) # Mots-clefs framework Resource core${/}om_resources.robot # Mots-clefs métier *** Variables *** ${SERVER} localhost ${PROJECT_NAME} opencimetiere ${BROWSER} firefox ${DELAY} 0 ${ADMIN_USER} admin ${ADMIN_PASSWORD} admin ${PROJECT_URL} http://${SERVER}/${PROJECT_NAME}/ ${PATH_BIN_FILES} ${EXECDIR}${/}binary_files${/} ${TITLE} :: openMairie :: openCimetière *** Keywords *** For Suite Setup # Les keywords définit dans le resources.robot sont prioritaires Set Library Search Order resources Ouvrir le navigateur For Suite Teardown Fermer le navigateur