This repository was archived by the owner on Jul 29, 2024. It is now read-only.
This repository was archived by the owner on Jul 29, 2024. It is now read-only.
Error stacks from runFilenameOrFn
are pretty useless #3509
Open
Description
The stack that gets appended to a bad onprepare or onshutdown script from https://github.com/angular/protractor/blob/master/lib/util.ts#L57 is pretty useless, since it's always the same and is asynchronous so it doesn't point to the right file. We could maybe just use an empty string?