docs/TESTING.md
See the Building page and especially the paragraph Building PlantUML with Gradle.
To run the tests included with the project, use the following command:
gradle test
Comment those lines on settings.gradle.kts:
Then you can run a specific test (e.g. the aTestClass Class):
gradle test --tests aTestClass
After successfully building and testing the project, you are ready to start contributing to PlantUML! If you have any changes to contribute, please submit a pull request through the PlantUML GitHub repository.
%%{ init : { "flowchart" : { "curve" : "stepBefore" }}}%%
graph LR
T["test/"]
T -->|"Unit Test\n(of src/com/plantuml/api/cheerpj)"| W["com/plantuml/wasm"]
T -->|"Unit Test\n(of src/net/sourceforge/plantuml)"| U["net/sourceforge/plantuml"]
T -->|"Non-regression Test"| N[nonreg]