|
Re: How to skip RCPTT test case execution [message #1804972 is a reply to message #1804968] |
Thu, 04 April 2019 06:41 |
|
Hello,
For this purpose it is possible to mark such tests in RCPTT IDE with some specific tag and then specify option in pom.xml, for example:
<skipTags>
<skipTag>requiresVPNConnection</skipTag>
<skipTag>windowsOnlyTest</skipTag>
</skipTags>
You can find more information about Maven plugin settings here.
Please let me know if you have any questions.
Yours sincerely,
Olga.
|
|
|
Re: How to skip RCPTT test case execution [message #1805448 is a reply to message #1804972] |
Mon, 15 April 2019 12:46 |
Pranshu Tewari Messages: 2 Registered: March 2019 |
Junior Member |
|
|
Thanks Olga for your reply. I have marked some test cases with tag Bugs and executed all test cases with command line Test Runner. I could see that some test cases have been skipped but generated HTML report shows zero skipped test cases. I have used Test Runner v2.3.
Please refer to the screenshot in the attachment section.
Thanks,
Pranshu
[Updated on: Tue, 23 April 2019 07:58] Report message to a moderator
|
|
|
Powered by
FUDForum. Page generated in 0.04251 seconds