Hello engineers, I added tests to the project. I considered Playwright and Cypress. After some thought, I went with Playwright—it has many more downloads recently. I added: - a tests directory in the monorepo, - Playwright config, - Dockerfile for the tests, - Dockerfile for the client, - .dockerignore files, - a run script for the test container, - a few "hello world" tests :) GitLab link for reference: LINK