currently, am trying to run the unit test cases of angular app in docker environment using ng test so it opens up a browser I don't need that in prod to happen so I tried RUN ng test --browser PhantomJS but it ain't working.
am getting this error 22 08 2017 11:52:42.355:WARN [karma]: No captured browser, open http://localhost:9876/ 22 08 2017 11:52:42.370:INFO [karma]: Karma v1.7.0 server started at http://0.0.0.0:9876/ 22 08 2017 11:52:42.370:INFO [launcher]: Launching browser PhantomJS with unlimited concurrency 22 08 2017 11:52:42.382:INFO [launcher]: Starting browser PhantomJS 68% building modules 507/523 modules 16 active .../rxjs/observable/PromiseObs22 08 2017 11:52:53.039:WARN [karma]: No captured browser, open localhost:9876/ 22 08 2017 11:53:42.382:WARN [launcher]: PhantomJS have not captured in 60000 ms, killing. 22 08 2017 11:53:44.383:WARN [launcher]: PhantomJS was not killed in 2000 ms, sending SIGKILL. 22 08 2017 11:53:46.385:WARN [launcher]: PhantomJS was not killed by SIGKILL in 2000 ms, continuing.