/
githubmirror
/
angular
Обзор
Документация
Войти
/
githubmirror
/
angular
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v21.2.17
devtools/cypress/cypress.config.js
16 строк
442 B
AleksanderBodurri
test(devtools): bump cypress timeout to 10 seconds (#62726)
21 июл 2025, 23:35
21 июл 2025, 23:35
d0cf8fc
Код
Авторство
О чём код?
/** * @license * Copyright Google LLC All Rights Reserved. * * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://angular.dev/license */ module.exports = { defaultCommandTimeout: 10000, // Increase the default command timeout to 10 seconds e2e: { specPattern: 'integration/*.e2e.js', supportFile: 'support/index.js', baseUrl: 'http://localhost:4200', }, };