bld-testng/examples
2025-02-12 23:00:19 -08:00
..
.idea Bumped bld to version 2.2.0 2025-01-14 11:42:49 -08:00
.vscode Bumped bld to version 2.2.0 2025-01-14 11:42:49 -08:00
lib/bld Version 1.0.2 2025-02-12 23:00:19 -08:00
src Bump TestNG to 7.11.0 2025-02-12 22:58:44 -08:00
.gitignore Initial commit 2023-08-14 18:20:05 -07:00
bld Initial commit 2023-08-14 18:20:05 -07:00
bld.bat Initial commit 2023-08-14 18:20:05 -07:00
README.md Added support for JaCoCo extension. Closes #2 2024-04-03 20:35:21 -07:00

Compile and Run Tests with TestNG

./bld compile test

Compile and Generate JaCoCo Reports

./bld compile jacoco