bld-testng/examples
2024-04-09 13:35:35 -07:00
..
.idea Only log java command and arguments on Level.FINE 2024-04-04 02:34:23 -07:00
.vscode Bumped to bld 1.9.0 2024-03-21 00:26:00 -07:00
lib/bld Bumped TestNG to version 7.10.1 2024-04-09 13:35:35 -07:00
src Bumped TestNG to version 7.10.1 2024-04-09 13:35:35 -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