1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-28 15:22:05 +03:00

Add a cypress test for SSO login (#11401)

* Allow `startHomeserver` to take an options object

... so that we can add more options

* Add a Cypress test for SSO login
This commit is contained in:
Richard van der Hoff
2023-08-14 12:08:12 +01:00
committed by GitHub
parent 6f455217d1
commit f65c6726c9
11 changed files with 574 additions and 19 deletions

View File

@ -25,6 +25,7 @@ import { slidingSyncProxyDocker } from "./sliding-sync";
import { webserver } from "./webserver";
import { docker } from "./docker";
import { log } from "./log";
import { oAuthServer } from "./oauth_server";
/**
* @type {Cypress.PluginConfig}
@ -35,6 +36,7 @@ export default function (on: PluginEvents, config: PluginConfigOptions) {
dendriteDocker(on, config);
slidingSyncProxyDocker(on, config);
webserver(on, config);
oAuthServer(on, config);
log(on, config);
installLogsPrinter(on, {
// printLogsToConsole: "always",