-
https://app.circleci.com/pipelines/github/MetaMask/metamask-extension/107429/workflows/6bdc94c7-6acc-4671-a1a4-6209c539b830/jobs/4015247/tests
Build - Regular
Browser - Chrome
Test Scenario - Cli…
-
There are a couple of issues that happen when you attempt to run mocha tests in parallel.
The first is that a non-determinate number of tests are skipped. This problem seems to be resolved by expli…
-
### Summary
We ran all the tests in the mono repositories with Mocha, even if the source didn't change. It would be great to skip all the tests in which sources were untouched.
### Examples
_…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
> [!WARNING]
These dependencies …
-
### Description
When attempting to run FlakeGuard on integration tests for the Swell Electron application, I consistently receive a "SyntaxError: Unexpected end of JSON input" error. This occurs for …
12mv2 updated
3 months ago
-
A test failed on a tracked branch
```
Error: Timeout of 360000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (/opt/buildkite-agent/buil…
-
A test failed on a tracked branch
```
Error: Timeout of 360000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (/opt/buildkite-agent/buil…
-
### Current behavior
#27230 introduced significant breaking API changes in Cypress 13 related to the module API and event handlers. An assumption was made that these fields are "not useful for end us…
-
**Problem:** Mocha custom reporter still does not support ES Modules.
As long as we use mocha, we cannot have top-level awaits, such as the one in [`module.ts`](https://github.com/TOPLLab/latch/blob/…
-
This issue aims to improve the test coverage for this folder by:
1. Identifying untested or under-tested functions and classes.
2. Writing additional unit tests to cover edge cases and scenarios…