McGill-ECSE321-Winter2020 / project-group-01

project-group-01 created by GitHub Classroom
2 stars 5 forks source link

Convert Postman integration tests to Groovy script using cURL commands #122

Closed Mat-san closed 4 years ago

Mat-san commented 4 years ago

To be able to integrate the integration test into the Gradle framework and be platform independent, we need to convert them into cURL command (possible with postman) and create checks using Groovy.

ding-ma commented 4 years ago

Don't need, we just need a way to test the end points. We will be using Newman as specified in the wiki. It allows for automatic testing which makes our life easier