-
Updated
Aug 2, 2021 - TypeScript
#
stryker
Here are 30 public repositories matching this topic...
Mutation testing for JavaScript and friends
hugo-vrijswijk
commented
Dec 17, 2020
Right now the temp dir is deleted after running using a FS2 tempDir Resource. This is done in the MutantRunner.
It'd be nice to have a config option to keep the generated temp dir after running for debugging purposes to look at the generated code. An option similar to [Stry
Node.js / Express Onion Architecture boilerplate with Typescript - OOP Variant
nodejs
graphql
infrastructure
enterprise
boilerplate
express
typescript
database
rest
mocha
solid
architecture
postgresql
swagger
chai
entity
sinon
typeorm
onion
apollo-server
stryker
mappers
prepare-database
onion-architecture-boilerplate
-
Updated
Jun 17, 2021 - TypeScript
Nest framework TypeScript starter (node.js)
-
Updated
May 18, 2021 - TypeScript
Repository to maintain our stryker-mutator.github.io
-
Updated
Jul 30, 2021 - JavaScript
The command-line interface for Stryker, the JavaScript mutation testing framework
-
Updated
Jun 11, 2021 - TypeScript
Mutation Testing – featuring an example using Stryker, a framework for the JavaScript ecosystem
-
Updated
Jul 29, 2021 - JavaScript
A simple example to demonstrate you how to implement mutation testing into your .NET/C# application
testing
csharp
mutation-testing
test
mutation
tests
netcore
testing-tools
csharp-code
stryker
mutation-test
stryker-test
-
Updated
Jul 9, 2020 - C#
Azure Devops extension to publish and display the mutation testing report in the build result
-
Updated
Aug 2, 2021 - TypeScript
Mutation tests sample project in .Net Core with Stryker.NET
-
Updated
Mar 23, 2021 - C#
Mutation tests example with Jest and Stryker
-
Updated
Jan 14, 2021 - TypeScript
Projeto desenvolvido para hands on na disciplina de fundamentos de testes.
-
Updated
Apr 20, 2021 - HTML
A talk I did for a Flipp lunch-n-learn covering Mutation Testing
-
Updated
May 19, 2020 - JavaScript
14º projeto do curso de Desenvolvimento Web da Trybe: Criação de testes para páginas e componentes de um projeto em react
-
Updated
Jul 15, 2021 - JavaScript
-
Updated
Mar 5, 2021 - TypeScript
Using Stryker to run mutation testing on CI builds
-
Updated
Feb 16, 2020 - C#
Azure Devops extension to run mutation tests on .NET Core and .NET Framework projects with Stryker.Net.
-
Updated
Sep 19, 2020 - PowerShell
Artigo no Medium sobre Testes de Mutação, utilizando Stryker e .NET
-
Updated
May 11, 2021 - C#
A sample repo leveraging TypeScript, jest and ts-jest and stryker (with code coverage and debugging)
-
Updated
Nov 8, 2018 - TypeScript
A starter for JavaScript projects
-
Updated
Nov 17, 2020 - JavaScript
TypeScript Mutation Testing Example: TS, Jest, Stryker
-
Updated
Nov 23, 2020 - JavaScript
My portfolio website featuring web applications, websites, graphics, and etc. that I developed for employers and side projects.
-
Updated
Jul 23, 2021 - HTML
Improve this page
Add a description, image, and links to the stryker topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the stryker topic, visit your repo's landing page and select "manage topics."
The Update Operators just reverse the operator in its place, so ++ will be -- in the same way -- will be ++
this is good but should the following mutants be added?
Original Mutant
variable++ => ++variable
++variable => variable++
variable-- => --variable
--variable => variable--
I know it could