-
Notifications
You must be signed in to change notification settings - Fork 29
Allow to specify the base path where all files will be generated #182
Comments
@wikier LdpTestSuite.setupSuite() adds them as listeners, and TestNG calls them after the suite runs. |
@wikier they are also explicitly listed in the testng.xml config file as listeners |
…e customized (issue #182), but not yet working
I got that. That's what I tried to do on the patch you can see at the topic branch for this issue. But the problem I do not know who/how calls |
That one you run manually from the command line :) There's a Maven test-manifest profile that will run it during the build also (see pom.xml), but it's off by default. |
I'm mainly thinking about a scenario where the test suite runs embedded, as we do in marmotta, where I'd like to have more control where the tests write. I'll continue checking what's possible, and let's see. Thanks, @spadgett. |
OK, now it looks much better :-) I'll some some more testing before getting it out as |
I consider this implemented, enough for the scenario we need in Marmotta. |
Currently we're using the current working directory, but in some scenarios we may need to provide another path.
The text was updated successfully, but these errors were encountered: