Protractor with jasmine does not show stack traces to line with error
问题 I've got a protractor test that does this: it('Test', async () => { throw new Error() } When this errors, it outputs this: ✗ Test - Failed: Error at callWhenIdle (.../node_modules/jasminewd2/index.js:62:5) at .../node_modules/jasminewd2/index.js:127:13 at <anonymous> at process._tickCallback (internal/process/next_tick.js:188:7) (node:43369) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 3): Error: EPIPE write EPIPE How do I get a useful stack trace that says the