Skip to content

IBM/vscode-ibmi-testing

Repository files navigation

IBM i Testing

Version Installs

The IBM i Testing extension allows developers to run unit tests and generate code coverage results for RPG and COBOL programs on IBM i. Under the covers, this extension leverages the RPGUnit testing framework.

  • 👨‍💻 Run Tests: Visualize and run tests suites out of local files or source members.
  • ✍️ Generate Stubs: Generate test stubs for individual test cases or an entire test suite.
  • ⚙️ Configure Tests: Configure parameters to compile (RUCRTRPG/RUCRTCLB) and run (RUCALLTST) tests.
  • 📋 View Test Results: View detailed test results along with inline failure/error messages.
  • 🎯 Generate Code Coverage: View line and procedure level code coverage results as an overlay in the editor.

✨ Check out the full documentation here!