Skip to content

Commit

Permalink
docs: update bullet on testing
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrunton committed Jun 10, 2023
1 parent 176bf47 commit 33016bb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@
This project is an exercise in developing good clean architecture and CI/CD practices. It includes (or will include):

* Infrastructure as Code with [Pulumi](https://www.pulumi.com/), including automatic provisioning of preview environments for each PR.
* CI including linting, unit and integration tests.
* CI including linting, unit, integration and mutation tests.
* [ ] TODO: Eventually end to end tests with Playwright.
* [ ] TODO: Add mutation tests for API.
* A clean architecture, including dependency inversion enforced through linting rules with [eslint-plugin-boundaries](https://github.com/javierbrea/eslint-plugin-boundaries).
* Continuous delivery practices, including automatic deployments to staging and production environments.
* [ ] TODO: Automatic dependency updates (including automerging for minor version changes) with Renovate.
Expand Down

0 comments on commit 33016bb

Please sign in to comment.