Sergey Simonchik
Sergey Simonchik
### 🚀 Feature Proposal Now [Reporter API](https://github.com/facebook/jest/blob/a5a27f749c5e05e202c28a48d80fa474c822e857/packages/jest-reporters/src/types.ts#L22-L48) reports the result of every `test` or `it`, but there are no events for beginning of each `test` or `it`. Related discussion in...
### Expected behaviour Test run triggered by `karma run` should use latest contents of tests declared as `nocache:true`. ### Actual behaviour Test run triggered by `karma run` uses previous contents...
Feature request for IntelliJ integration. Now reporter is notified when a spec execution is finished. It'd be better for user to be see what tests are executed at the moment....
Currently, there is no good way to run all tests in a given test file. The closest thing is to use `--grep=` option that will filter all available tests by...
1. Have PATH containing several node installations (C:\Program Files\nodejs and C:\Program Files\Nodist) 2. Run `C:\Program Files\Nodist\bin\node C:\Program Files\Nodist\npm\bin\npm-cli.js` 3. Underlying npm process is running with C:\Program Files\nodejs\node.exe, not one from...
Example project: https://github.com/tongrhj/karma-test/tree/cf4d63f6c91bd573adf224b626d2b96fce28488a Steps to reproduce: 1. Start server ``` ./node_modules/karma/bin/karma start ``` 2. Run tests ``` ./node_modules/karma/bin/karma run -- '--grep=Testing the throttle function calls callback after 100ms' ``` All...
**What version of this package are you using?** 14.3.1 **What problem do you want to solve?** Standard provides `results = standard.lintTextSync(text, [opts])` API. This is a convenient way for tools...
If winpty is used by a process configured error mode to not display the critical-error-handler message box ([`SetErrorMode(SEM_FAILCRITICALERRORS)`](https://msdn.microsoft.com/en-us/library/windows/desktop/ms680621(v=vs.85).aspx)), a child process spawned by winpty-agent.exe will inherit its parent process error...
Currently, winpty allows to set window size via `winpty_set_size` in winpty.h. However, I couldn't find a way to access window size (no `winpty_get_size` API). Is it possible to access window...