/
githubmirror
/
next.js
Обзор
Документация
Войти
/
githubmirror
/
next.js
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
canary
test/e2e/next-test/basic-example/playwright.config.js
13 строк
225 B
Ethan Arrowood
Add `next experimental-test` command (#64352)
24 апр 2024, 22:21
Не верифицирован
24 апр 2024, 22:21
32dcec7
Код
Авторство
О чём код?
const { devices, defineConfig, } = require('next/experimental/testmode/playwright') module.exports = defineConfig({ projects: [ { name: 'chromium', use: { ...devices['Desktop Chrome'] }, }, ], })