lundi 9 novembre 2020

Strange console output on angularJs tests

When I run my tests and an error occures, i receive a strange console output containing some browser details. How can I disable this?

Browser {
  id: '96345805',
  fullName: 'Mozilla/5.0 (Macintosh; Intel Mac OS X ' +
    '10.15; rv:82.0) Gecko/20100101 ' +
    'Firefox/82.0',
  name: 'Firefox 82.0 (Mac OS 10.15)',
  lastResult: [BrowserResult],
  disconnectsCount: 0,
  activeSockets: [Array],
  noActivityTimeout: 120000,
  collection: [BrowserCollection],
  emitter: [Server],
  socket: [Socket],
  timer: [Object],
  disconnectDelay: 120000,
  log: [Logger],
  noActivityTimeoutId: Timeout {
    _idleTimeout: 120000,
    _idlePrev: [TimersList],
    _idleNext: [Timeout],
    _idleStart: 1306032,
    _onTimeout: [Function],
    _timerArgs: undefined,
    _repeat: null,
    _destroyed: false,
    [Symbol(refed)]: true,
    [Symbol(asyncId)]: 346534,
    [Symbol(triggerId)]: 346532
  },
  pendingDisconnect: null,
  state: 'EXECUTING'
}

Aucun commentaire:

Enregistrer un commentaire