Incremental Deliverable 1 Smoke Tests - SeoulSKY/safe-zone-system GitHub Wiki

Current Smoke Tests

  • Building the docker containers
    • If the docker contains are unable to be built, the they won't be able to be run and the system won't be able to fully run.

Planned Smoke Tests

  • Running docker compose
    • Docker compose is how we are going to be running our complete system. If any of the containers fail on startup then all the tests won't be able to run.
  • Having selenium create user accounts with keycloak
    • Without users being able to create accounts, they can't use the software.
  • Having selenium login with keycloak
    • Without users being able to authenticate, they can't use the software.