nodejs-driver/docs/RUNNINGTESTS.md at develop · tarasmatsyuk/nodejs-driver

Skip to content

Navigation Menu

Sign in

Appearance settings

Latest commit

File metadata and controls

7 lines (6 loc) · 293 Bytes

Running Tests

  • After going through the Setup steps:
  • Edit test/configurations.ts
    • Modify the '{ "host": "<hostname>", "user": "<username>", "password": "<password>" }' with correct connection parameters
  • Run the Node.js Javascript test files:
    • npm run test