1.Bug report 2.API description 3.Automation project (JaspersoftAutomationLocal)
- install java 8
- install maven 3.6.3
- Set MAVEN_HOME and JAVA_HOME variables
- If you use linux or mac to run these tests make sure you give rights (sudo chmod 777) tot he drivers folder:$\JaspersoftAutomationLocal\Drivers
- Clone the repo
- Navigate to the folder: $\JaspersoftAutomationLocal
- Note that by default the Operative system is windows and the browser is chrome, below command is to run tests in chrome and using windows
- Run command: mvn clean
- Run command: mvn -Dbrowser=chrome -Dos=windows --fail-at-end clean test
- For the above command you could alsoe use: -Dos (windows or linux or mac) -Dbrowser (chrome or firefox) note all should be in lowercase
- You can check for results in terminal or you could also check a html report at: $\JaspersoftAutomationLocal\target\surefire-reports\Jasper_Tests_Report.html