Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 463 Bytes

DevelopmentTests.md

File metadata and controls

10 lines (8 loc) · 463 Bytes

This folder contains test which are real-time.

Following are the steps to run the tests in the test/development folder.

  1. Rename the secrets.sample.ts to secrets.ts
  2. Go to Graph Explorer.
  3. Login with the account you want to use to run the unit tests.
  4. Click on the Access token tab option to get an access token.
  5. Copy the access token and put it into the secrets.ts file and save.
  6. Run the script npm run test:development.