Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 frammework

To 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.