Skip to content

Commit 175bfda

Browse files
committed
fixed README.md
1 parent 975e834 commit 175bfda

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ b) Pull this repo to your local machine, make a jar by running **`mvn package`**
2626
@BeforeSuite(alwaysRun = true)
2727
public void beforeSuiteSetUp() {
2828
// Instantiate a map with your needed Environment values
29+
2930
Map<String, String> envData = new HashMap<>();
3031
envData.put("Base URL", "https://google.com/");
3132
envData.put("User", "Admin");
@@ -37,7 +38,8 @@ b) Pull this repo to your local machine, make a jar by running **`mvn package`**
3738
AllureEnv.createAllureEnvironmentFile(envData);
3839
3940
/*
40-
If your /allure-results is in custom directory – just pass one more parameter with customPath to your /allure-results directory
41+
If your /allure-results is in custom directory – just pass one more parameter
42+
with customPath to your /allure-results directory
4143
*/
4244
AllureEnv.createAllureEnvironmentFile(envData, "/");
4345
@@ -48,4 +50,5 @@ b) Pull this repo to your local machine, make a jar by running **`mvn package`**
4850
2. Now you're all set to run your suite.
4951

5052
3. Once suite is finished, generate allure report and take a look on the **Environment** section:
51-
![Allure Report Results](https://ibb.co/3djVmcp)
53+
54+
![Allure Report Results](https://i.ibb.co/RbstTc3/Allure-Environment-Creator.png)

0 commit comments

Comments
 (0)