Forum Discussion
3 Replies
- SiKingCommunity ExpertYou mean something like:
def project = testSuite.project.name
- gordonbOccasional ContributorThank you that works.
I also found a TestSuite TearDown at project level and def project = project.name works for that. - SiKingCommunity ExpertFor extra points, see if you can figure out what
context.expand('${#Project#Name}')
actually does.