mayur_vats
5 years agoOccasional Contributor
Project teardown script executes only when tests are executed from project test runner
Hi I am trying to run certain scripts in project's tear down section to generate a custom result file. To start with I found out that project teardown scripts will execute only when we launch the scr...
- 5 years agoHey mayur_vats
Yep...the behaviour you mention is as its required to be....or at least its the same behaviour ive noticed in readyapi!
You could add ylteardown scripts to your testsuites and testcases if you need the scripts to execute for individual tests or testsuites but im guessing youll need to alter the slightly.
You might be able to add a groovy snippet (final step or script assertion or a teardown) in each of tge testcases to actually call the project teardown script, although i dunno how to do that and even if its easy, it seems really rubbish and inefficient to bother.....youd have to update ebery single test
Rich - 5 years ago
Thank you for your response. I have recently started and was quite confused with the behaviour of the execution. Thank you for confirming that this is the standard behaviour.