DalekJS
DalekJS provides simple and fast way to do automated web testing. It supports almost all kinds of browsers and can script them, takes screenshots, and creates reports about the tests. DalekJS is an open source tool, which can be used to perform UI testing written in JavaScript. It will be used to launch and automate the users' browser, fill values automatically and submit the forms, click on elements and links on the page, capture screenshots, and run the tests which have been written to test functional use cases.
Getting started
In this section, you will learn about DalekJS. It is an automated browser testing tool with JavaScript. With DalekJS, we can even run tests directly in Firefox, Google Chrome, or Internet Explorer.
Create a package.json
file in your work directory:
Package.json: { "name": "myCssTardis", // Name of your project "description": "Is awesome",//Description "version": "0.0.2" //version of DalekJS...