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

At the Selenium Project we want to collaborate with you and work together to improve the WebDriver ecosystem. We would like to meet you, understand your pain points, and discuss...

Bumps [terser](https://github.com/terser/terser) from 5.7.1 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...

dependencies

Bumps [shell-quote](https://github.com/substack/node-shell-quote) from 1.7.2 to 1.7.3. Changelog Sourced from shell-quote's changelog. 1.7.3 Fix a security issue where the regex for windows drive letters allowed some shell meta-characters to escape the...

dependencies

Adding LambdaTestCloud Platform Support

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

Bumps [shelljs](https://github.com/shelljs/shelljs) from 0.8.4 to 0.8.5. Release notes Sourced from shelljs's releases. v0.8.5 This was a small security fix for #1058. Commits 70668a4 0.8.5 d919d22 fix(exec): lockdown file permissions (#1060)...

dependencies

Bumps [nanoid](https://github.com/ai/nanoid) from 3.1.23 to 3.3.2. Changelog Sourced from nanoid's changelog. 3.3.2 Fixed enhanced-resolve support. 3.3.1 Reduced package size. 3.3 Added size argument to function from customAlphabet (by Stefan Sundin)....

dependencies

Error: ``` InvalidArgument: [POST .../element / {"using":"class name","value":"some-class"}] Unable to determine element locating strategy for class name ``` The `usesWebDriverLocators` fallback isn't working as the error message does not contain...

When building Intern 4.x or 5 under Node 14, many circular dependency warnings will be displayed: ``` (node:87088) Warning: Accessing non-existent property 'column' of module exports inside circular dependency (node:87088)...

effort-low
project-dev
priority-low

When I use `assert.strictEqual` in a test case and pass in an object with a circular reference, then the test case is not logged by the reporters (console, html) as...

needs-verification