intern icon indicating copy to clipboard operation
intern copied to clipboard

A next-generation code testing stack for JavaScript.

Results 112 intern issues
Sort by recently updated
recently updated
newest added

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

Hi Intern Community 🤗 I've been asked to help make sure that all the OpenJS Foundation project communities are aware that the deadline for our [OpenJS Conference Call for Proposals](https://events.linuxfoundation.org/openjs-world/program/cfp/)...

information

I ran across an issue where running code within a web worker is not providing coverage information for the report. I would assume it would be similar for service workers...

enhancement
effort-medium
priority-low

Mocha has a Nyan Cat themed reporter, we don't: ![image](https://cloud.githubusercontent.com/assets/44454/20413364/751bdadc-ace1-11e6-858f-2b5b05f7800f.png) This issue critically impacts adoption, we need to get to parity with a text-based Nyan reporter ASAP.  Ideally, we should...

enhancement
effort-medium
domain-reporters
priority-low

Currently intern remaps stack traces when using transpiled code, which is great. When using WebPack though, the file resolution is a bit "ugly" and could be improved. For example, here...

enhancement
effort-low
domain-reporters
priority-low

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

`moveMouseTo()` take an Element as a reference point, but `moveFinger()` just takes coordinates. It would be useful to to have a `moveFingerTo(Element)` method, or alternately a `pressFingerOn(Element)` method, so I...

enhancement
effort-medium
domain-webdriver
priority-low

### Problem You are in the middle of debugging a test or suite. You want to isolate the specific one you are working on and only run it, so you...

enhancement
effort-high
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

## Expected behavior `findAllByClassName()` should return a list of elements. ## Current behavior It returns an "Invalid argument" error: InvalidArgument: [POST http://.../elements / {"using":"class name","value":"usernameInput"}] invalid argument: invalid locator ##...

bug
effort-medium
domain-webdriver
repo-leadfoot
priority-high