coderbunker / timesheet-backend

Timesheet Datawarehouse backend
MIT License
1 stars 0 forks source link

Parse TAP results from pgtap #39

Open rngadam opened 6 years ago

rngadam commented 6 years ago

app.json currently has the necessary stanzas to setup and run the tests:

      "scripts": {
        "test-setup": "./heroku-test-setup.sh",
        "test": "./test.sh $DATABASE_URL"
      }

pgtap runs and outputs TAP compatible output but only the exit code is considered for now.

these should be properly parsed by the Heroku CI

see: https://devcenter.heroku.com/articles/testpack-api