intern
intern copied to clipboard
A next-generation code testing stack for JavaScript.
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...
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/)...
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...
Mocha has a Nyan Cat themed reporter, we don't:  This issue critically impacts adoption, we need to get to parity with a text-based Nyan reporter ASAP. Ideally, we should...
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...
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...
`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...
### 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...
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...
## 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 ##...