Skip to content

Commit

Permalink
#294 - Fixed testng configuration file
Browse files Browse the repository at this point in the history
  • Loading branch information
starnowski committed Aug 18, 2024
1 parent 27eded5 commit 5f02b83
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
<version>2.22.1</version>
<configuration>
<suiteXmlFiles>
<suiteXmlFile>src/test/resources/testng.xml</suiteXmlFile>
<suiteXmlFile>${project.parent.basedir}/configuration-yaml-interpreter-functional-tests-core/src/main/resources/testng.xml</suiteXmlFile>
</suiteXmlFiles>
</configuration>
</plugin>
Expand Down

0 comments on commit 5f02b83

Please sign in to comment.