greenlight icon indicating copy to clipboard operation
greenlight copied to clipboard

V3: Automated tests

Open debuglevel opened this issue 2 years ago • 4 comments

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).

debuglevel avatar Nov 23 '22 09:11 debuglevel

See #5409 which prevents the current release to start up at all.

debuglevel avatar Sep 14 '23 08:09 debuglevel

See #5437 which prevented the release to start up.

debuglevel avatar Oct 04 '23 14:10 debuglevel

See #5703 which makes Greenlight 3 unusable.

debuglevel avatar Feb 04 '24 22:02 debuglevel

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?

debuglevel avatar Feb 10 '24 10:02 debuglevel