Class GenerateMojo

java.lang.Object
org.apache.maven.plugin.AbstractMojo
com.vaadin.uitest.maven.BaseMojo
com.vaadin.uitest.maven.GenerateMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

@Mojo(name="generate", defaultPhase=PROCESS_SOURCES, requiresDependencyResolution=TEST) public class GenerateMojo extends BaseMojo
  • Field Details

    • testsDir

      @Parameter(defaultValue="${project.build.testSourceDirectory}", property="testsDir", required=true) public File testsDir
    • framework

      @Parameter(defaultValue="PlayWright", property="framework") public String framework
  • Constructor Details

    • GenerateMojo

      public GenerateMojo()
  • Method Details

    • execute

      public void execute() throws org.apache.maven.plugin.MojoExecutionException
      Throws:
      org.apache.maven.plugin.MojoExecutionException