Skip to content

Commit

Permalink
add changes
Browse files Browse the repository at this point in the history
  • Loading branch information
irinaBerendeeva87 committed Dec 11, 2023
1 parent ce73840 commit 68aa1f4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 0 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<aspectj.version>1.9.20.1</aspectj.version>
<allure.version>2.24.0</allure.version>
</properties>
<!-- Add allure-bom to dependency management to ensure correct versions of all the dependencies are used -->
Expand Down
4 changes: 3 additions & 1 deletion src/test/java/runner/RunTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@

@RunWith(Cucumber.class)
@CucumberOptions(
plugin = {"io.qameta.allure.cucumber7jvm.AllureCucumber7Jvm"}
features = "src/test/resources/features",
glue = "steps",
plugin = {"pretty", "io.qameta.allure.cucumber7jvm.AllureCucumber7Jvm"}
)
public class RunTest {
}
File renamed without changes.

0 comments on commit 68aa1f4

Please sign in to comment.