You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-10Lines changed: 11 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,14 @@
1
1
# Behave VSC
2
2
3
-
## Pre-release v0.0.1
3
+
## Pre-release v0.0.2
4
4
- A simple test runner (and debugger) for running python Behave tests in vscode
5
5
- Built with the new Visual Studio Code Test API
6
6
- See [Known Issues](#known-issues) and [Troubleshooting](#troubleshooting) below if you have any problems
7
7
8
8
## Tested with
9
-
- behave 1.2.6
10
-
- Python 3.9.7
11
-
- Linux/Windows
9
+
- behave 1.2.6
10
+
- Python 3.9.7
11
+
- Linux/Windows
12
12
13
13
---
14
14
## Project Requirements
@@ -38,7 +38,8 @@ paths=behave-tests/features
38
38
---
39
39
## Features
40
40
41
-
- Run/debug behave tests from the test workbench, or from inside a Feature file.
41
+
- Run or Debug behave tests from the test workbench, or from inside a Feature file.
42
+
- Go to step definition from feature file. (Not shown in below gif, just right-click inside feature file on a line containing a step and click "Go to step").
42
43
- Run customisation via [Extension settings](#extension-settings).
43
44
- In run mode, std/err output can be found in the Behave VSC output window, including an equivalent behave command to run the test manually. (In debug mode, errors are shown in the console.)
44
45
@@ -82,16 +83,16 @@ It will be faster if you select a subset/group of tests to run.
82
83
---
83
84
## Troubleshooting
84
85
- Does your setup match the [Requirements](#requirements) section above?
85
-
- Check if the problem is in [Known Issues](#known-issues) above
86
+
- Check if the problem is in [Known Issues](#known-issues) above.
87
+
- Have you tried manually running the outputted behave command from the Behave VSC output window?
86
88
- Do you have runParallel turned on? Try turning it off.
87
89
- Do you have the latest version of the extension?
88
90
- Do you have the correct [Extension Settings](#extension-settings) for your project? (Also if you have removed extension settings from your
89
91
workspace `.vscode/settings.json`, then do you have any of the extension settings in your user settings?)
90
-
- Have you tried manually running the outputted behave command from the behave-vsc output window?
91
-
- Try disabling other extensions
92
+
- Try disabling other extensions.
92
93
- Have you got the latest version of the extension?
93
-
- Does your project environment match the environment tested for this release? Older releases are kept in the vsix folder in
94
-
[github](https://github.com/jimasp/behave-vsc/vsix). The details of each release are in the (TODO:release doc)
94
+
- Does your project environment match the environment tested for this release? Older releases are available in
Copy file name to clipboardExpand all lines: package.json
+13-2Lines changed: 13 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -21,10 +21,21 @@
21
21
"description": "Optional csv list of fast skip tags, example: '@skip, @skip-me-too'.\nThis will stop behave being called for those tags. Use if you have a lot of tests to skip."
0 commit comments