Skip to content

Commit

Permalink
add principles
Browse files Browse the repository at this point in the history
  • Loading branch information
theosanderson committed Nov 4, 2024
1 parent 34a0c6b commit e8da5fe
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions integration-tests/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Integration tests

These are tests of the full Loculus system, following sequences through submission to preprocessing to release.

## Principles

Here are some current guiding principles for these tests:
- Only use facilities users could use (primarily browser interaction), rather than setting things up with backend calls. This makes it easy for others to understand the tests because they can follow them in the browser.
- All tests should be able to run in parallel. Mostly this can be carried out by creating a separate user/group for each test.

0 comments on commit e8da5fe

Please sign in to comment.