greenlight
greenlight copied to clipboard
V3: Automated tests
Is your feature request related to a problem? Please describe.
There already seem to be some Unit Tests in the spec/
folder. But as far as I've seen, there are none to test the actual deployment.
Describe the solution you'd like I could imagine that the following could be tested automatically:
- Does the application server start up?
- Does the application responds with 200 to some important URLs?
- Do some essential workflows (e.g. viewing the home page, register a user, create a room, join a room) work in an actual browser (e.g. Selenium tests).
See #5409 which prevents the current release to start up at all.
See #5437 which prevented the release to start up.
See #5703 which makes Greenlight 3 unusable.
It would be really nice to have some tests in the CI/CD. Maybe blindside networks could add a basic Hello World test and the community could add further tests?