Skip to content

Commit

Permalink
Add junit 5
Browse files Browse the repository at this point in the history
  • Loading branch information
ia3andy committed Dec 13, 2024
1 parent 4b905ad commit 7df014a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions community-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@
<artifactId>quarkus-playwright</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-junit5</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
Expand Down

0 comments on commit 7df014a

Please sign in to comment.