-
#### Motivation
Fix the dark mode in windows OS.
#### Detailed design
Use Win32API to change the caption background color.
Here are some C# sample code:
```c#
// NativeMethods
using Sys…
-
Currently, all coverage reporters cannot use this.
- Ensure that can `.pipe` to gulp istanbul or other coverage reporters.
-
**ERROR:**
Warning in ./node_modules/nightmare/lib/nightmare.js
Critical dependency: the request of a dependency is an expression
MOCHA Testing...
RUNTIME EXCEPTION Exception occurred …
-
Here is the build:
https://ci.appveyor.com/project/hovancik/stretchly/build/1.0.504
It works on 32 but fails after 1 hour on 64 bit.
my yml:
```
build: off
os: unstable
platform:
…
-
When I start my test, there will be two cmd windows over my app. How to avoid this.
I use spectron 5.0.0.
mocha 6.1.1
on Windows
-
After upgrading to meteor 1.4, I've noticed only client tests are appearing in the browser.
Both client and server tests are running, however only the client ones display. If I disable the client te…
-
Hi,
Currently i am facing an issue with Spectron in combination with Mocha.
When i try to get element text using spectron in test case i am facing error "no such element".
**Sample.html**
…
-
My electron app works as expected but it keeps on opening new windows when I run spectron test that tests for number of windows opened.
Electron version - v8.0.2 , "spectron": "^10.0.1" . I am not …
-
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 …
-
It'd be awesome to have a require flag like `node` so that I can require in my babel hook before running code. I'd be happy to submit a PR, but I'd just need to know which command line args parsing li…