chromedriver

Unit Testing Emscripten Library in Browser Using CMake and Nightwatch.JS
Emscripten chromedriver cmake emscripten nightwatch.js require.js selenium umd unit testing webdriver
Published: 2018-04-17
Unit Testing Emscripten Library in Browser Using CMake and Nightwatch.JS
In a previous blog post, I described how I took Emscripten-created JS and turned it into an UMD module. One of the reasons I did this was because I wanted more control over the generated JavaScript and for it to be usable in more contexts, such as with the RequireJS module loader. As I am a responsible developer, I desired to create a number of automated unit tests to ensure that the client-visible API for my Emscripten module works as I intended. Read more...