Forum Discussion

psaxton's avatar
psaxton
Occasional Contributor
8 years ago

Cannot access current test name in script

We have the method below which is trying to log the name of the test currently being executed function Test() { var TestItems; TestItems = Project.TestItems; Log.Message("The " + TestItems....