/
githubmirror
/
angular
Обзор
Документация
Войти
/
githubmirror
/
angular
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
devtools/cypress/cypress.config.js
17 строк
466 B
Georgi Serev
refactor(devtools): add static nodes for html-only block content in the component tree
11 июл 2026, 00:27
Не верифицирован
11 июл 2026, 00:27
f48d276
Код
Авторство
О чём код?
/** * @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 viewportHeight: 2160, e2e: { specPattern: 'integration/*.e2e.js', supportFile: 'support/index.js', baseUrl: 'http://localhost:4200', }, };