Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parse TAP results from pgtap #39

Open
rngadam opened this issue Jul 22, 2018 · 0 comments
Open

Parse TAP results from pgtap #39

rngadam opened this issue Jul 22, 2018 · 0 comments

Comments

@rngadam
Copy link
Member

rngadam commented Jul 22, 2018

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant