shaundon / angular-material-protractor

A collection of utility functions to make testing Angular Material based UIs easier to test.
5 stars 3 forks source link

Angular Material Protractor

npm version

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

  1. Update the changelog
  2. Bump the version in package.json
  3. commit + push changes
  4. npm publish
  5. git tag [the version]
  6. git push --tags

Credits: