Skip to content

Commit

Permalink
Added more on tests completing in a reasonable time
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronrussellHO committed Dec 7, 2023
1 parent bec6f1a commit 51086c4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/standards/testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ Tests such as unit/integration tests should complete in a reasonable time to hel

Other tests such as soak that don't block deployments can be completed in a greater length of time.

If tests completion time significantly increases when a code change is made, then a test should be treated as a failing test.

### You MUST use automated security testing

Automated security testing can help understand where your code may have any security issues. These tests should be be ran as part of your pipelines to help identify issues and block the deployment of insecure code.
Expand Down

0 comments on commit 51086c4

Please sign in to comment.