*** Settings *** Documentation Surcharges des ressources du framework (librairies, ressources, variables et keywords). Library openmairie.robotframework.Library *** Variables *** ${SERVER} localhost ${PROJECT_NAME} framework-openmairie ${BROWSER} firefox ${DELAY} 0 ${RESOURCES} resources ${ADMIN_USER} admin ${ADMIN_PASSWORD} admin ${PROJECT_URL} http://${SERVER}/${PROJECT_NAME}/ ${PATH_BIN_FILES} ${EXECDIR}${/}binary_files${/} ${TITLE} :: openMairie :: Framework ${SESSION_COOKIE} 1bb484de79f96a7d0b00ff463c18fcbf *** Keywords *** For Suite Setup Reload Library openmairie.robotframework.Library Set Suite Variable ${OM_IGNORE_CASE} True # Les keywords définit dans le resources.robot sont prioritaires Set Library Search Order resources Ouvrir le navigateur Execute Javascript window.localStorage.removeItem('menuToggled'); Tests Setup For Suite Teardown Fermer le navigateur Portlet Action Should Be In Form [Tags] [Arguments] ${obj} ${action} Page Should Contain Element css=#form-container #action-form-${obj}-${action} Portlet Action Should Not Be In Form [Tags] [Arguments] ${obj} ${action} Page Should Not Contain Element css=#form-container #action-form-${obj}-${action} Portlet Action Should Be In SubForm [Tags] [Arguments] ${obj} ${action} Page Should Contain Element css=#sousform-container #action-sousform-${obj}-${action} Portlet Action Should Not Be In SubForm [Tags] [Arguments] ${obj} ${action} Page Should Not Contain Element css=#sousform-container #action-sousform-${obj}-${action}