behave-vsc
behave-vsc copied to clipboard
A vscode extension that provides a test runner/debugger and navigation for Python behave tests
**Is your feature request related to a problem? Please describe.** When using the extension with runners that wrap the behave module or add additional hooks into setup, the extension fails....
I have a simple request: I'd like to have an official release of this great plugin. As it works pretty well for, I would not see a blocker. This would...
**Is your feature request related to a problem? Please describe.** The test panel is lacking the ability to run one example only. **Describe the solution you'd like** Display in tree...
Hey there, It would be great to have the outline view displaying an outline of the currently opened feature file. That would help me dealing with larger feature files and...
Triple quoted strings are used to pass additional data to steps. They should be marked as a type of string (string.quoted.triple maybe), not a comment, so that e.g. they can...
**Is your feature request related to a problem? Please describe.** When there is a step file that has only one import line, the step parser just ignore the line and...
**Is your feature request related to a problem? Please describe.** When defining a behave step in python, we usually use f string to interpolate values. For example, we have: `@behave.given(f'the...
The formatter uses tabs instead of spaces, independent on the VScode settings. This is probably related to https://github.com/jimasp/behave-vsc/blob/main/src/handlers/formatFeatureProvider.ts#L10, but I am not sure. It would be nice if Behave-VSC reuses...
Hi! Thanks for your hard work to make this extension work well! I'm trying to use it with a repository where we've stored our tests in a less-than-ideal place: ```...
**Is your feature request related to a problem? Please describe.** I see there are a few extensions that allows interacting with Behave in Cursor. This library does not have a...