[SP] e2e tests for SAML/LDAP (#19182)

* [SP] e2e tests for SAML/LDAP

* [server-pro] tests: prefetch ldap and saml docker images

---------

Co-authored-by: Jakob Ackermann <jakob.ackermann@overleaf.com>
GitOrigin-RevId: 64298df3f3941a8267a8aacd431757d21b43c75b
This commit is contained in:
Miguel Serrano
2024-07-02 08:05:14 +00:00
committed by Copybot
co-authored by Jakob Ackermann
parent fa6a178e61
commit 30a64401b2
7 changed files with 117 additions and 3 deletions
+6 -1
View File
@@ -14,7 +14,12 @@ export function startWith({
}) {
before(async function () {
Object.assign(vars, varsFn())
const cfg = JSON.stringify({ pro, version, vars, withDataDir })
const cfg = JSON.stringify({
pro,
version,
vars,
withDataDir,
})
if (lastConfig === cfg) return
this.timeout(STARTUP_TIMEOUT)