rebel-l / sessionservice

A simple session service based on golang.
GNU General Public License v3.0
0 stars 0 forks source link

Run Postman Tests with Travis CI #32

Open rebel-l opened 6 years ago

rebel-l commented 6 years ago

There is a possibility to execute Postman Tests with Travic CI. Therefore we need to solve the following issues:

  1. get NodeJS on Travis CI
  2. Install newman with NPM
  3. build sessionservice with go install
  4. execute sessionservice in background
  5. execute the postman (newman) tests