conjur-api
v4.5.2
Published
# Testing
Downloads
5
Readme
Conjur API for Node.js
Testing
- Install dependencies
$ npm install
- Configure gulp reporting (optional)
# To write reports to a file in xunit format
$ export TEST_REPORTER=xunit-file
$ export XUNIT_FILE=reports/report.xml
- Run jslint and tests
$ gulp