#About project A project contains autotests that cover API functionality of Petstore Swagger, especially Pet and Store entities and all request methods in it.
- Download JAVA SDK (JDK) version 8 or higher from https://www.java.com/en/download/
- Add C:\Program Files\Java\jdk1.8.0_112\bin path to your environment variables
- Download Intellij IDEA from https://www.jetbrains.com/idea/download/#section=windows
- Install IDE and create your first project
-
Download Maven and add ‘MAVEN_HOME’ and ‘M2_HOME’ Environment Variables
-
Include ‘maven/bin’ directory in ‘PATH’ variable
-
Verify maven in console Type 'mvn -version' in terminal and hit ENTER
View Serenity HTML report:
mvn serenity:aggregate
User can run autotests choosing respective ones and using 'Run' button in IDE