I am in the process of creating selenium functional tests and would like to use JavaScript. We are familiar with javascript as apps developed using the javascript/html/css. So, I have decided to use below technology stack. Anyone out there already tried writing selenium tests for an enterprise application with javascript? If yes, are there any areas which I have to look at to avoid major roadblocks down the road?
Karma – test runner
Jasmine – assertion library
Selenium – browser abstraction
Webdriverjs - browser control bindings (i.e. Selenium bindings for JavaScript)
PhantomJS – fast headless browser
Thanks
Baswaraj