tape-testing/testling

Bug: testling "files" key not honoured

Closed this issue · 3 comments

When I insert a files key into package.json it works just fine using testling -u and then opening link in local browser:

screen shot 2014-04-23 at 12 15 34 am

But then fails at ci.testling:
screen shot 2014-04-23 at 12 17 43 am

So I have tests passing in testling locally but not on the ci server. This is bad. Why is the es5-shim missing from the ci version?

Oh,

Maybe the issue is that in package.json:

    "scripts": ["node_modules/es5-shim/es5-shim.js"],

refers to a file that isn't in the repo, ultimately.

Given that is probably the issue, my next question is how does testling get around the fact that browserify doesn't support legacy browsers when suers choose to test ie8 etc.

I presume that many ci.testling users test against e.g. ie7/8.

This is an important use case to me, but I'm going to close this for now - if it's still an issue and you can help me repro, I'm happy to reopen and fix.