Path Out of tests directory

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.

2 Likes

Thanks Dave,
This works

1 Like