Search found 3 matches

by rea
Wed Aug 07, 2019 3:45 pm
Forum: How To …
Topic: Enable SETUP/TEARDOWN via user code
Replies: 5
Views: 2103

Re: Enable SETUP/TEARDOWN via user code

Hi,

Thank you, this was very helpful. I had to use (SmartFolderNode) instead of (TestCaseNode) but I got it working.

Regards
by rea
Wed Aug 07, 2019 12:20 pm
Forum: How To …
Topic: Enable SETUP/TEARDOWN via user code
Replies: 5
Views: 2103

Re: Enable SETUP/TEARDOWN via user code

Hello, thank you both for the reply! Odklizec, I tried your solution and it works but it is not exactly what I need. I want to enable/disable every teardown section from the first setup of the testSuite. Instead of getting the currentTestContainer I would like to pass the testContainers from a list ...
by rea
Tue Jul 23, 2019 1:18 pm
Forum: How To …
Topic: Enable SETUP/TEARDOWN via user code
Replies: 5
Views: 2103

Enable SETUP/TEARDOWN via user code

Hello everybody,

Is there any way to enable or disable setup/teardown in a test suite using user code?

The project looks similar to:

Code: Select all

SUITE
  |_SETUP
  |_SmartFolder
      |_SETUP
      |_Test case
      |_TEARDOWN
  |_SmartFolder
  |_TEARDOWN
Thank you