* add passwd for psql local query and add server/postgres logs for debugging

* set license for smoke tests

* fix fmt
Этот коммит содержится в:
sabril
2025-06-10 11:45:29 +08:00
коммит произвёл GitHub
родитель aac34f6db4
Коммит 5756643256
7 изменённых файлов: 66 добавлений и 40 удалений

Просмотреть файл

@@ -42,7 +42,7 @@ ${MME2E_DC_SERVER} exec -i -u "$MME2E_UID" -- playwright bash -c "cd e2e-tests/p
# Collect run results
# Documentation on the results.json file: https://playwright.dev/docs/api/class-testcase#test-case-expected-status
jq -f /dev/stdin ../playwright/results/reporter/results.json > ../playwright/results/summary.json <<EOF
jq -f /dev/stdin ../playwright/results/reporter/results.json >../playwright/results/summary.json <<EOF
{
passed: .stats.expected,
failed: .stats.unexpected,