Skip to content

Fix handling of artifact path

Choose a tag to compare

@sbabcoc sbabcoc released this 19 Apr 23:08
· 241 commits to master since this release

There was a disparity in the implementation of the artifact path feature between this project and TestNG Foundation. This release resolve the disparity, using the default artifact path of the base class as the root folder and specific artifact types appending their resource folder names to that. This change required converting ArtifactType from an interface to an abstract base class.