generate_testfly_pom
Generate a standard Maven pom.xml with TestFly 1.0.0, Java 17, compiler, and surefire plugins, eliminating manual setup for automation projects.
Instructions
Generate a standard Maven pom.xml pre-configured with TestFly 1.0.0, Java 17+, maven-compiler-plugin, and maven-surefire-plugin.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| version | No | Project version | 1.0.0-SNAPSHOT |
| group_id | No | Maven groupId | com.example |
| artifact_id | No | Maven artifactId | testfly-automation |
| testfly_version | No | TestFly dependency version | 1.0.0 |