rf-testing/test000.robot

33 lines
1.0 KiB
Plaintext
Raw Normal View History

merge origin/dev into master Squashed commit of the following: commit 3b92e0ff3baa83528c6b5cecca6289333ebeaa0b Author: surtur <a_mirre@utb.cz> Date: Thu Mar 5 03:53:14 2020 +0100 show step build status and continue in execution commit 58a1bb9a7ba7c8b2401d50a770ffb32abfdac276 Author: surtur <a_mirre@utb.cz> Date: Thu Mar 5 03:46:48 2020 +0100 fix: wrong pipeline dependency commit 5b4d9faf5d69c98f01f9b4e12ff363bc7a01f882 Author: surtur <a_mirre@utb.cz> Date: Thu Mar 5 03:42:52 2020 +0100 run both of the tests + discord notification commit 5c8f3819b8d69c08add195401d513fd49e886be2 Author: surtur <a_mirre@utb.cz> Date: Thu Mar 5 03:38:13 2020 +0100 fix: got another one wrong commit b1b69388924b761ac46c143912274eaa4ee9c325 Author: surtur <a_mirre@utb.cz> Date: Thu Mar 5 03:37:11 2020 +0100 got the format wrong commit ead1415b27177f4ea0cb1fbafbf4a6b26b350941 Author: surtur <a_mirre@utb.cz> Date: Thu Mar 5 03:35:37 2020 +0100 fix: added missing test structure commit 15ac9805bba372ada1279a4844bdf671d84d7e29 Author: surtur <a_mirre@utb.cz> Date: Thu Mar 5 03:27:15 2020 +0100 fix: test000 shall run commit af614f9ad569993c01bafcea7d0b530c43030825 Author: surtur <a_mirre@utb.cz> Date: Thu Mar 5 03:25:49 2020 +0100 [skip ci] run test000 commit 22c118d6113ba4fa6b5252b78cf3c3bb74592b10 Author: surtur <a_mirre@utb.cz> Date: Thu Mar 5 03:24:17 2020 +0100 refactor the pipeline commit 5d96f6e7a75dcaafa4757e8fbe7364019cf6d812 Author: surtur <a_mirre@utb.cz> Date: Thu Mar 5 03:12:44 2020 +0100 don't ask the robot to tell you it's version
2020-03-05 03:59:26 +01:00
*** Settings ***
Library SeleniumLibrary run_on_failure=Nothing
*** Variables ***
${URL} https://drone.dotya.ml/wanderer/docker-archlinux-cdev/
2020-05-09 19:43:45 +02:00
${BROWSER} chrome
merge origin/dev into master Squashed commit of the following: commit 3b92e0ff3baa83528c6b5cecca6289333ebeaa0b Author: surtur <a_mirre@utb.cz> Date: Thu Mar 5 03:53:14 2020 +0100 show step build status and continue in execution commit 58a1bb9a7ba7c8b2401d50a770ffb32abfdac276 Author: surtur <a_mirre@utb.cz> Date: Thu Mar 5 03:46:48 2020 +0100 fix: wrong pipeline dependency commit 5b4d9faf5d69c98f01f9b4e12ff363bc7a01f882 Author: surtur <a_mirre@utb.cz> Date: Thu Mar 5 03:42:52 2020 +0100 run both of the tests + discord notification commit 5c8f3819b8d69c08add195401d513fd49e886be2 Author: surtur <a_mirre@utb.cz> Date: Thu Mar 5 03:38:13 2020 +0100 fix: got another one wrong commit b1b69388924b761ac46c143912274eaa4ee9c325 Author: surtur <a_mirre@utb.cz> Date: Thu Mar 5 03:37:11 2020 +0100 got the format wrong commit ead1415b27177f4ea0cb1fbafbf4a6b26b350941 Author: surtur <a_mirre@utb.cz> Date: Thu Mar 5 03:35:37 2020 +0100 fix: added missing test structure commit 15ac9805bba372ada1279a4844bdf671d84d7e29 Author: surtur <a_mirre@utb.cz> Date: Thu Mar 5 03:27:15 2020 +0100 fix: test000 shall run commit af614f9ad569993c01bafcea7d0b530c43030825 Author: surtur <a_mirre@utb.cz> Date: Thu Mar 5 03:25:49 2020 +0100 [skip ci] run test000 commit 22c118d6113ba4fa6b5252b78cf3c3bb74592b10 Author: surtur <a_mirre@utb.cz> Date: Thu Mar 5 03:24:17 2020 +0100 refactor the pipeline commit 5d96f6e7a75dcaafa4757e8fbe7364019cf6d812 Author: surtur <a_mirre@utb.cz> Date: Thu Mar 5 03:12:44 2020 +0100 don't ask the robot to tell you it's version
2020-03-05 03:59:26 +01:00
${RANDELEM} //section[@class='repo-item build-yes active-yes']
*** Test Cases ***
Headless Chrome - Open Browser
${chrome_options} = Evaluate sys.modules['selenium.webdriver'].ChromeOptions() sys, selenium.webdriver
Call Method ${chrome_options} add_argument headless
2020-05-09 19:43:45 +02:00
Call Method ${chrome_options} add_argument no-sandbox
Call Method ${chrome_options} add_argument disable-dev-shm-usage
merge origin/dev into master Squashed commit of the following: commit 3b92e0ff3baa83528c6b5cecca6289333ebeaa0b Author: surtur <a_mirre@utb.cz> Date: Thu Mar 5 03:53:14 2020 +0100 show step build status and continue in execution commit 58a1bb9a7ba7c8b2401d50a770ffb32abfdac276 Author: surtur <a_mirre@utb.cz> Date: Thu Mar 5 03:46:48 2020 +0100 fix: wrong pipeline dependency commit 5b4d9faf5d69c98f01f9b4e12ff363bc7a01f882 Author: surtur <a_mirre@utb.cz> Date: Thu Mar 5 03:42:52 2020 +0100 run both of the tests + discord notification commit 5c8f3819b8d69c08add195401d513fd49e886be2 Author: surtur <a_mirre@utb.cz> Date: Thu Mar 5 03:38:13 2020 +0100 fix: got another one wrong commit b1b69388924b761ac46c143912274eaa4ee9c325 Author: surtur <a_mirre@utb.cz> Date: Thu Mar 5 03:37:11 2020 +0100 got the format wrong commit ead1415b27177f4ea0cb1fbafbf4a6b26b350941 Author: surtur <a_mirre@utb.cz> Date: Thu Mar 5 03:35:37 2020 +0100 fix: added missing test structure commit 15ac9805bba372ada1279a4844bdf671d84d7e29 Author: surtur <a_mirre@utb.cz> Date: Thu Mar 5 03:27:15 2020 +0100 fix: test000 shall run commit af614f9ad569993c01bafcea7d0b530c43030825 Author: surtur <a_mirre@utb.cz> Date: Thu Mar 5 03:25:49 2020 +0100 [skip ci] run test000 commit 22c118d6113ba4fa6b5252b78cf3c3bb74592b10 Author: surtur <a_mirre@utb.cz> Date: Thu Mar 5 03:24:17 2020 +0100 refactor the pipeline commit 5d96f6e7a75dcaafa4757e8fbe7364019cf6d812 Author: surtur <a_mirre@utb.cz> Date: Thu Mar 5 03:12:44 2020 +0100 don't ask the robot to tell you it's version
2020-03-05 03:59:26 +01:00
${options}= Call Method ${chrome_options} to_capabilities
Set Selenium Speed 0.2
Open Browser ${URL} browser=${BROWSER} desired_capabilities=${options}
merge origin/dev into master Squashed commit of the following: commit 3b92e0ff3baa83528c6b5cecca6289333ebeaa0b Author: surtur <a_mirre@utb.cz> Date: Thu Mar 5 03:53:14 2020 +0100 show step build status and continue in execution commit 58a1bb9a7ba7c8b2401d50a770ffb32abfdac276 Author: surtur <a_mirre@utb.cz> Date: Thu Mar 5 03:46:48 2020 +0100 fix: wrong pipeline dependency commit 5b4d9faf5d69c98f01f9b4e12ff363bc7a01f882 Author: surtur <a_mirre@utb.cz> Date: Thu Mar 5 03:42:52 2020 +0100 run both of the tests + discord notification commit 5c8f3819b8d69c08add195401d513fd49e886be2 Author: surtur <a_mirre@utb.cz> Date: Thu Mar 5 03:38:13 2020 +0100 fix: got another one wrong commit b1b69388924b761ac46c143912274eaa4ee9c325 Author: surtur <a_mirre@utb.cz> Date: Thu Mar 5 03:37:11 2020 +0100 got the format wrong commit ead1415b27177f4ea0cb1fbafbf4a6b26b350941 Author: surtur <a_mirre@utb.cz> Date: Thu Mar 5 03:35:37 2020 +0100 fix: added missing test structure commit 15ac9805bba372ada1279a4844bdf671d84d7e29 Author: surtur <a_mirre@utb.cz> Date: Thu Mar 5 03:27:15 2020 +0100 fix: test000 shall run commit af614f9ad569993c01bafcea7d0b530c43030825 Author: surtur <a_mirre@utb.cz> Date: Thu Mar 5 03:25:49 2020 +0100 [skip ci] run test000 commit 22c118d6113ba4fa6b5252b78cf3c3bb74592b10 Author: surtur <a_mirre@utb.cz> Date: Thu Mar 5 03:24:17 2020 +0100 refactor the pipeline commit 5d96f6e7a75dcaafa4757e8fbe7364019cf6d812 Author: surtur <a_mirre@utb.cz> Date: Thu Mar 5 03:12:44 2020 +0100 don't ask the robot to tell you it's version
2020-03-05 03:59:26 +01:00
Sleep 1
Capture Page Screenshot
merge origin/dev into master Squashed commit of the following: commit 3b92e0ff3baa83528c6b5cecca6289333ebeaa0b Author: surtur <a_mirre@utb.cz> Date: Thu Mar 5 03:53:14 2020 +0100 show step build status and continue in execution commit 58a1bb9a7ba7c8b2401d50a770ffb32abfdac276 Author: surtur <a_mirre@utb.cz> Date: Thu Mar 5 03:46:48 2020 +0100 fix: wrong pipeline dependency commit 5b4d9faf5d69c98f01f9b4e12ff363bc7a01f882 Author: surtur <a_mirre@utb.cz> Date: Thu Mar 5 03:42:52 2020 +0100 run both of the tests + discord notification commit 5c8f3819b8d69c08add195401d513fd49e886be2 Author: surtur <a_mirre@utb.cz> Date: Thu Mar 5 03:38:13 2020 +0100 fix: got another one wrong commit b1b69388924b761ac46c143912274eaa4ee9c325 Author: surtur <a_mirre@utb.cz> Date: Thu Mar 5 03:37:11 2020 +0100 got the format wrong commit ead1415b27177f4ea0cb1fbafbf4a6b26b350941 Author: surtur <a_mirre@utb.cz> Date: Thu Mar 5 03:35:37 2020 +0100 fix: added missing test structure commit 15ac9805bba372ada1279a4844bdf671d84d7e29 Author: surtur <a_mirre@utb.cz> Date: Thu Mar 5 03:27:15 2020 +0100 fix: test000 shall run commit af614f9ad569993c01bafcea7d0b530c43030825 Author: surtur <a_mirre@utb.cz> Date: Thu Mar 5 03:25:49 2020 +0100 [skip ci] run test000 commit 22c118d6113ba4fa6b5252b78cf3c3bb74592b10 Author: surtur <a_mirre@utb.cz> Date: Thu Mar 5 03:24:17 2020 +0100 refactor the pipeline commit 5d96f6e7a75dcaafa4757e8fbe7364019cf6d812 Author: surtur <a_mirre@utb.cz> Date: Thu Mar 5 03:12:44 2020 +0100 don't ask the robot to tell you it's version
2020-03-05 03:59:26 +01:00
Maximize Browser Window
Capture Page Screenshot
Sleep 1
merge origin/dev into master Squashed commit of the following: commit 3b92e0ff3baa83528c6b5cecca6289333ebeaa0b Author: surtur <a_mirre@utb.cz> Date: Thu Mar 5 03:53:14 2020 +0100 show step build status and continue in execution commit 58a1bb9a7ba7c8b2401d50a770ffb32abfdac276 Author: surtur <a_mirre@utb.cz> Date: Thu Mar 5 03:46:48 2020 +0100 fix: wrong pipeline dependency commit 5b4d9faf5d69c98f01f9b4e12ff363bc7a01f882 Author: surtur <a_mirre@utb.cz> Date: Thu Mar 5 03:42:52 2020 +0100 run both of the tests + discord notification commit 5c8f3819b8d69c08add195401d513fd49e886be2 Author: surtur <a_mirre@utb.cz> Date: Thu Mar 5 03:38:13 2020 +0100 fix: got another one wrong commit b1b69388924b761ac46c143912274eaa4ee9c325 Author: surtur <a_mirre@utb.cz> Date: Thu Mar 5 03:37:11 2020 +0100 got the format wrong commit ead1415b27177f4ea0cb1fbafbf4a6b26b350941 Author: surtur <a_mirre@utb.cz> Date: Thu Mar 5 03:35:37 2020 +0100 fix: added missing test structure commit 15ac9805bba372ada1279a4844bdf671d84d7e29 Author: surtur <a_mirre@utb.cz> Date: Thu Mar 5 03:27:15 2020 +0100 fix: test000 shall run commit af614f9ad569993c01bafcea7d0b530c43030825 Author: surtur <a_mirre@utb.cz> Date: Thu Mar 5 03:25:49 2020 +0100 [skip ci] run test000 commit 22c118d6113ba4fa6b5252b78cf3c3bb74592b10 Author: surtur <a_mirre@utb.cz> Date: Thu Mar 5 03:24:17 2020 +0100 refactor the pipeline commit 5d96f6e7a75dcaafa4757e8fbe7364019cf6d812 Author: surtur <a_mirre@utb.cz> Date: Thu Mar 5 03:12:44 2020 +0100 don't ask the robot to tell you it's version
2020-03-05 03:59:26 +01:00
Click Element ${RANDELEM}
Sleep 1
Capture Page Screenshot
Post-conditions
Log Location
Sleep 1
merge origin/dev into master Squashed commit of the following: commit 3b92e0ff3baa83528c6b5cecca6289333ebeaa0b Author: surtur <a_mirre@utb.cz> Date: Thu Mar 5 03:53:14 2020 +0100 show step build status and continue in execution commit 58a1bb9a7ba7c8b2401d50a770ffb32abfdac276 Author: surtur <a_mirre@utb.cz> Date: Thu Mar 5 03:46:48 2020 +0100 fix: wrong pipeline dependency commit 5b4d9faf5d69c98f01f9b4e12ff363bc7a01f882 Author: surtur <a_mirre@utb.cz> Date: Thu Mar 5 03:42:52 2020 +0100 run both of the tests + discord notification commit 5c8f3819b8d69c08add195401d513fd49e886be2 Author: surtur <a_mirre@utb.cz> Date: Thu Mar 5 03:38:13 2020 +0100 fix: got another one wrong commit b1b69388924b761ac46c143912274eaa4ee9c325 Author: surtur <a_mirre@utb.cz> Date: Thu Mar 5 03:37:11 2020 +0100 got the format wrong commit ead1415b27177f4ea0cb1fbafbf4a6b26b350941 Author: surtur <a_mirre@utb.cz> Date: Thu Mar 5 03:35:37 2020 +0100 fix: added missing test structure commit 15ac9805bba372ada1279a4844bdf671d84d7e29 Author: surtur <a_mirre@utb.cz> Date: Thu Mar 5 03:27:15 2020 +0100 fix: test000 shall run commit af614f9ad569993c01bafcea7d0b530c43030825 Author: surtur <a_mirre@utb.cz> Date: Thu Mar 5 03:25:49 2020 +0100 [skip ci] run test000 commit 22c118d6113ba4fa6b5252b78cf3c3bb74592b10 Author: surtur <a_mirre@utb.cz> Date: Thu Mar 5 03:24:17 2020 +0100 refactor the pipeline commit 5d96f6e7a75dcaafa4757e8fbe7364019cf6d812 Author: surtur <a_mirre@utb.cz> Date: Thu Mar 5 03:12:44 2020 +0100 don't ask the robot to tell you it's version
2020-03-05 03:59:26 +01:00
Close Browser