Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 891 Bytes

CONTRIBUTING.md

File metadata and controls

34 lines (22 loc) · 891 Bytes

Contribution

Please read Auth0's contribution guidelines.

Environment setup

  • Make sure you have node and npm installed
  • Run npm install to install dependencies
  • Follow the local development steps below to get started

Local development

  • npm install: install dependencies
  • npm run start:example: starts development http server at http://localhost:3000
  • npm run test: run unit tests
  • npm run test:end-to-end: runs integration tests for examples

Testing

Adding tests

Running tests

Run unit and integration tests before opening a PR:

npm run test
npm run test:end-to-end

Also include any information about essential manual tests.