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.

Have browser tests on travis - not only npm based

See original GitHub issue

Current tests on travis are running on node so we’re not actually using window or window.performance. Travis can run headless browsers, and we should use it to make sure we’re not breaking things.

Issue Analytics

  • State:closed
  • Created 9 years ago
  • Comments:6 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
dalisoftcommented, Feb 25, 2019

I would be thankful if you do this

0reactions
ritwikcommented, Jan 5, 2018

@dalisoft @sole I think I might be able to get this to work using headless chrome - would that suffice? Is this still something for which community help is needed? If so, I’ll take a crack at it if you’ve not already started 😃

Read more comments on GitHub >

github_iconTop Results From Across the Web

GUI and Headless Browser Testing - Travis CI Docs
What This Guide Covers #. This guide covers headless GUI & browser testing using tools provided by the Travis CI environment.
Read more >
How to put Angular unit tests with Travis (No captured browser)?
I solved this issue. I just changed export CHROME_BIN=usr/bin/google-chrome in .travils.yml by export CHROME_BIN=chromium-browser, ...
Read more >
Chrome browser not captured for karma tests. #2555 - GitHub
Hi! My last few travis-ci builds have failed because of issues related to karma tests running in Chrome. I first received this error...
Read more >
Continuous Testing with Travis CI and LambdaTest - Dev Tester
LambdaTest - The most powerful cross-browser testing tool online · Perform manual and automated tests on your web application, using both ...
Read more >
Automating Javascript Testing, Deploy with npm & Travis CI to ...
Not long ago, I wrote about my experience and setup of Travis CI for running javascript testing (on an angular based web application)...
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