MB Plugin
VSCode plugin for MB AutoTest 🚀
Features
- Ctrl+Click on
classpath:... in .feature files to jump directly to:
- JSON or data files under
src/test/resources
- Another
.feature file (even scrolls to @tag if specified)
Usage
- Install the extension (or use Install from VSIX).
- Open a
.feature file.
- Hold Ctrl and click a
classpath:... reference.
Example
* read file json 'classpath:DataTest/json_SIT/base.json'
* call read('classpath:features/featureCommon/Api/Common/loginAdhoc.feature@loginWithSqlite')
| |