~/programming/projects/jb/hello $ jb -p test/ test 2024-12-22 13:07:02.244085 - jb[jb 30476] - INFO - Initializing project dependency at '/Users/renato/programming/projects/jb/hello' 2024-12-22 13:07:02.263179 - dartle[jb 30476] - INFO - Executing 1 task out of a total of 17 tasks: 2 tasks selected, 3 dependencies, 4 up-to-date 2024-12-22 13:07:02.263309 - dartle[jb 30476] - INFO - Running task 'installRuntimeDependencies' 2024-12-22 13:07:02.265317 - jb[jb 30476] - INFO - All project dependencies have been initialized 2024-12-22 13:07:02.266513 - dartle[jb 30476] - INFO - Executing 7 tasks out of a total of 17 tasks: 1 task selected, 6 dependencies 2024-12-22 13:07:02.266540 - dartle[jb 30476] - INFO - Running task 'writeDependencies' 2024-12-22 13:07:02.267619 - dartle[jb 30476] - INFO - Running task 'installCompileDependencies' 2024-12-22 13:07:02.267882 - dartle[jb 30476] - INFO - Running task 'installProcessorDependencies' install:stdout [jvm 30477]: Successfully installed 6 artifacts at [/Users/renato/programming/projects/jb/hello/test/build/compile-libs, /Users/renato/.m2/repository] 2024-12-22 13:07:03.886480 - dartle[jb 30476] - INFO - Running task 'downloadTestRunner' 2024-12-22 13:07:03.886547 - dartle[jb 30476] - INFO - Running task 'installRuntimeDependencies' 2024-12-22 13:07:03.886619 - dartle[jb 30476] - INFO - Running task 'compile' install:stdout [jvm 30477]: Successfully installed 6 artifacts at [/Users/renato/programming/projects/jb/hello/test/build/runtime-libs, /Users/renato/.m2/repository] install:stdout [jvm 30477]: Successfully installed 1 artifact at [/Users/renato/programming/projects/jb/hello/test/.jb-cache/test-runner, /Users/renato/.m2/repository] 2024-12-22 13:07:04.738777 - dartle[jb 30476] - INFO - Running task 'test' Thanks for using JUnit! Support its development at https://junit.org/sponsoring ╷ ├─ JUnit Platform Suite ✔ ├─ JUnit Jupiter ✔ │ └─ MainTest ✔ │ └─ greetingTest() ✔ └─ JUnit Vintage ✔ Test run finished after 218 ms [ 4 containers found ] [ 0 containers skipped ] [ 4 containers started ] [ 0 containers aborted ] [ 4 containers successful ] [ 0 containers failed ] [ 1 tests found ] [ 0 tests skipped ] [ 1 tests started ] [ 0 tests aborted ] [ 1 tests successful ] [ 0 tests failed ] Build succeeded in 4.005 seconds!