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