G
G
gagoman2011-09-23 16:06:29
Java
gagoman, 2011-09-23 16:06:29

TestNG tests outside the project

Is it possible to point to the directory where the classes for testing are stored?
I want to store tests outside the project folder so that they do not fall into the deployment during assembly.
Thank you in advance

Answer the question

In order to leave comments, you need to log in

1 answer(s)
P
philpirj, 2011-09-26
@philpirj

It's a good idea to have a src folder and a test folder in a project.
Build separately, one in build/src, the other in build/test.
Then read the documentation .
In general, yes .

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question