Commit 1d94db93022889659d7ae34807d7340cfb9a3a05
1 parent
554a565f
Add git info logging to suite setup
Showing
1 changed file
with
9 additions
and
0 deletions
| ... | ... | @@ -3,6 +3,7 @@ Library op_robot_tests.tests_files.service_keywords |
| 3 | 3 | Library String |
| 4 | 4 | Library Collections |
| 5 | 5 | Library Selenium2Library |
| 6 | +Library OperatingSystem | |
| 6 | 7 | Library DateTime |
| 7 | 8 | Library DebugLibrary |
| 8 | 9 | |
| ... | ... | @@ -16,6 +17,7 @@ Test Suite Setup |
| 16 | 17 | Set Suite Variable ${WARN_RUN_AS} ${False} |
| 17 | 18 | Set Selenium Implicit Wait 5 s |
| 18 | 19 | Set Selenium Timeout 10 s |
| 20 | + Залогувати git-дані | |
| 19 | 21 | Завантажуємо дані про користувачів і майданчики |
| 20 | 22 | |
| 21 | 23 | |
| ... | ... | @@ -30,6 +32,13 @@ Set Suite Variable With Default Value |
| 30 | 32 | Set Suite Variable ${${suite_var}} ${tmp} |
| 31 | 33 | |
| 32 | 34 | |
| 35 | +Залогувати git-дані | |
| 36 | + ${commit}= Run git log --graph --pretty --abbrev-commit --date=relative -n 30 | |
| 37 | + ${repo}= Run git remote -v | |
| 38 | + ${branch}= Run git branch -vva | |
| 39 | + Log many ${commit} ${repo} ${branch} | |
| 40 | + | |
| 41 | + | |
| 33 | 42 | Завантажуємо дані про користувачів і майданчики |
| 34 | 43 | Log ${broker} |
| 35 | 44 | Log ${role} | ... | ... |
Please
register
or
login
to post a comment