10. Appium Installation (Allure plugin)

10. Appium Installation (Allure plugin):
1. Download allure plugin using URL: https://maven.apache.org/surefire/download.cgi 


 
2. Add environment variable and Path variables of Allure plugin to system variables.
a. Go to My PC and click on properties.
b.  Now click on advanced system settings as shown below.


c. Now click on Environment variables
d.  In System variables click on “New” button and add below in window opened.
Variable name: ALLURE_HOME
Variable value: C:\Users\xxxxx\Downloads\allure-2.7.0
And the click on the OK button.


e.  Now click on Path in System variables window.
f. New window will be opened and here add below “New” Paths.
C:\Users\xxxx\Downloads\allure-2.7.0\bin



3. Run maven project using eclipse.
4. After completion go to maven project path folder.



5. Run below command using cmd.
                                        allure serve allure-results


6. Allure Report will be shown in the form of web page as shown below.



No comments:

Post a Comment

Cypress from beginning