angular-material-protractor

v3.2.0
A collection of utility functions to make testing Angular Material based UIs easier to test.

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:

npm i angular-material-protractor

Metadata

  • ISC
  • Whatever
  • shaundon
  • released 2/14/2017

Downloads