/
githubmirror
/
joomla-cms
Обзор
Документация
Войти
/
githubmirror
/
joomla-cms
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
5.4-dev
tests/System/support/index.js
13 строк
237 B
Allon Moritz
[5.3] Does check the server error logs in system tests (#45409)
30 апр 2025, 09:27
Не верифицирован
30 апр 2025, 09:27
74e625d
Код
Авторство
О чём код?
import('./commands.mjs'); import('joomla-cypress'); before(() => { cy.task('startMailServer'); cy.task('clearLogs'); }); afterEach(() => { cy.checkForPhpNoticesOrWarnings(); cy.task('checkForLogs'); cy.task('cleanupDB'); });