It can use to upload and run your Test Automation suite schedule them and save its result.
This REST application has features like On Demand execution of Test cases Schedule execution of Test cases Group of Test case and execution or scheduling them Reports of the executed Test cases in HTML,PDF & Excel format
Steps for starting the project
App. en. : JDK1.8+ or JRE 1.8+ Database : MySql Server 5.7+ Browser : Mozilla firefox , Chrome OS : Windows, Linux Set JAVA_HOME and java should be executable command
Copy the jar file & the application.properties file
Refer to application.properties for updating the DB + Application related configurations Refer to the prop description above it.
java -jar -Dspring.config.location=/application.properties /TestAutomation-0.0.1-SNAPSHOT.jar
Start the browser open below URL http://://ui/login.html hostname - machine's hostname port - configrable in application's prop file application name - Configurable in application's app file
NA
Add additional notes about how to deploy this on a live system
- Maven - Dependency Management mvn clean install
- You will get all front end code in \webserver1\src\main\resources\static\ui\ this folder
-
Yogesh C. - *Front end code *
-
Deepak S. - Back end code
NA
- Copy the jar webserver1-0.0.1-SNAPSHOT.jar to any location
- Copy the /Users/amrutashingavi/eclipse-workspace/properties/application.properties
- Change the spring.datasource section in the application.properties file to point to the right mysql
- Set the default system path properties. Purpose of each and every properties is in the comment above it.
- Start the mysql server
- import my dump file
- Start the application server using below command java -jar -Dspring.config.location=/application.properties /webserver1-0.0.1-SNAPSHOT.jar