Run specific tests #261
Apollo3zehn
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
first of all: Thanks for providing TcUnit, I was very happy to find it when I started with PLC programming two months ago.
I am working on a VSCode extension to provide Structured Text language support because, to be honest, coming from VSCode back to plain old Visual Studio was no pleasure. So many nice things are missing. Hopefully the PLC++ project will make things better.
But back to the topic: I would like to add support for the test explorer integrated in VSCode. I will probably never be able to debug tests using that explorer but it would be nice to see the list of tests and be able to execute them individually or in groups (by remote controlling Visual Studio) and display the result. So my question is: Is there a mechanism in TcUnit or some other straightforward way to run a list of tests, or match the test names against a regular expression, or something like that?
Thanks!
Apollo3zehn
Beta Was this translation helpful? Give feedback.
All reactions