Cucumber Test ExplorerFeatures
PrerequisitesUsageOpen your repository that has cucumber tests in it, and it should find the tests for you. ImportantThis extension is a fork of formularhendry's extension and therefore I might not have updated everything correctly in the 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. LoggingText 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
Known issuesGo to test does not work with multiple workspacesThis is because of limitations in the omnisharp extensions. We can only navigate to symbols which are in the currently selected workspace. Test result is not shown in CodeLens / treeTry and change the setting cucumber-test-explorer.pathForResultFile to point to a folder you have access right too. CodeLens functionality also requires the C# extension No tree view or color-coded explorer for NUnit / MSTestThis requires you to run dotnet SDK version 2.2.104 or higher. xUnit projects assembly name needs to match the test class namespaceSee #201 DisplayName attribute not working for xUnitSee #56 Project discovery with UNC Paths doesn't workSee #179 |