CLD-5699 Preliminary fixes (#25040)
* Rework some of PR24647 * Store MM_LICENSE to .env.server file * Remove legacy network setup * Fixes, generate docker-compose and env files in one place * Simplify templating mechanism for server.yml * Fix race condition for dashboard start * Fix websockets for local debugging * Fix: make webhook-interaction work again * Simplify and fix dashboard&cloud configuration, formatting fix --------- Co-authored-by: Mattermost Build <build@mattermost.com>
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
b0bf5d0765
Коммит
42b3ef0238
22
e2e-tests/.ci/server.run_test.sh
Исполняемый файл
22
e2e-tests/.ci/server.run_test.sh
Исполняемый файл
@@ -0,0 +1,22 @@
|
||||
#!/bin/bash
|
||||
set -e -u -o pipefail
|
||||
cd "$(dirname "$0")"
|
||||
. .e2erc
|
||||
|
||||
case $TEST in
|
||||
cypress)
|
||||
./server.run_cypress.sh
|
||||
;;
|
||||
playwright)
|
||||
./server.run_playwright.sh
|
||||
;;
|
||||
none)
|
||||
mme2e_log "Running with TEST=$TEST. No tests to run."
|
||||
exit 0
|
||||
;;
|
||||
*)
|
||||
mme2e_log "Error, unsupported value for TEST: $TEST" >&2
|
||||
mme2e_log "Aborting" >&2
|
||||
exit 1
|
||||
;;
|
||||
esac
|
||||
Ссылка в новой задаче
Block a user