question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Travis CI fails on browser-stack tests:client

See original GitHub issue

So the post-commit tests (running off the master fork) fail on Travis.

The browser-stack tests:client only run on the master fork. That is a combination of the line

const TRAVIS_WITH_BS = !!process.env.BROWSER_STACK_ACCESS_KEY

https://github.com/karma-runner/karma/blob/master/test/client/karma.conf.js#L3 and the setting in the Travis config that marks the key as master-branch only.

But there is a copy that is marked for travis branch only, so pushing to that branch should trigger browserstack without walking on master.

The failures on Travis are timeouts; the browserstack viewer shows karma in the browser with just “Karma-Starting” on the page.

I will try to run with DEBUG logging and concurrency 1. Could this be a socket.io issue?

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:1
  • Comments:5 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
karmarunnerbotcommented, Jan 13, 2021

🎉 This issue has been resolved in version 6.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

0reactions
XhmikosRcommented, Jan 15, 2021

After updating to v6.0.0 we are getting Safari failures ourselves https://github.com/twbs/bootstrap/runs/1707340240. Going back to v5.x works again.

Sounds like it’s the same issue? Although, we are still using karma-browserstack-launcher 1.4.0 because the newer ones has other issues I couldn’t solve.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Using BrowserStack with Travis CI
Travis CI integrates with BrowserStack, a cross browser and real device web-based testing platform. BrowserStack can be used for interactive as well as ......
Read more >
Integrate Selenium test suite with TravisCI | BrowserStack Docs
Integrate BrowserStack Automate with Travis CI. A guide to help you integrate Travis CI with the BrowserStack device cloud for running all your...
Read more >
BrowserStack + Protractor + TravisCi and secure localhost ...
One question though about (1) ... You're saying to create a local connection using the binary. Locally i have downloaded and run the...
Read more >
Czech Technical University in Prague Faculty of Electrical Engineering
6.1 Travis screening a pull request . ... Debugging failures on a CI server is very difficult as it is typically a remote...
Read more >
Buster.JS Documentation - Read the Docs
your browser tests directly on BrowserStack. ... into a live REPL in all the captured browsers when a test fails, and much much...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found