image: node:8.11.4
pipelines:
default:
- step:
caches: - node
script:
- yarn
- ./node_modules/@angular/cli/bin/ng test --browsers PhantomJS --watch=false
+ ./node_modules/@angular/cli/bin/ng test --browsers PhantomJS --watch=false
23 09 2018 13:41:01.208:INFO [karma]: Karma v2.0.5 server started at http://0.0.0.0:9876/
23 09 2018 13:41:01.211:INFO [launcher]: Launching browser PhantomJS with unlimited concurrency
23 09 2018 13:41:01.217:INFO [launcher]: Starting browser PhantomJS
23 09 2018 13:41:09.067:INFO [PhantomJS 2.1.1 (Linux 0.0.0)]: Connected on socket WwGodc4m2--XS19fAAAA with id 82658114
PhantomJS 2.1.1 (Linux 0.0.0): Executed 0 of 1 SUCCESS (0 secs / 0 secs)
PhantomJS 2.1.1 (Linux 0.0.0) AppComponent should create the app FAILED
Failed: InvalidStateError: DOM Exception 11
stringify@[native code]
stringify
readableObjectToString
resolvePromise
resolvePromise
invokeTask
onInvokeTask
onInvokeTask
invokeTask
onInvokeTask
invokeTask
onInvokeTask
invokeTask
runTask
drainMicroTaskQueue
invokeTask
invokeTask
globalZoneAwareCallback
PhantomJS 2.1.1 (Linux 0.0.0): Executed 1 of 1 (1 FAILED) (0 secs / 1.058 secs)
PhantomJS 2.1.1 (Linux 0.0.0) AppComponent should create the app FAILED
Failed: InvalidStateError: DOM Exception 11
stringify@[native code]
stringify
readableObjectToString
resolvePromise
resolvePromise
invokeTask
onInvokeTask
onInvokeTask
invokeTask
onInvokeTask
invokeTask
onInvokeTask
invokeTask
runTask
drainMicroTaskQueue
invokeTask
invokeTask
globalZoneAwareCallback
PhantomJS 2.1.1 (Linux 0.0.0): Executed 1 of 1 (1 FAILED) ERROR (0.056 secs / 1.058 secs)
Everything working fine in local environment.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.