Skip to content

Commit

Permalink
code refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
irinaBerendeeva87 committed Dec 11, 2023
1 parent 7dc9679 commit 8c7a72c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 🚀WikipediaAutotestsJavaCucumber🚀
## 🚀WikipediaAutotestsJavaCucumber🚀

Java Project with Cucumber, JUnit, and Allure

Expand Down Expand Up @@ -45,7 +45,8 @@ gh repo clone irinaBerendeeva87/WikipediaAutotestsJavaCucumber
### Running Tests
Using Maven

mvn clean test
`mvn clean test`


### Using RunTest.java
To run tests using the RunTest.java class, follow these steps:
Expand All @@ -55,5 +56,5 @@ Open the src/test/java/runner/RunTest.java file.
Right-click on the file and choose "Run" to execute the tests

### Generating Allure Report
mvn allure:serve
`mvn allure:serve`

0 comments on commit 8c7a72c

Please sign in to comment.