Hi @vedmack , finally had time to write some tests, initially I wanted to write just some unit test, but this would require more rewriting of the lib. So I come up with selenium webdriverIO automated tests.
For now there are just few basic test for filters, that I use in my app, but we can easilly add some more in a future if you like.
Usage:
run npm install within /src/test folder
(if 4 fails ) run./node_modules/.bin/selenium-standalone install within the folder
replace test.html path with the real one in yadcf-test.js.
run ./node_modules/.bin/wdio wdio.conf.js within the folder
Hi @vedmack , finally had time to write some tests, initially I wanted to write just some unit test, but this would require more rewriting of the lib. So I come up with selenium webdriverIO automated tests. For now there are just few basic test for filters, that I use in my app, but we can easilly add some more in a future if you like.
Usage:
npm install
within/src/test
folder./node_modules/.bin/selenium-standalone install
within the folder./node_modules/.bin/wdio wdio.conf.js
within the folder