rburrowes
7 years agoOccasional Visitor
Project (and Test Suite) level Setup & TearDown Scripts not running
- Created a REST Project
- Created some Test Suites
- Created various Test Cases
- Created many Test Steps
- Test Steps include
- REST API calls
- Groovy Scripts
- Script Assertions
- Executing from Project, Test Suite, Test Case & Test Step is no problem
- Added a simple Setup Script to the Project
-
log.info "Setup"
-
- No output is seen in the TestSuite Log
I have the same behaviour for TearDown Scripts.
I have tried at the Test Suite level, and again no response.
I have executed the scripts using the green play button on the various editors but still no output and no response.
Can someone explain why or where I can look to debug what is happening with this script?
Is there any config to be set?
Any help would be greatly appreciated.