How To Run Angular e2e Tests In Docker

A complete Guide With an Example Project

Bhargav Bachina
Bachina Labs
Published in
11 min readOct 4, 2019

--

End-to-End tests are a vital part of any application, which validates the correctness of the application before it gets deployed into production. In Angular applications, we use Protractor, an end-to-end testing framework, to run tests against your application in the real browser like an end-user.

--

--