binaryage / cljs-oops

ClojureScript macros for convenient native Javascript object access.
Other
350 stars 13 forks source link

Setup automated testing against Chrome #3

Closed darwin closed 3 years ago

darwin commented 8 years ago

It would be nice to setup chromedriver to exercise tests against real chrome as well. Some javascript hackery we employ works only under chrome.

It can be done. I have done it once for Dirac. But it is quite non-trivial work to get right.

dijonkitchen commented 6 years ago

Maybe this would be useful? https://github.com/GoogleChrome/puppeteer

darwin commented 6 years ago

Yep, anything like that would work.

But this task has a very low priority, because its been 2+ years and I don't see a strong need for this. The browser-sensitive code works and I haven't touched it since.