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
Breaking change / bug introduced in v. 0.2.0 and above resulting in that spec-files fail to launch in vscode if the spec-file name contains spaces.
Tested on Windows. To recreate:
gauge init dotnet
Rename file "example.spec" to "example 1.spec".
Try to launch a scenario in vscode.
Fails, seems to build build path incorrectly:
When looking closer, there seems to be problems in older versions too if directory names contained spaces, but to not allow spaces in spec-file-name is a new bug.
The text was updated successfully, but these errors were encountered:
jensakejohansson
changed the title
Versions above >0.1.9 cannot start scenarios if spec file contains a spaces.
Versions above >0.1.9 cannot start scenarios if spec file name contains spaces.
Mar 5, 2025
Breaking change / bug introduced in v. 0.2.0 and above resulting in that spec-files fail to launch in vscode if the spec-file name contains spaces.
Tested on Windows. To recreate:
When looking closer, there seems to be problems in older versions too if directory names contained spaces, but to not allow spaces in spec-file-name is a new bug.
The text was updated successfully, but these errors were encountered: