Class FilePathParser

java.lang.Object
net.thucydides.model.configuration.FilePathParser

public class FilePathParser extends Object
Builds a file path by substituting environment variables. Supported environment variables include $HOME, $USERDIR and $DATADIR. $DATADIR is provided by setting the serenity.data.dir environment property. $TEMPDIR is a dynamically generated temporary directory that will be deleted after the tests, and that is created once for each test