Python Behave Test Explorer for Visual Studio Code

This extension allows you to run Python Behave tests using the Test Explorer UI.

Features

  • Shows a Test Explorer in the Test view in VS Code's sidebar with all detected tests and suites and their state
  • Adds CodeLenses to your test files for starting and debugging tests
  • Shows a failed test's log when the test is selected in the explorer
  • Shows step definition in feature file on ctrl+click and/or F12.

Getting started

  • Install the extension and restart VS Code
  • Open the test view
  • Run your tests using the Run icon in the Test Explorer

Questions, issues, feature requests, and contributions

  • If you have any question or a problem with the extension, please file an issue.