Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tests suite design #11

Open
GAndanje opened this issue Apr 2, 2024 · 0 comments
Open

Tests suite design #11

GAndanje opened this issue Apr 2, 2024 · 0 comments
Assignees
Labels
help wanted Extra attention is needed

Comments

@GAndanje
Copy link
Member

GAndanje commented Apr 2, 2024

Isolate test suite from microservices into its own directory at the root of the monorepo

  • scope the test suite by service
  • collocating test suites will help share logic, test design, test strategies and will keep the microservices clean
  • This domain model will also enforce SOC where every directory will be responsible for its core business
  • File structure could look like `tests/{service}/{unit,integration,e2e,snapshot}/{test-name}.js
@GAndanje GAndanje added the help wanted Extra attention is needed label Apr 26, 2024
@GAndanje GAndanje self-assigned this May 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant