You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We currently have the default Unit / Integration testing setup with the Karma (angular default). This also runs the tests in CI.
We want to decide if we use the default Angular E2E test setup (Protractor) or if we setup E2E tests with Cypress, or another solution?
Expected
create the E2E test setup and a few sample tests
the E2E tests should spin up the environment with docker-compose and then run the tests. Keycloak and the BE API are not mocked in those tests.
The text was updated successfully, but these errors were encountered:
A better approach would be to have the backend (Keyclaok & Sormas Rest) - on a Dev Server. In this case we don't have to wait a long time until the E2E test setup would spin an environment with all the necessary BE components.
Current situation
We currently have the default Unit / Integration testing setup with the Karma (angular default). This also runs the tests in CI.
We want to decide if we use the default Angular E2E test setup (Protractor) or if we setup E2E tests with Cypress, or another solution?
Expected
docker-compose
and then run the tests. Keycloak and the BE API are not mocked in those tests.The text was updated successfully, but these errors were encountered: