Have browser tests on travis - not only npm based
See original GitHub issueCurrent 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:
- Created 9 years ago
- Comments:6 (1 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I would be thankful if you do this
@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 😃