Prepare E2E testing #21

Closed
opened 2025-04-21 09:35:32 +00:00 by namenlos · 0 comments
Owner

Currently the software doesn't have any kind of automated tests at all. This does not exactly bode well for the long-term stability. This issue is to prepare the infrastructure for E2E tests:

  • Set up an environment, that, starting from an empty database, runs a series of tests
  • Provide means to reset the DB between test suites
  • Provide a bunch of helpers to set up the environment for each test suite (e.g. populate the DB with test data)
  • Store test reports appropriately
  • Provide one simple example test to check that this test environment is working
Currently the software doesn't have any kind of automated tests at all. This does not exactly bode well for the long-term stability. This issue is to prepare the infrastructure for E2E tests: - Set up an environment, that, starting from an empty database, runs a series of tests - Provide means to reset the DB between test suites - Provide a bunch of helpers to set up the environment for each test suite (e.g. populate the DB with test data) - Store test reports appropriately - Provide one simple example test to check that this test environment is working
namenlos added the
testing
label 2025-04-21 09:40:23 +00:00
Sign in to join this conversation.
No description provided.