bld-testng/examples
2024-04-28 09:44:15 -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 Added support for TestNG 7.10.2 2024-04-28 09:44:15 -07:00
src Added support for TestNG 7.10.2 2024-04-28 09:44:15 -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