-
-
Notifications
You must be signed in to change notification settings - Fork 225
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Integration Tests #36
Comments
I need something like this for another project I'm working on. Could likely make some generic framework for it. |
That's could idea. Doubles as integration test On Tue, Jun 28, 2016, 4:57 PM Sebastian McKenzie notifications@github.com
|
I know esprima had something (since I got pinged about jscs failing the builds sometimes) https://github.com/jquery/esprima/blob/master/test/downstream.js Either fixtures like we are doing or using npm/node_modules or git submodules, or even some kind of ci service? |
We have Smoke tests(#492) now that runs against 3 libraries (lodash, html-minifier, jquery) running all it's tests on the babilified code. Will re-open this if there are more ideas and requirements. |
@boopathi did you consider running test262? |
Yes. Have to try it out. Do you think we should we re-open this for test262? |
or some other issue, eitherways |
Ref #33 (comment)
The benchmarks are cool, but we could reduce the size and find out we are breaking the functionality (especially for the dead code elimination plugin).
So we could be running the unit tests of the project on the minified code?
The text was updated successfully, but these errors were encountered: