Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug(badges): test passed, badge — timeout #5

Open
Kristinita opened this issue May 3, 2018 · 1 comment
Open

bug(badges): test passed, badge — timeout #5

Kristinita opened this issue May 3, 2018 · 1 comment

Comments

@Kristinita
Copy link

Kristinita commented May 3, 2018

If I post issue to incorrect repository, please, tell me, where should I post this issue

1. Summary

Last my build passed, but badge status — timeout BrowserStack Status.

2. Environment

Local:

  • Python 3.6.5
  • Selenium 3.11.0

3. Configuration

my selenium_browserstack.py file:

import time
from selenium import webdriver

desired_cap = {
    'browser': 'Safari',
    'browser_version': '11.0',
    'os': 'OS X',
    'os_version': 'High Sierra',
    'resolution': '1920x1080'
}

driver = webdriver.Remote(
    command_executor='http://bsuser43877:sAKeQiprjVUqpWyaxcyp@hub.browserstack.com:80/wd/hub',
    desired_capabilities=desired_cap)

driver.get("https://kristinita.ru")
if "Поиск Кристиниты" not in driver.title:
    raise Exception("Unable to load google page!")
elem = driver.find_element_by_tag_name("input")
elem.send_keys("Кристина Кива")
elem = driver.find_element_by_tag_name("button").click()
print(driver.title)
time.sleep(7)
driver.quit()

4. Steps to reproduce

I choose a projectobtain badge keyadd generating key to README → result:

[![BrowserStack Status](https://www.browserstack.com/automate/badge.svg?badge_key=bkpzSnZ4VnJLdzg0djVUblFDcVBCblJMenpHOFFGMHFReG43Nzk4ejNaYz0tLWNNYmRpNkNmSWxWaXRhTER5UHRkWVE9PQ==--0d54a3e7e9485cd1478c3d22df997178a0220f5b)](https://www.browserstack.com/automate/public-build/bkpzSnZ4VnJLdzg0djVUblFDcVBCblJMenpHOFFGMHFReG43Nzk4ejNaYz0tLWNNYmRpNkNmSWxWaXRhTER5UHRkWVE9PQ==--0d54a3e7e9485cd1478c3d22df997178a0220f5b)

I click to generated link → all my last builds passed.

BrowserStack

5. Expected behavior

BrowserStack completed badge.

6. Actual behavior

BrowserStack timeout badge.

BrowserStack Status

Thanks.

@rootlinux2
Copy link

I have the same ISSUE

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants