This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
home/jenkins/workspace/NG2_Pull_Requests | |
This XML file does not appear to have any style information associated with it. The document tree is shown below. | |
<coverage lines-valid="274" lines-covered="113" line-rate="0.41240000000000004" branches-valid="241" branches-covered="132" branch-rate="0.5477000000000001" timestamp="1511301833186" complexity="0" version="0.1"> | |
<sources> | |
<source>/home/jenkins/workspace/NG2_Pull_Requests</source> | |
</sources> | |
<sources>...</sources> | |
<packages> | |
<package name="dashboard" line-rate="0.7" branch-rate="0.5455"> | |
<classes> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package com.myapp | |
import au.com.dius.pact.provider.junit.Provider | |
import au.com.dius.pact.provider.junit.RestPactRunner | |
import au.com.dius.pact.provider.junit.loader.PactUrl | |
import au.com.dius.pact.provider.junit.target.HttpTarget | |
import au.com.dius.pact.provider.junit.target.Target | |
import au.com.dius.pact.provider.junit.target.TestTarget | |
import com.github.restdriver.clientdriver.ClientDriverRule | |
import com.healthreveal.rdbms.odsdb.myappschema.Organization |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from selenium import webdriver | |
from features.apps.portal import Portal | |
class Browser(object): | |
driver = webdriver.Chrome() | |
driver.implicitly_wait(15) | |
def close(context): | |
context.driver.close() |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
WebDriverException: Message: unknown error: cannot focus element | |
(Session info: chrome=39.0.2171.71) | |
(Driver info: chromedriver=2.9.248307,platform=Mac OS X 10.10.1 x86_64) |