AdminGui - e2e tests
- From now, it is possible to run e2e test for the admin-gui.
- To do so, one has to run the
perun-rpc
locally on port 8081, and there has to be aperun
user with thetest
password. - Also, some old dependencies were removed.
- Created
README.md
file in theadmin-gui-e2e
app with the description of how to run the e2e tests. - Some values in the
defaultConfig.json
file contained the configuration of oidc_client from the devel instance. However, we should avoid this. These values were removed or replaced by neutral values.