Giter Site home page Giter Site logo

Browser test suite about q HOT 8 CLOSED

kriskowal avatar kriskowal commented on August 18, 2024
Browser test suite

from q.

Comments (8)

domenic avatar domenic commented on August 18, 2024

On first thought the best route is to use something like lobrow to get dirt-simple Node-modules-in-the-browser up and running. I also think @substack had a recent one but I can't find it in his monster list of public repositories.

@Gozala/test-commonjs seems like it would work pretty well in such an environment, since it doesn't depend on much environment, and is already browser-compatible in at least some fashion (AMD might be involved?).


Another option would be to have a compile step for the tests that wraps them in and AMD wrapper to be used alongside @Gozala/test-commonjs. I believe @jrburke/r.js can do this.

from q.

Gozala avatar Gozala commented on August 18, 2024

In fact I have version of test-commonjs somewhere that can run tests in browser, using some AMD like module loader. It's far from being pretty but it runs tests and logs results to the screen. I could share it with you if that helps, but I'm not able to put much effort in making it first-class for now.

from q.

domenic avatar domenic commented on August 18, 2024

@Gozala That sounds excellent, since I think our goal is just to check that we didn't break anything.

from q.

Gozala avatar Gozala commented on August 18, 2024

@domenic Ok I'll try to do it over the weekend & maybe provide a patch for q that would do that!

from q.

kriskowal avatar kriskowal commented on August 18, 2024

I’ve got a pull request open for promise support in Jasmine.

jasmine/jasmine#202

from q.

domenic avatar domenic commented on August 18, 2024

I think the best stack right now would be BusterJS for native "return a then-able" support + Chai + Chai as Promised. I haven't used BusterJS yet but the latter two are working great in our project at work.

from q.

kriskowal avatar kriskowal commented on August 18, 2024

Ok. If Buster doesn’t work out, we can use Jasmine instead. It’s relatively straightforward to monkey-patch jasmine.Block.execute.

from q.

kriskowal avatar kriskowal commented on August 18, 2024

Landed in v0.8.5

from q.

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.