Skip to content

Updated testing directories and file names

Bennett Lewis requested to merge feature/testing-dir into develop

Created by: lecegues

Patch:

  • Removed .env by adding to .gitignore

Scripts:

  • 'npm run unit-test': runs all unit tests
  • 'npm run integ-test': runs all integration tests

File Changes:

  • all unit tests must end with ".unit.test"
  • all integration tests must end with ".integ.test"
  • e2e directory changed to /testing directory
    • holds all system-wide tests (e2e, system, load, performance)

Merge request reports

Loading