feat: added test13 - .drone.yml dependency chain adjusted

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

View File

@ -247,6 +247,7 @@ steps:
- failure
depends_on:
- reveal-env
- test09
- name: test14
pull: if-not-exists
@ -507,6 +508,7 @@ steps:
- test10
- test11
- test12
- test13
- 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"]
${PULLREQUESTS_TABBAR_BUTTON} //*[@id="navbar"]/a[3]
*** 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/
Pull Requests page
Location Should Be https://git.dotya.ml/pulls
*** Test Cases ***
just a page GET (+ screenshot)
show Pull Requests 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 ${PULLREQUESTS_TABBAR_BUTTON}
Sleep ${DELAY}
Screenshot page
Log Location
Pull Requests page
Post-conditions
Log Location