Skip to content

Commit

Permalink
TECH: Fix code gen test
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikitae57 committed Dec 24, 2024
1 parent d4a6840 commit b7879e6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class CodeGenTest(

@Test
fun checkCodeGen() {
val jarFile = File("build/libs/page-object-code-gen.jar")
val jarFile = File("../artifacts/page-object-code-gen.jar")
val inputFile = File("src/test/resources/$inputPath")
Runtime.getRuntime().exec("java -jar $jarFile $inputFile $className $outputDirectory")
Thread.sleep(15000)
Expand Down

0 comments on commit b7879e6

Please sign in to comment.