Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vsilverman/tripactions-springboot-tests
Demo repo to show how to test TripActions site from springboot framework
https://github.com/vsilverman/tripactions-springboot-tests
Last synced: 27 days ago
JSON representation
Demo repo to show how to test TripActions site from springboot framework
- Host: GitHub
- URL: https://github.com/vsilverman/tripactions-springboot-tests
- Owner: vsilverman
- Created: 2018-03-15T17:17:37.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-15T18:40:28.000Z (almost 7 years ago)
- Last Synced: 2024-10-30T00:49:21.837Z (3 months ago)
- Language: Java
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tripactions-springboot-tests
This is the demo repo to show how to test TripActions site - https://tripactions.com - from springboot framework
To build the tests use the following command:
"mvn clean package"
After completing this command you should have all executable code created under "target" foder
Verify that the file "demo-0.0.1-SNAPSHOT.jar" was created successfully.To start testing TripActions site from java do:
"java -jar target\demo-0.0.1-SNAPSHOT.jar"
This will perform TripActions tests under springboot frammeworkTo start testing TripActions site from maven do:
"mvn test"
This will integrate above TripActions tests with JUnit and "maven-surefire-plugin".
After executing this command you will be able to see the generated tests reports.