Dill.js
Integration tests made easy.
Dill.js provides an abstraction layer between your integration tests and your DOM markup, DRYing up your step definitions and consolidating how people interact with the DOM in tests.
View our Getting Started Guide |
See an example repo.
Installing
With npm
npm install dill --save-dev
With grunt
npm install grunt-dill-js --save-dev
Docs
- Getting Started
- Widget
- Widget.List
- Widget.View
- Widget.Iframe
- Globals
- Step Helpers
- Command Line Options
See http://selenium.googlecode.com/git/docs/api/javascript/class_webdriver_Capabilities.html for available options.