You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Currently generating and executing the automated test is done by the tlktest CLI, that it is basically an "external" tool from the current development tool of the project (e.g: Maven, Gradle or Ant). So as developer I have to manage two different things to cover my development life cycle, including the tests of my application.
test stages provided by the project's development tool
test stages provided by tlktest CLI
So, AS developer I WANT to use my current development tool to cover all the stages of my development life cycle SO I will be focus in one only tool and its capabilities.
Describe the solution you'd like
To have a Maven Plugin to cover the generation and execution stages of Tackle Test Generator. This maven plugin could be used in the application life cycle to add these automatic test stages under the right circunstances, for example using Maven profiles to activate these goals when they are needed.
Describe alternatives you've considered
A sample of the Maven plugin definition in my project for generate the test code could be similar to:
Good stuff @rachelt44 ! This is the idea of this issue, to have something similar in the tool, integrating EvoSuite and Randoop under the same cli.
The idea could not be invoke the EvoSuite maven plugin, and it should be more aligned to provide a Tackle-Test Maven Plugin to be used in my project (using the current workflow of the tackle-test cli). Does it make sense?
Is your feature request related to a problem? Please describe.
Currently generating and executing the automated test is done by the
tlktest
CLI, that it is basically an "external" tool from the current development tool of the project (e.g: Maven, Gradle or Ant). So as developer I have to manage two different things to cover my development life cycle, including the tests of my application.tlktest
CLISo, AS developer I WANT to use my current development tool to cover all the stages of my development life cycle SO I will be focus in one only tool and its capabilities.
Describe the solution you'd like
To have a Maven Plugin to cover the generation and execution stages of Tackle Test Generator. This maven plugin could be used in the application life cycle to add these automatic test stages under the right circunstances, for example using Maven profiles to activate these goals when they are needed.
Describe alternatives you've considered
A sample of the Maven plugin definition in my project for generate the test code could be similar to:
A sample of the Maven plugin definition in my project for execute the test could be similar to:
Additional context
As Maven plugin should have the most tipical features and characteristics of this kind of extension of Maven. Some references:
Also a sample definition integrated with Maven Profiles could be similar to:
The text was updated successfully, but these errors were encountered: