- Added the
banditTestExplorer.progressVisualization
property to the configuration.
With this you can determine if the loading and running progress is visualized either as
an additional entry in the status bar (statusBar
) or as a popup dialog box (dialogBox
).
- Improved the loading progress:
Failing test projects will be skipped instead of breaking the whole loading process.
- Added the
disable
property to the testsuite configuration.
- Internationalized some messages that had not been translated yet.
- Added this change log.
- Improved the parsing of the bandit executable output.
- Added missing translations (de).
- Internationalized messages. Currently English and German.
- Fixed threaded access to the internal test execution queue.
- Added platform dependent settings to the testsuite configuration.
- Updated Readme.md.
- Modified the logging messages while parsing test results.
- Added tests to the project.
- Fixed a bug when starting all tests.
- Fixed a regex bug when starting tests.
- Fixed a regex bug when calling the command with special characters in the tests name.
- Fixed bandit framework version detection on linux (ignores color-coding of the output).