Advertisement
Guest User

Untitled

a guest
Jun 26th, 2019
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. {
  2. "name": "poc-mocha-chai",
  3. "version": "1.0.0",
  4. "description": "POC API Testing Framework with Mocha and Chai",
  5. "main": "index.js",
  6. "scripts": {
  7. "test-api": "./node_modules/mocha/bin/mocha ./api/test --recursive --reporter mochawesome --reporter-options reportDir=reports/mochawesome/ --timeout 180000",
  8. "reports": "open 'reports/mochawesome/mochawesome.html'"
  9. },
  10. "author": "Fadly Mahendra",
  11. "dependencies": {
  12. "chai": "^4.1.2",
  13. "dotenv": "^7.0.0",
  14. "mocha": "^5.2.0",
  15. "mochawesome": "^3.0.2",
  16. "supertest": "^3.1.0"
  17. }
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement