Results 17 comments of Rachel Tzoref-Brill

@rmarting I added the dependency below to the `pom.xml` of `simple-sample-web`, then recompiled and got this jar in my maven repo: `javax/servlet/javax.servlet-api/3.1.0/javax.servlet-api-3.1.0.jar`, which I added to the classpath.txt file. ```...

@randheerDas please follow the instructions to install the tkltest-unit and tkltest-ui commands: https://github.com/konveyor/tackle-test-generator-cli/blob/main/doc/installation.md#installing-the-tackletest-cli

Thank you @thatdc. As a workaround please refer to the 3rd issue listed in our readme [here](https://github.com/konveyor/tackle-test-generator-cli#tackletest-unit).

@thatdc you're correct, that's another problem than the one I referred to.

This is the same problem as reported in issue [328](https://github.com/konveyor/tackle-test-generator-cli/issues/328). Can you downgrade your JDK to version 11? we support and ave tested with versions 8-11 only.

@jayantgs we are unable to reproduce this issue. When you have time can you try again the docker installation and let us know if the issue repeats?

@djwhatle 1+2: We have a readme file and a user guide (under the doc directory) that include documentation of our cli, and also point to an example input that is...

@michaelrowe01 Randoop tests are not included in the `ctd-amplified` test suite, so they don't need assertions. If you run the command `generate randoop`, the test cases will contain assertions. Hence...

@rmarting EvoSuite which is used as one of the base test generators in Tackle-Test already has a maven plugin, see: https://www.evosuite.org/documentation/maven-plugin/ I don't think we can utilize it though, because...

@rmarting totally makes sense. I just wanted to point out the EvoSuite maven plugin as an "inspiration" to the one we can develop for tackle-test :-)