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 Not running Browser tests

See original GitHub issue

Hi, of the 12 jobs running upon every Pull-request commit, none of the browser specific tests run!

Only the unit-test runs.

For example on #18, the tests ran, but only travis build 26.1 actually ran the test suite.

The others (browser based) had the following line in the output:

Not running any tests

which you can see for instance in travis build 26.2 and all the others in the travis build list for #18.

The line in test/ci https://github.com/corejavascript/typeahead.js/blob/master/test/ci#L5

elif [ "$TRAVIS_SECURE_ENV_VARS" == "true" -a "$TEST_SUITE" == "integration" ]; then

evaluates to

+'[' false == true -a integration == integration ']'

which must mean that "$TRAVIS_SECURE_ENV_VARS" is not set.

Who can help setting up the browser tests again?? I’d like to help but am in doubt about who has access to setting it up?

Issue Analytics

  • State:open
  • Created 8 years ago
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
jlbookercommented, Nov 10, 2016

Moving this to the next milestone so we can get this release out the door. Let’s continue working on this.

0reactions
lenovousercommented, Oct 16, 2015

@jesperronn Nice. I sent you an E-Mail.

Read more comments on GitHub >

github_iconTop Results From Across the Web

GUI and Headless Browser Testing - Travis CI Docs
This guide covers headless GUI & browser testing using tools provided by the Travis CI environment. Most of the content is technology-neutral and...
Read more >
Chrome not captured when running tests on Travis · Issue #1144
The error message is: INFO [launcher]: Starting browser Chrome WARN [launcher]: Chrome have not captured in 60000 ms, killing. INFO [launcher]: ...
Read more >
How to set up working automated browser tests on Travis CI?
I am trying to set up automated tests for my web app on Travis CI. I am talking about automated browser tests -...
Read more >
Running selenium based browser tests on Travis CI
The simplest solution is to configure Travis CI to run headless browser tests directly by adding the following to your .travis.yml file: .....
Read more >
How to use Chromedriver with Travis CI for Selenium tests
The browser would not load the elements in time, and then time out, causing our tests to fail. More generally, the whole Travis...
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