tanyagorn
tanyagorn
### Summary Almost all of my projects cannot upgrade Stryker version to 0.14.x, they still remain as 0.13.1 due to receiving ``` [error] stack trace is suppressed; run last stryker...
### Summary ``` [warn] Failed to add mutation(s) 54 to new mutated code [warn] The code that failed to mutate was: [Future [warn] .successful(validatorScheme.invoke()) [warn] .flatMap { validation => [warn]...
### Summary I know that to run stryker on multi-module-projects, I need to use command _sbt project projectName; stryker_ to run each module separately. However I have a repository with...
### Summary I got error during running stryker version 0.14.0, and it mentioned I need to exclude files in stryker.conf. However, after I've excluded files that cause error and run...
I want to parse dynamic url into case url of MockWS like this ``` val ws = MockWS { case ("POST", mockServer.getUrl + "/predict-nationality") => Action { Ok(Json.obj( "ARE" ->...