Closed
Description
OS: Ubuntu 14.04.3 in a docker environment, without web browser (it's actually running in Cloud9)
Version: angular-cli: 1.0.0-beta.11-webpack.8
node: 6.5.0
os: linux x64
Without any browser installed in the os, I cannot find a way to execute jasmine unit tests in spec files.
running ng test
:
Could not start watchman; falling back to NodeWatcher for file system events.
Visit http://ember-cli.com/user-guide/#watchman for more info.
WARNING in ./src/app/app.component.ts
[208, 7]: comment must start with a space
[20, 3]: Declaration of public instance member variable not allowed to appear after declaration of public instance member function
...
07 09 2016 20:57:41.939:WARN [karma]: No captured browser, open http://0.0.0.0:9876/
07 09 2016 20:57:41.947:INFO [karma]: Karma v0.13.22 server started at http://0.0.0.0:9876/
07 09 2016 20:57:41.955:INFO [launcher]: Starting browser Chrome
07 09 2016 20:57:41.958:ERROR [launcher]: No binary for Chrome browser on your platform.
Please, set "CHROME_BIN" env variable.
No error shown even if some tests have
expect(true).toEqual(false);
Is there a way to execute these tests in a console-only environment ?
Thanks !
Metadata
Metadata
Assignees
Labels
No labels