-testcontinuous BOOLEAN
Test
-
Example:
-testcontinuous=true
-
Values:
true,false
-
Pattern:
true|false|TRUE|FALSE
The -testcontinuous
instruction enables continuous testing for your project. When set to true
, bnd will not exit after running the test suites. Instead, it will keep watching the bundles and automatically rerun the test cases if any bundle is updated.
This is useful for development workflows where you want immediate feedback on changes, as tests will be re-executed whenever relevant code is modified.
TODO Needs review - AI Generated content