bld-testng/examples
2024-07-28 23:02:18 -07:00
..
.idea Bumpled bld to version 2.0.1 2024-07-28 22:56:38 -07:00
.vscode Bumpled bld to version 2.0.1 2024-07-28 22:56:38 -07:00
lib/bld Version 0.9.9 2024-07-28 23:02:18 -07:00
src Bumped bld to version 2.0.0-SNAPSHOT 2024-07-23 08:35:29 -07: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