close
logo
Rstest
指南
配置
API
English
简体中文
指南
配置
API
English
简体中文
logo
Rstest
Overview

Test Configurations

include
exclude
includeSource
globals
setupFiles
testEnvironment
testNamePattern
testTimeout
retry
root
name
isolate
pool
passWithNoTests
printConsoleTrace
onConsoleLog
disableConsoleIntercept
update
clearMocks
resetMocks
restoreMocks
unstubEnvs
unstubGlobals
maxConcurrency
slowTestThreshold

Build Configurations

plugins
source
output
resolve
tools
dev
performance

#maxConcurrency

  • 类型: number
  • 默认值: 5

使用 test.concurrent 或 describe.concurrent 时允许同时运行的最大测试用例数量。

超过此限制数量的测试将在前序测试完成后排队运行。

📝 在 GitHub 上编辑此页
上一页unstubGlobals
下一页slowTestThreshold