stryker-js icon indicating copy to clipboard operation
stryker-js copied to clipboard

Mutation testing for JavaScript and friends

Results 191 stryker-js issues
Sort by recently updated
recently updated
newest added

See https://twitter.com/tomasz_ducin/status/1519436453729734657?s=20&t=gf2YzbUwSThzRuXIJSdc0Q Possible alternatives: - [nx](https://nx.dev/) - [npm workspaces](https://docs.npmjs.com/cli/v7/using-npm/workspaces) I would prefer to try npm workspaces first. TODO: - [ ] Figure out dev setup - [ ] Figure out...

🔧 Maintenance

**Is your maintenance request related to a problem? Please describe.** See #2802 **Describe the solution you'd like** Move https://github.com/stryker-mutator/stryker-cli to this mono repo and add an e2e test **Describe alternatives...

🔧 Maintenance

**Summary** Did an out-of-the-box run of Stryker **Stryker config** ```json { "$schema": "./node_modules/@stryker-mutator/core/schema/stryker-schema.json", "_comment": "This config was generated using 'stryker init'. Please take a look at: https://stryker-mutator.io/docs/stryker-js/configuration/ for more information",...

🐛 Bug

Everything works perfectly with jest.config.js, however, changing it to jest.config.ts (and making sure the [`jest.configFile`](https://stryker-mutator.io/docs/stryker-js/jest-runner#jestconfigfile-string) points to the typescript file. Doesn't work.

🐛 Bug
👶 Good first issue

**Is your feature request related to a problem? Please describe.** Hot reload could be added to our karma-runner plugin. This would improve performance by preventing full page reloads for runtime...

🚀 Feature request
☠ stale

add pnpm as a package manager?

🚀 Feature request

**Is your feature request related to a problem? Please describe.** When you're StrykerJS on a test suite that uses a resource (database connection, web server, file system, etc), you might...

🚀 Feature request
hacktoberfest

**Describe the solution you'd like** Add Github, Gitlab and Azure Devops to the supported list of ci providers here: https://github.com/stryker-mutator/stryker/tree/master/packages/core/src/reporters/ci

🚀 Feature request
👶 Good first issue
hacktoberfest

**Is your feature request related to a problem? Please describe.** I have to `stryker run` for each separate project in my mono-repository. This generates a separate report for each project...

🚀 Feature request

It would be nice to be able to use Stryker with [node-tap](https://github.com/tapjs/node-tap) test framework.

🚀 Feature request