Martin Mladenov

Results 23 comments of Martin Mladenov

Maybe the fix should be implemented in CK: https://github.com/mauricioaniche/ck/issues/92

Thanks, I assigned you. Let me know if you have any questions :)

> This is [explicitly enabled](https://jqwik.net/docs/current/user-guide.html#seeing-jqwik-reporting-in-gradle-output) in `RunJUnitTestStep.java` line 45. What was the reason for enabling it? Perhaps we could enable/disable depending on where Andy is being run from. It looks...

I don't see how this would be useful here - we don't need to print this information regardless of the environment.

@AtillaColak Are you sure that your changes work correctly? If I'm not mistaken, in the current production version, if there's a compilation error due to a badly written meta test,...

I just assigned to the issue. Thanks! Let us know if you have any questions.

@NeilAlwani The original idea behind external processes was to have a Spring application run in the background for Selenium assignments. We were planning to start the application before running the...

@Arraying Yes, this is exactly the point of this issue. We currently use a shell process for unzipping, and this is definitely a bit sketchy, so we want to get...

@NeilAlwani The list of files to unzip should be configurable in the RunConfiguration. I'd suggest making a new step which handles the unzipping. This should happen after the OrganizeSourceCodeStep and...