0 votes
in Angular by
What is protractor?

1 Answer

0 votes
by

Protractor is an end-to-end test framework for Angular and AngularJS applications. It runs tests against your application running in a real browser, interacting with it as a user would.

npm install -g protractor
...