-
Looking at this https://github.com/WiseLibs/better-sqlite3/pull/1036#issuecomment-2227422329 I think it would be great if we could catch these things early and also if Electron specific PRs would actu…
-
I'm using Mocha (`electron-mocha` actually) to unit test a lot of the functionality in my Electron app. I'm also using `electron-log`'s default instance to sprinkle copious (often VERY silly) logging …
jjeff updated
7 months ago
-
I have seen this couple of times before. Restarting the build with the same commit hash fixes the issue. Perhaps, this is a timing issue.
```
$ yarn rebuild:electron && run test "@theia/example-el…
-
I'd like to see an assertion that Mocha works in Electron.
maybe using `dont-break` (#3013) against [electron-mocha](https://www.npmjs.com/package/electron-mocha) would be sufficient? thoughts?
…
-
I propose disabling the flaky mocha electron tests on AppVeyor. We can re-enable them once we have identified and fixed the issues. Unfortunately, the build fails so frequently recently with the follo…
-
Followed installation instructions and when i ran npm test in another window, the below error was thrown:
```sh
[ghost] npm test
> g…
-
Spectron (WebdriverIO) fails often while CI with no obvious reason. Also, it can’t simulate hotkeys. Let’s move our functional tests to Puppeteer.
We can’t test desktop IDE features with Puppeteer.…
nkrkv updated
6 years ago
-
This could be a nice feature to have as Touch Bar is basically a second screen. While mocha runs all tests one by one, mocha-parallel-tests does this in parallel in separate processes (v2), so that yo…
-
When I use nightmare (with [dispatch:mocha](https://github.com/DispatchMe/meteor-mocha)) on my system (MacOS `10.12.4`) in watch mode, there are lots of processes created.
This is how I start my te…
-
Hello,
running into an issue here and cannot find a solution. I did search and found similar threads from the past (e.g. #67), but no clear solution that works in our scenario.
Problem:
Our `e-…