angular-material-protractor
v3.2.0
Published
A collection of utility functions to make testing Angular Material based UIs easier to test.
Downloads
28
Readme
Angular Material Protractor
A collection of utility functions to make testing Angular Material based UIs easier to test.
Installation
npm install --save angular-material-protractor
Usage
In your code:
// Import it.
const AMPtor = require('angular-material-protractor');
// Use it.
AMPtor.clickElementByModel('ctrl.myField');
// ..and so on
Deploying to NPM
- Update the changelog
- Bump the version in
package.json
- commit + push changes
npm publish
git tag [the version]
git push --tags
Credits: