output.xml 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <robot generator="Robot 3.2 (Python 3.5.2 on linux)" generated="20200503 09:52:00.045" rpa="false">
  3. <suite source="/home/slobodan/Projects/Python/Robot/tests" name="Tests" id="s1">
  4. <suite source="/home/slobodan/Projects/Python/Robot/tests/login" name="Login" id="s1-s1">
  5. <suite source="/home/slobodan/Projects/Python/Robot/tests/login/test.robot" name="Test" id="s1-s1-s1">
  6. <test name="Open Browser To Login Page" id="s1-s1-s1-t1">
  7. <kw library="SeleniumLibrary" name="Open Browser">
  8. <doc>Opens a new browser instance to the optional ``url``.</doc>
  9. <arguments>
  10. <arg>${URL}</arg>
  11. <arg>${BROWSER}</arg>
  12. </arguments>
  13. <msg level="INFO" timestamp="20200503 09:52:00.185">Opening browser 'Firefox' to base url 'http://skr.rs/admin/'.</msg>
  14. <msg level="INFO" timestamp="20200503 09:52:00.186">Firefox driver log is always forced to to: /home/slobodan/Projects/Python/Robot/geckodriver-3.log</msg>
  15. <status starttime="20200503 09:52:00.185" endtime="20200503 09:52:03.464" status="PASS"></status>
  16. </kw>
  17. <kw library="SeleniumLibrary" name="Maximize Browser Window">
  18. <doc>Maximizes current browser window.</doc>
  19. <status starttime="20200503 09:52:03.465" endtime="20200503 09:52:03.782" status="PASS"></status>
  20. </kw>
  21. <kw library="resource" name="Login Page Should Be Open">
  22. <kw library="SeleniumLibrary" name="Location Should Be">
  23. <doc>Verifies that the current URL is exactly ``url``.</doc>
  24. <arguments>
  25. <arg>${LOGIN URL}</arg>
  26. </arguments>
  27. <msg level="INFO" timestamp="20200503 09:52:03.791">Current location is 'http://skr.rs/admin/login.php'.</msg>
  28. <status starttime="20200503 09:52:03.785" endtime="20200503 09:52:03.792" status="PASS"></status>
  29. </kw>
  30. <kw library="SeleniumLibrary" name="Title Should Be">
  31. <doc>Verifies that the current page title equals ``title``.</doc>
  32. <arguments>
  33. <arg>${LOGIN TITLE}</arg>
  34. </arguments>
  35. <msg level="INFO" timestamp="20200503 09:52:03.801">Page title is 'Administracija Login :: SKR.rs'.</msg>
  36. <status starttime="20200503 09:52:03.792" endtime="20200503 09:52:03.801" status="PASS"></status>
  37. </kw>
  38. <status starttime="20200503 09:52:03.783" endtime="20200503 09:52:03.802" status="PASS"></status>
  39. </kw>
  40. <kw library="SeleniumLibrary" type="teardown" name="Close Browser">
  41. <doc>Closes the current browser.</doc>
  42. <status starttime="20200503 09:52:03.803" endtime="20200503 09:52:05.744" status="PASS"></status>
  43. </kw>
  44. <status starttime="20200503 09:52:00.184" endtime="20200503 09:52:05.744" critical="yes" status="PASS"></status>
  45. </test>
  46. <doc>Simple browser test</doc>
  47. <status starttime="20200503 09:52:00.069" endtime="20200503 09:52:05.746" status="PASS"></status>
  48. </suite>
  49. <status starttime="20200503 09:52:00.067" endtime="20200503 09:52:05.750" status="PASS"></status>
  50. </suite>
  51. <status starttime="20200503 09:52:00.045" endtime="20200503 09:52:05.754" status="PASS"></status>
  52. </suite>
  53. <statistics>
  54. <total>
  55. <stat fail="0" pass="1">Critical Tests</stat>
  56. <stat fail="0" pass="1">All Tests</stat>
  57. </total>
  58. <tag>
  59. </tag>
  60. <suite>
  61. <stat id="s1" fail="0" pass="1" name="Tests">Tests</stat>
  62. <stat id="s1-s1" fail="0" pass="1" name="Login">Tests.Login</stat>
  63. <stat id="s1-s1-s1" fail="0" pass="1" name="Test">Tests.Login.Test</stat>
  64. </suite>
  65. </statistics>
  66. <errors>
  67. </errors>
  68. </robot>