Closed danimbrogno closed 7 years ago
thank you for your report, let me check on this.
I'm having this problem https://github.com/angular/angular-cli/issues/4207#issuecomment-275401101 will check back in some days.
@danimbrogno have you configured customLaunchers
and used it? https://github.com/teracyhq/angular-boilerplate/blob/082a879c5df3fa0ae6ddc000d84512754b62a642/karma.conf.js#L36
docker-compose run test-web-app (to execute the command: ng test --browsers Chrome_no_sandbox
)
under my investigation, it works as expected, so closed now.
If you still need our help, don't hesitate to re-open this issue with your sample project that we could check it out.
This helped, I can run the command from a /bin/bash shell inside the container and it launches fine and executes the tests. But, when running docker-compose run test-web-app
the same problem occurs, although I see in the output that it is using the Chrome_no_sandbox launcher. If you have any immediate suggestions it'd be appreciated. Otherwise I'll keep digging and if I don't get anywhere I'll publish a repo.
@danimbrogno we're going to release v0.1.0 of angular-boilerplate, please give it a try https://github.com/teracyhq/angular-boilerplate unit tests and e2e tests work.
Hi, thanks for the image. I'm having trouble getting
ng test
to run. Here is my docker-compose.yaml:when I run
docker-compose run test-web-app
I get the output