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

Current Smoke Tests

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

In progress

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

Planned Smoke Tests

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