Set up testing
Description: Set up E2E testing. Determine, whether unit testing is viable and necessary for our project. If so, also set up the unit testing framework. Also integrate testing into the pipeline.
Acceptance Criteria:
- E2E testing is set up for developers.
- Unit testing is set up if deemed necessary.
- Testing is integrated into the CI/CD pipeline.