Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>F2 Cucumber Test ExplorerNew to Visual Studio Code? Get it now.
F2 Cucumber Test Explorer

F2 Cucumber Test Explorer

cBrain Solutions

|
160 installs
| (0) | Free
Test Explorer for Cucumber (using gherkin.xUnit.quick)
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Cucumber Test Explorer

Features

  • Test Explorer for Cucumber

Prerequisites

  • .NET Core is installed
  • NUnit and MSTest requires a dotnet sdk version of >= 2.2.104.

Usage

Open your repository that has cucumber tests in it, and it should find the tests for you.

Important

This extension is a fork of formularhendry's extension and therefore I might not have updated everything correctly in the README.md, etc. It should work for only Cucumber tests, but the original extension works for all .NET Core tests.

Stopping the current test runner(s)

Press the stop button in the top menu. This also works as a reset of sorts so if the extension has managed to end up in a weird state where it thinks a test is running even though it is not or that the debugger is running even though it is not the stop button can solve these types of issues as well.

Logging

Text from the dotnet test output as well as debug info is written to the Output/Test explorer terminal window. To view the log you can access it simply by clicking the view log icon.

Keyboard shortcuts

  • Run all tests, default Alt+R Alt+A

  • Rerun last command, default Alt+R Alt+R

  • Run test(s) in context, default Alt+R Alt+C

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft