Forum Discussion
Liberty_Informa
11 years agoRegular Contributor
Hi Marcus
When you say Setup script area at the project level, is it which appears inside the "TestSuites" tab when we open project view?
I am not sure however when I add following code in that area:
The output log is shows incorrect folder as I had explained in the original post. I see the code written in this setup area is getting executed even after project load script.
This is similar situation. Am I doing anything wrong here?
When you say Setup script area at the project level, is it which appears inside the "TestSuites" tab when we open project view?
I am not sure however when I add following code in that area:
def text = "~"
def projectPath = context.expand( '${projectDir}')
project.scriptLibrary = projectPath + "/../../Setup"
log.info "${text*5} Project Setup Script -> Script Library path: "+project.scriptLibrary
The output log is shows incorrect folder as I had explained in the original post. I see the code written in this setup area is getting executed even after project load script.
This is similar situation. Am I doing anything wrong here?
Related Content
- 4 years ago
- 7 years ago
- 10 years ago
Recent Discussions
- 18 days ago