Skip to content

Latest commit

 

History

History
53 lines (36 loc) · 2.63 KB

README.md

File metadata and controls

53 lines (36 loc) · 2.63 KB

CI

ms-test--factoriaf5-testing

🏫 Testing Workshop for Factoria F5

Sample used in Adevinta Spain's Factoria F5 masterclasses

Develop

Review the implementation:

Review the unit tests:

Review the integration test:

Run

./gradlew bootRun

And open http://localhost:8000/fibonacci/10 in a browser or execute:

curl http://localhost:8000/fibonacci/10

Test

./gradlew test

Integration Test

./gradlew integrationTest

Tools