I’m facing to a problem : I can’t execute a suite test with my IDE (VS Code).
If I execute the tests one by one, it’s working.
If I execute 2 tests (with tag command line), I have this error message :
I have found an another post which talking about this problem (WebDriverException: Message: <!-- IE friendly error message walkround - #5 by Brahim) but I haven’t found the solution.
However, I think about one thing : I have paste the test from my former IDE (Eclipse) to the newer. On Eclipse, I can decide how type of tests I would to create (test file, test suite etc…).
It seems to not be possible with VS Code, do you confirm ? Because when I type the tag command line (ex : robot -i [MyTagName] [MyFolderName] ), this error is occurs.
When I right-click on this file and cselect “Run test suite”, it executes ALL the tests in this file.
But I can’t execute only 2 selected tests by using tag option.