3.2.0 • Published 7 years ago

angular-material-protractor v3.2.0

Weekly downloads
14
License
ISC
Repository
github
Last release
7 years ago

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:

3.2.0

7 years ago

3.1.0

7 years ago

3.0.0

7 years ago

2.0.0

7 years ago

1.0.1

8 years ago

1.0.0

8 years ago