Coder Social home page Coder Social logo

Comments (4)

zackmorris avatar zackmorris commented on June 12, 2024

I'm investigating the test failures when running them in Firefox.

from declarativewidgets.

zackmorris avatar zackmorris commented on June 12, 2024

The fixes to the Firefox test are pushed in #41. I'm running into an issue with Travis CI where I'm getting the following error:

Starting virtual X frame buffer: Xvfb/sbin/start-stop-daemon: unable to stat /usr/bin/Xvfb (No such file or directory)

I've been looking through the documentation for starting xvfb and Firefox (which are included in the Travis CI environment), but I haven't been able to identify what we're missing in our .travis.yml file.

I'm switching focus to #43 for right now, but I'm leaving the pull request open for when we want to take another look at it.

from declarativewidgets.

lbustelo avatar lbustelo commented on June 12, 2024

Maybe this helps http://karma-runner.github.io/0.8/plus/Travis-CI.html

According to the link above we should be able to do something like this

before_script:
  - export DISPLAY=:99.0
  - sh -e /etc/init.d/xvfb start

from declarativewidgets.

lbustelo avatar lbustelo commented on June 12, 2024

@zackmorris
See https://github.com/jupyter-incubator/declarativewidgets/pull/54/files#diff-354f30a63fb0907d4ad57269548329e3R11

It does not have your fixes to the actual tests, but you can see that it ran the js unit tests on firefox.

from declarativewidgets.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.