/
githubmirror
/
ionic-framework
Обзор
Документация
Войти
/
githubmirror
/
ionic-framework
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/react-router/test/base/cypress.config.ts
21 строка
689 B
Liam DeBeasi
test(react-router): migrate to builder architecture (#26961)
18 мар 2023, 00:13
Не верифицирован
18 мар 2023, 00:13
115f2b5
Код
Авторство
О чём код?
import { defineConfig } from 'cypress'; export default defineConfig({ video: false, pageLoadTimeout: 6000000000, screenshotOnRunFailure: false, defaultCommandTimeout: 10000, fixturesFolder: 'tests/e2e/fixtures', screenshotsFolder: 'tests/e2e/screenshots', videosFolder: 'tests/e2e/videos', e2e: { // We've imported your old cypress plugins here. // You may want to clean this up later by importing these. setupNodeEvents(on, config) { return require('./tests/e2e/plugins/index.js')(on, config) }, baseUrl: "http://localhost:3000", specPattern: 'tests/e2e/specs/**/*.cy.{js,jsx,ts,tsx}', supportFile: 'tests/e2e/support/index.js', }, })