pactum-ticket Api testing exercise written with PactumJS. Running Tests Start application and any dependencies. Ensure test values are correct in .env Install test dependecies: npm install Run tests: export $(grep -v '^#' .env | xargs) npm run test