Travis Not running Browser tests
See original GitHub issueHi, 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:
- Created 8 years ago
- Comments:5 (5 by maintainers)
Top 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 >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
Moving this to the next milestone so we can get this release out the door. Let’s continue working on this.
@jesperronn Nice. I sent you an E-Mail.