Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 771 Bytes

README.md

File metadata and controls

27 lines (22 loc) · 771 Bytes

@ng-apimock/protractor-plugin demo

This is a demo setup for the @ng-apimock/protractor-plugin

Getting Started

yarn install

Serve

The serve.js script:

  • processes the mocks from the @ng-apimock/test-application
  • registers the @ng-apimock/core middleware function to intercept http calls
  • serves the @ng-apimock/test-application

You can start the script by running:

yarn serve

Protractor

The protractor.conf.js script:

  • uses the @ng-apimock/protractor-plugin

You can start protractor tests by running:

yarn protractor