Jason Cheatham

Results 243 comments of Jason Cheatham

That doesn't actually do much to solve the problem, but it suggests that the issue is with specific proxy configurations rather than proxy support being generally broken.

https://github.com/theintern/cli/issues/6 suggests having intern's `serve` command open a browser by default. I personally dislike tools that open browsers automatically, but I could see making this a configuration option, or supporting...

The end result of #950 was the suggestion to add a suite filter that would allow the configured suites list to be filtered by file name. This would allow users...

## Handling nested config properties through CLI args There's a straightforward mapping from command line args to top-level config properties. For example, `--suites` currently corresponds to the `suites` config property....

Another issue to add: ## Add shell-completion scripts Intern should include and/or be able to generate shell completion scripts for at least bash and zsh.

We should consider switching from commander to [oclif](https://github.com/oclif/oclif) for the CLI. It would give us several useful bits of functionality, such as [prompting for input](https://oclif.io/docs/prompting) (needed for #1130), [auto-generated shell...

Or we could just add special purpose packages as we decide specifically what we need. clui, inquirer, that sort of thing.

[Current Appium docs](http://appium.io/docs/en/about-appium/appium-clients) now point to the [Mobile JSON Wire Protocol spec](https://github.com/SeleniumHQ/mobile-spec/blob/master/spec-draft.md)

Intern doesn't have any built-in support for LambdaTestCloud (at least not to the degree that it supports the other mentioned services). If we mention LambdaTestCloud, there should also be a...