Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 758 Bytes

File metadata and controls

16 lines (12 loc) · 758 Bytes

tests Folder

Purpose

Automated test suites and helpers (unit, integration, and end-to-end).

Contents

  • e2e/ : Subdirectory. Contains related files/artifacts; see tests/e2e/README.md for details.
  • helpers/ : Subdirectory. Contains related files/artifacts; see tests/helpers/README.md for details.
  • integration/ : Subdirectory. Contains related files/artifacts; see tests/integration/README.md for details.
  • unit/ : Subdirectory. Contains related files/artifacts; see tests/unit/README.md for details.

Artifacts

  • No obvious generated artifacts in this directory (or artifacts are stored elsewhere).

Maintenance

  • Update this README when files are added, removed, renamed, or when the folder purpose changes significantly.