robotcodedev / robotcode

RobotFramework support for Visual Studio Code
https://robotcode.io
Apache License 2.0
176 stars 14 forks source link

[BUG] Cannot execute single Test Case if Test Name contains double quotes #118

Closed manykarim closed 1 year ago

manykarim commented 1 year ago

Describe the bug Cannot execute single Test Case if Test Name contains double quotes, e.g.

My Test Case With "Quotes"

There is an Error Message in the Terminal

[Error] Suite YourSuite contains no tests after model modifiers.

To Reproduce

***Test Cases***
My Test Case With "Quotes"
    Log    Step

Run single Test with Quotes from .robot file

Expected behavior Test is executed

Screenshots/ Videos If applicable, add screenshots or videos to help explain your problem.

d-biehl commented 1 year ago

Sorry, Cannot reproduce this behavior, can you give me some more informations?

RF Version? Python Version? VSCode Version? Terminal Type CMD, PowerShell, Bash... The Command call which is generated in the console or screenshot of the console output?

d-biehl commented 1 year ago

Any news about this issue?

manykarim commented 1 year ago

Sorry for the delay. This issue was originally reported by a colleague and I raised it based on what I saw on his machine.

I tried to re-produce it on my machine now - but it works properly. The Test Case - alsp with the "Quotes" is executed. I suspect that something in his RobotCode configuration is different.

Let's close it for now. If I find the root cause in his configuration, I will come back to you.

d-biehl commented 1 year ago

Ok