بنقرة واحدة
seed4j-test-module
// Identify a Seed4J test application using a given module, then generate and test it via /seed4j:test-app
// Identify a Seed4J test application using a given module, then generate and test it via /seed4j:test-app
| name | seed4j:test-module |
| description | Identify a Seed4J test application using a given module, then generate and test it via /seed4j:test-app |
Find the CI test application that exercises a given Seed4J module, then test it.
Use /test-module <module-slug> to verify that a specific Seed4J generator module produces compilable, testable code.
Example: /test-module spring-boot-kafka, /test-module vue-core
$ARGUMENTS contains the module slug to test (e.g. spring-boot-kafka, datasource-postgresql).
If no argument is given, ask the user which module they want to test.
Read tests-ci/generate.sh and identify which $application block calls apply_modules with the target module slug.
Rules:
spring-boot over fullapp).spring_boot, spring_boot_mvc, cucumber_with_jwt, etc.), any application that calls that function qualifies — again prefer the simplest one.generate.sh, stop and tell the user: the module is not yet registered in CI and needs to be added to tests-ci/generate.sh before it can be tested this way.Once the application name is identified, run /test-app <app-name> to generate the project, compile it, and run its tests.