Closed sole closed 5 years ago
@sole I don't have access on Travis for this repo. I have made passed all tests on npm
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 window
object and etc. I am not sure if phantom is the thing people use nowadays, maybe they use Electron? I've no idea :)
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?!
@sole i can't find real demo of this type of demo. Please can you let me see demo?
@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 :)
I would be thankful if you do this
Current tests on travis are running on node so we're not actually using
window
orwindow.performance
. Travis can run headless browsers, and we should use it to make sure we're not breaking things.