Groovy - s50600822/Notes GitHub Wiki

Print current dir( find relative path to access test resources):

    String currentDir = new File(".").getAbsolutePath()
    println(currentDir)