Mock website created with angular.js 1.6 and bulmacss for unit testing pyselenium-js.
Bundles can be built like so,
npm run build
To serve the website,
npm run app
You may alternatively run the website in the background,
npm run app:detached
- John Nolette ([email protected])
Contributing guidelines are as follows,
- When adding new features to the mock website, make sure it doesn't effect any existing pyselenium-js unit tests.
- Branches for bugs and features should be structured like so,
issue-x-username
. - Include your name and email in the contributors list.
Copyright (c) 2017 John Nolette Licensed under the MIT license.