Results 9 comments of iamnishantmishra

Now I am getting this [16:36:30 INF] We could not locate a baseline for branch refs/heads/LocalDevelopment, now trying fallback version refs/heads/develop [16:36:30 INF] We could not locate a baseline report...

@rouke-broersma I just want to run mutation test on the feature branch which i have raised as PullRequest to merge the develop branch which is target branch. There is no...

So I just need to pass feature branch name or the develop branch name? Will following syntax work? --since localDevelopment

@rouke-broersma Also I am not able to understand your comment > Your pipeline is probably doing shallow fetch so does not include all refs and this Stryker cannot find the...

@dupdob @rouke-broersma I was able to run the striker run. but need help on these 2 queries- 1> Why lot of mutations are getting ignored either because of block or...

@dupdob @rouke-broersma Stryker takes more than 9 minutes to run the mutation. And I think once the repo or test cases will increase it will take more. How can we...

Any way to make it faster? Cant we do some byte code change not the actual code change in the mutation process to make it faster?

And how to filter out time taking tests like integration tests from running mutations on it?