Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/johnnymarquez/automated-testing-junit-jmeter-postman-selenium
Automated Jenkins pipeline with Java-Spring microservice. Developed with JUnit, JMeter load tests, Postman collection and Selenium Chrome Driver.
https://github.com/johnnymarquez/automated-testing-junit-jmeter-postman-selenium
java jenkins jmeter junit postman selenium spring-boot
Last synced: 28 days ago
JSON representation
Automated Jenkins pipeline with Java-Spring microservice. Developed with JUnit, JMeter load tests, Postman collection and Selenium Chrome Driver.
- Host: GitHub
- URL: https://github.com/johnnymarquez/automated-testing-junit-jmeter-postman-selenium
- Owner: johnnymarquez
- Created: 2022-12-31T13:29:29.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-31T13:30:23.000Z (almost 2 years ago)
- Last Synced: 2024-03-16T02:25:57.879Z (10 months ago)
- Topics: java, jenkins, jmeter, junit, postman, selenium, spring-boot
- Language: Java
- Homepage:
- Size: 6.12 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Testing Automated Pipeline with JUnit, JMeter, Postman and Selenium.
### Automated Jenkins pipeline with Java-Spring microservice. Developed with JUnit, JMeter load tests, Postman collection and Selenium Chrome Driver.
## Prerequisites:
* NodeJs: https://nodejs.org/es/download/
* Newman: npm install -g newman
* Htmlextra: npm install -g newman-reporter-htmlextra## Windows
### Compile Code
* ./mvnw.cmd clean compile -e### Jar Code
* ./mvnw.cmd clean package -e### Run Jar
* Local: ./mvnw.cmd spring-boot:run
* Background: start mvnw.cmd spring-boot:run### Test Code & JMeter & Selenium Driver
* ./mvnw.cmd verify -Pperformance### Testing Application
* Abrir navegador: http://localhost:8080/## Linux
### Compile Code
* ./mvnw clean compile -e### Jar Code
* ./mvnw clean package -e### Run Jar
* Local: ./mvnw spring-boot:run
* Background: nohup bash mvnw spring-boot:run &### Test Code & JMeter & Selenium Driver
* ./mvnw.cmd verify -Pperformance### Testing Application
* Abrir navegador: http://localhost:8080/Project developed in collaboration with [Grupo3-DevOpsUsach](https://github.com/Grupo3-Devops-Usach/TrabajoFinalM4SWD).