May 2015
Beginner
220 pages
4h 16m
English
DalekJS is an open source UI testing tool that is written entirely in JavaScript. It acts as a test runner. It has its own API to perform user interface interactions. A very interesting feature of DalekJS is that it works with different browsers. It is capable of running tests in PhantomJS and popular browsers such as Chrome, Safari, Firefox, and Internet Explorer. It uses a WebDriver JSON-Wire protocol to communicate with these browsers and basically control what goes on in them.
First, we need to install DalekJS's command-line tool. It is distributed as a Node.js package. So, the following command will download the necessary files:
npm install dalek-cli -g
When the process finishes, we can run the dalek ...
Read now
Unlock full access