Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 383 Bytes

File metadata and controls

16 lines (10 loc) · 383 Bytes

ng e2e

Overview

ng e2e executes end-to-end tests

Running end-to-end tests

ng e2e

Before running the tests make sure you are serving the app via ng serve.

End-to-end tests are run via Protractor.