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

Tests in browser with SouceLabs+Selenium #2623

Open
wants to merge 5 commits into
base: develop
Choose a base branch
from

Conversation

maxkoryukov
Copy link
Contributor

Integration with SouceLabs.

Could help to prevent bugs, like a bug with FontAwesome in Safari

maxkoryukov and others added 4 commits April 23, 2016 05:17
Integration with SouceLabs.

Could help to prevent bugs, like a bug with FontAwesome in Safari

#27
Line break returned
Running HP out of the box on Travis cause the HP does not listen for incoming requests (it was binded to localhost). Fixed by creating empty `config.ini` with `http_host` setting
ci_travis = ("TRAVIS" in os.environ) and (os.environ["TRAVIS"] == "true")

use_sauce = ci_travis
use_sauce = True
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You could modify : use_sauce = False, then tests will be running in local Firefox, without external connections to SouceLabs. Useful for local testing

maxkoryukov added a commit to maxkoryukov/headphones that referenced this pull request Apr 23, 2016
Integration with SouceLabs.

Could help to prevent bugs, like a bug with FontAwesome in Safari

see rembo10#2623
@maxkoryukov
Copy link
Contributor Author

This PR is already included in #2590

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

Successfully merging this pull request may close these issues.

1 participant