tweenjs / es6-tween

ES6 version of tween.js
MIT License
186 stars 34 forks source link

Have browser tests on travis - not only npm based #3

Closed sole closed 5 years ago

sole commented 9 years ago

Current tests on travis are running on node so we're not actually using window or window.performance. Travis can run headless browsers, and we should use it to make sure we're not breaking things.

dalisoft commented 7 years ago

@sole I don't have access on Travis for this repo. I have made passed all tests on npm

sole commented 7 years ago

Sorry @dalisoft, reopening the issue because I don't see travis running tests on the browser :)

What I meant with 'on the browser' is to use something like phantomJS so the tests are run on that environment, using a real windowobject and etc. I am not sure if phantom is the thing people use nowadays, maybe they use Electron? I've no idea :)

dalisoft commented 7 years ago

Okay, i am now understand. I try to fix it. EDIT: @sole You mean browser-only (where npm doesn't support) testing for confirm that app works?!

dalisoft commented 7 years ago

@sole i can't find real demo of this type of demo. Please can you let me see demo?

ritwik commented 6 years ago

@dalisoft @sole I think I might be able to get this to work using headless chrome - would that suffice? Is this still something for which community help is needed? If so, I'll take a crack at it if you've not already started :)

dalisoft commented 6 years ago

I would be thankful if you do this