Jason Cheatham

Results 182 comments of Jason Cheatham

Updates should be made in error formatter (`src/core/lib/common/ErrorFormatter` and `src/core/lib/node/ErrorFormatter`).

Is this still worthwhile given that Intern has `grep`, and that `suites` can take globs?

I think we can do this, potentially with some limitations. The main problem would be suites or tests dynamically created during a test run. Aside from that case, we'd need...

The worker code will already be instrumented if it's loaded via the intern proxy. The trick will be to get the coverage data out of the worker without requiring the...

Ideally any Intern-specific metadata would be separate from the loader options, but that would involved changing the `registerLoader` interface. Probably the best way to go here is to support an...

I like the idea of locator reuse (so the API is less repetitive) that doesn't involve string literals (because...string literals). I do think we might lose some ease-of-use, though; from...

Or I could be crazy. I'm paranoid about IDE discoverability now. :)

This is looking pretty nice. Just out of curiosity, why a `By` constant vs just exporting locator functions from a `by` or `locator` module? ```js import { css } from...

Hmm... I suppose it does.

That's a good idea; Intern could check for the existence of a webdriver in the path before deciding to download one, or we could use a dedicated version string like...