Advertisement
Guest User

Untitled

a guest
Jul 19th, 2017
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.05 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd">
  3. <suite name="example suite 1" verbose="1" >
  4. <test name="Login_Process" >
  5. <packages>
  6. <package name="Login_Process" />
  7. <package name="Demo" />
  8.  
  9. </packages>
  10. </test>
  11. </suite>
  12.  
  13. 1500461044648 geckodriver INFO Listening on 127.0.0.1:6073
  14. 1500461045318 geckodriver::marionette INFO Starting browser \?C:Program FilesMozilla Firefoxfirefox.exe with args ["-marionette"]
  15. 1500461045796 addons.manager DEBUG Application has been upgraded
  16. 1500461045797 addons.manager ERROR startup failed: [Exception... "Component returned failure code: 0x80070057 (NS_ERROR_ILLEGAL_VALUE) [nsIFile.create]" nsresult: "0x80070057 (NS_ERROR_ILLEGAL_VALUE)" location: "JS frame :: resource://gre/modules/FileUtils.jsm :: FileUtils_getDir :: line 70" data: no] Stack trace: FileUtils_getDir()@resource://gre/modules/FileUtils.jsm:70 < FileUtils_getFile()@resource://gre/modules/FileUtils.jsm:42 < validateBlocklist()@resource://gre/modules/AddonManager.jsm:674 < startup()@resource://gre/modules/AddonManager.jsm:837 < startup()@resource://gre/modules/AddonManager.jsm:3145 < observe()@resource://gre/components/addonManager.js:65
  17. 1500461045799 addons.manager DEBUG Completed startup sequence
  18. JavaScript error: resource://gre/modules/AddonManager.jsm, line 1657: NS_ERROR_NOT_INITIALIZED: AddonManager is not initialized
  19. *** Blocklist::_preloadBlocklistFile: blocklist is disabled
  20. 1500461049772 Marionette INFO Listening on port 59593
  21. JavaScript error: resource://gre/modules/AddonManager.jsm, line 2572: NS_ERROR_NOT_INITIALIZED: AddonManager is not initialized
  22. Jul 19, 2017 6:44:10 PM org.openqa.selenium.remote.ProtocolHandshake createSession
  23. INFO: Detected dialect: W3C
  24. Lets Login!!
  25. 1500461064176 Marionette INFO New connections will no longer be accepted
  26.  
  27. ===============================================
  28. example suite 1
  29. Total tests run: 5, Failures: 0, Skips: 4
  30. Configuration Failures: 1, Skips: 6
  31. ===============================================
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement