Code Monkey home page Code Monkey logo

Comments (3)

alex-seville avatar alex-seville commented on June 18, 2024

The problem with this, as I see it, is that if it's browser based the user needs to change the references.

so if they have "src/test.js" then in their test runner they need to reference "src-cov/test.js" in order to have the coverage run properly. If we hide the files from them it will make that change a lot more complicated. The question then becomes, do we generate a test runner for them, do we update their test runner, do we just provide instructions on how to modify it? Either way they'll need those files to be accessible to run their tests and get the coverage results.

When you min files it creates and puts them in a dist directory. I feel like this is similar.

The referencing of the new files is the bigger problem, imho. That's where things get messy. Either you automatically change references for people, or you need them to do it. Not ideal, either way.

from blanket.

alex-seville avatar alex-seville commented on June 18, 2024

Now one idea would be to use a requirejs type config model for loading the scripts.

So in the browser there would be a config file with a list of all the scripts, and this library would load, and instrument them all, and then load the instrumented scripts into the DOM so they have be tested.

In Node we would do like require("blanket")([array of scripts to use]) and the blanket require would load the original scripts in, instrument them, and then insert them into the require cache so the tests can be run.

This would require the user to change their test runners quite a bit, but it might be a way of eliminating the step of instrumenting files.

That might work?

from blanket.

alex-seville avatar alex-seville commented on June 18, 2024

okay, I changed it so that they configure the src and dest folders in the grunt config file. That seems the most logical to me to give them the option to put it wherever they want.

from blanket.

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.