feat: added relevant content to test15
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
surtur 2020-06-10 23:04:31 +02:00
parent 5eaadb7289
commit 923a66c1fb
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

View File

@ -4,19 +4,76 @@ Library SeleniumLibrary run_on_failure=Nothing
*** Variables ***
${URL} https://git.dotya.ml/
${BROWSER} chrome
${DELAY} 0.2
${LOGIN_BUTTON} //*[@id="navbar"]/div[2]/a[2]
${SIGN_IN} //form/div[4]/button[1]
${USERNAME_FIELD} //*[@id="user_name"]
${PASSWD_FIELD} //*[@id="password"]
${USER_MENU_BUTTON} //*[@id="navbar"]/div[2]/div[2]
${USER_PROFILE_BUTTON} //*[@id="menuitem_4"]
*** Keywords ***
Screenshot page
Capture Page Screenshot
Input Username
[Arguments] ${USERNAME_FIELD} ${USERNAME}
Input Text ${USERNAME_FIELD} ${USERNAME}
Input Password
[Arguments] ${PASSWD_FIELD} ${PASSWORD}
Input Text ${PASSWD_FIELD} ${PASSWORD}
Login page title
Title Should Be Sign In - dotya.ml Gitea Service
Login success
Title Should Be dat_test_usr - Dashboard - dotya.ml Gitea Service
Dashboard page address
Location Should Be https://git.dotya.ml/
User profile page
Location Should Be https://git.dotya.ml/dat_test_usr
*** Test Cases ***
just a page GET (+ screenshot)
show user profile page
${chrome_options} = Evaluate sys.modules['selenium.webdriver'].ChromeOptions() sys, selenium.webdriver
Call Method ${chrome_options} add_argument headless
Call Method ${chrome_options} add_argument no-sandbox
Call Method ${chrome_options} add_argument disable-dev-shm-usage
${options}= Call Method ${chrome_options} to_capabilities
Set Selenium Speed 0.2
Open Browser ${URL} browser=${BROWSER} desired_capabilities=${options}
Set Selenium Speed ${DELAY}
Capture Page Screenshot
Set Window Size 1920 1080
Maximize Browser Window
Click Element ${LOGIN_BUTTON}
Sleep ${DELAY}
Screenshot page
Log Location
Login page title
Input Username ${USERNAME_FIELD} dat_test_usr
Input Password ${PASSWD_FIELD} D@t_p@ssw000rd987.
Screenshot page
Press Keys None RETURN
Sleep ${DELAY}
Screenshot page
Log Location
Login success
Dashboard page address
Click Element ${USER_MENU_BUTTON}
Sleep ${DELAY}
Screenshot page
Click Element ${USER_PROFILE_BUTTON}
Sleep ${DELAY}
Screenshot page
Log Location
User profile page
Post-conditions
Log Location