thx for the advice

this works

def currentTest = step.getOwningTarget
().getLocation().toString().toUpperCase()
println("test in work  = " + currentTest)

gives the file name of the test

Reply via email to