indexeddbshim / IndexedDBShim

A polyfill for IndexedDB using WebSql
Other
968 stars 191 forks source link

Use TestCafé #265

Closed brettz9 closed 7 years ago

brettz9 commented 8 years ago

While we have an inordinate number of tests at the moment (though we should be able to remove the old W3C tests once the new ones in an optional submodule are working), the following looks like the right way to do testing nowadays:

https://github.com/DevExpress/testcafe

(Re: Node usage, see https://github.com/DevExpress/testcafe/issues/1111 )