Skip to content

Commit

Permalink
tests is running and failing
Browse files Browse the repository at this point in the history
  • Loading branch information
QubitPi committed Apr 17, 2024
1 parent ad23f40 commit 3493635
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
*/
@Suite
@IncludeEngines("cucumber")
@SelectClasspathResource("com/qubitpi/athena/test/acceptance/")
@SelectClasspathResource("io/github/qubitpi/athena/test/acceptance/")
@ConfigurationParameter(key = PLUGIN_PROPERTY_NAME, value = "pretty")
public class RunCucumberTest {

Expand Down
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -516,6 +516,7 @@
</systemPropertyVariables>
<includes>
<include>%regex[.*Spec.*]</include>
<include>**/RunCucumberTest*.java</include>
</includes>
<excludes>
<exclude>%regex[.*ITSpec.*]</exclude>
Expand Down

0 comments on commit 3493635

Please sign in to comment.