feat: added test14 - .drone.yml dependency chain adjusted
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
surtur 2020-05-28 20:43:57 +02:00
parent cff9db1fa8
commit 37c76d7c18
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D
2 changed files with 57 additions and 3 deletions

View File

@ -264,6 +264,7 @@ steps:
- failure
depends_on:
- reveal-env
- test09
- name: test15
pull: if-not-exists
@ -509,6 +510,7 @@ steps:
- test11
- test12
- test13
- test14
- name: copy-cache
pull: if-not-exists

View File

@ -4,19 +4,71 @@ 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"]
${ISSUES_TABBAR_BUTTON} //*[@id="navbar"]/a[2]
*** 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/
Issues page
Location Should Be https://git.dotya.ml/issues
*** Test Cases ***
just a page GET (+ screenshot)
show Issues 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 ${ISSUES_TABBAR_BUTTON}
Sleep ${DELAY}
Screenshot page
Log Location
Issues page
Post-conditions
Log Location