Hello all,
I have directory called resources which contains files to manipulate with through the tests, this directory in the same parent directory to tests.
My question is, how to define paths of resources in tests.
Thanks
Hello all,
I have directory called resources which contains files to manipulate with through the tests, this directory in the same parent directory to tests.
My question is, how to define paths of resources in tests.
Thanks
Hi Abdullah,
There are two sections of the User Guide that are related to your question:
It may be as simple as just using a relative path, but if a full path is required ${CURDIR}
is probably what you’ll want.
Dave.
Thanks Dave,
This works