Automation scaffolding for webapps
Installation
First, install Yeoman and generator-automation using npm (we assume you have pre-installed node.js).
npm install -g yonpm install -g generator-automation
Then generate your new project:
yo automation
Introduction
This will setup a project to easily integrate e2e tests via Selenium and write tests.
License
MIT © Pasindu Perera