Jason Cheatham

Results 96 issues of Jason Cheatham

Intern's current documentation system is designed to make maintenance as simple as possible. Developers update documentation in this repo, and the documentation viewer on theintern.io renders it into something pretty...

domain-documentation
effort-high
priority-medium

In Intern master, `browserVersion` and `version` are being handled differently, at least for MS Edge Chromium. To test, create a test config with ``` "environments": {"browserName": "MicrosoftEdge", "version": "insider preview"...

bug
effort-low
priority-high

Reorganize the existing documentation in the Intern repo. The goal of this issue isn't to substantially rewrite or add documentation (not all of the topics in the example below exist...

domain-documentation
effort-low
priority-medium

Sometimes commands sent to remote browsers timeout due to transient network flakiness. (See #905.) In those cases, it would be helpful if Intern would try re-sending a command some limited...

enhancement
effort-medium
domain-webdriver
priority-high

Currently the WebDriver code in Intern assumes that the remote browser is using the JsonWireProtocol by default. Intern performs feature tests to determine if certain commands are broken, and to...

enhancement
effort-high
domain-webdriver
priority-high

Currently Intern's webdriver code performs a battery of feature tests when a session is started to determine which commands are broken and whether some follow the JWP or W3C standard....

enhancement
effort-high
domain-webdriver
priority-high

The separate leadfoot and digdug repositories were recently deprecated, and their code was pulled back into Intern. This will make maintenance of Intern much simpler, and should speed up development...

enhancement
effort-medium
domain-webdriver
domain-tunnels
priority-medium

The findAllBy methods currently wait for at least one element to match the selector within the find timeout. These methods should support an optional `count` argument that would retry a...

enhancement
effort-medium
domain-webdriver
priority-low

The list of updates planned for Intern 5 is still being determined, but a few things are already known or in progress. As this is a major release there will...

information

Intern 4.x uses code coverage data to generate reports. However, this data could also be used to affect the output of a test run. A user should be able to...

enhancement
effort-medium
priority-medium