FullConfig
Source URL: https://playwright.dev/docs/api/class-fullconfig
FullConfig | Playwright
섹션 제목: “FullConfig | Playwright”testInfo.config에서 접근할 수 있고 테스트 리포터에 전달되는, 해석된 구성입니다. Playwright 구성 파일의 형식을 확인하려면 TestConfig를 참고하세요.
configFile
섹션 제목: “configFile”추가된 버전: v1.20 fullConfig.configFile
테스트 실행에 사용된 구성 파일의 경로입니다. 구성 파일을 사용하지 않은 경우 값은 빈 문자열입니다.
사용법
fullConfig.configFile타입
forbidOnly
섹션 제목: “forbidOnly”추가된 버전: v1.10 fullConfig.forbidOnly
testConfig.forbidOnly를 참고하세요.
사용법
fullConfig.forbidOnly타입
fullyParallel
섹션 제목: “fullyParallel”추가된 버전: v1.20 fullConfig.fullyParallel
testConfig.fullyParallel를 참고하세요.
사용법
fullConfig.fullyParallel타입
globalSetup
섹션 제목: “globalSetup”추가된 버전: v1.10 fullConfig.globalSetup
testConfig.globalSetup를 참고하세요.
사용법
fullConfig.globalSetup타입
globalTeardown
섹션 제목: “globalTeardown”추가된 버전: v1.10 fullConfig.globalTeardown
testConfig.globalTeardown를 참고하세요.
사용법
fullConfig.globalTeardown타입
globalTimeout
섹션 제목: “globalTimeout”추가된 버전: v1.10 fullConfig.globalTimeout
testConfig.globalTimeout를 참고하세요.
사용법
fullConfig.globalTimeout타입
grep
섹션 제목: “grep”추가된 버전: v1.10 fullConfig.grep
testConfig.grep를 참고하세요.
사용법
fullConfig.grep타입
grepInvert
섹션 제목: “grepInvert”추가된 버전: v1.10 fullConfig.grepInvert
testConfig.grepInvert를 참고하세요.
사용법
fullConfig.grepInvert타입
maxFailures
섹션 제목: “maxFailures”추가된 버전: v1.10 fullConfig.maxFailures
testConfig.maxFailures를 참고하세요.
사용법
fullConfig.maxFailures타입
metadata
섹션 제목: “metadata”추가된 버전: v1.10 fullConfig.metadata
testConfig.metadata를 참고하세요.
사용법
fullConfig.metadata타입
preserveOutput
섹션 제목: “preserveOutput”추가된 버전: v1.10 fullConfig.preserveOutput
testConfig.preserveOutput를 참고하세요.
사용법
fullConfig.preserveOutput타입
- “always” | “never” | “failures-only”
projects
섹션 제목: “projects”추가된 버전: v1.10 fullConfig.projects
해석된 프로젝트 목록입니다.
사용법
fullConfig.projects타입
quiet
섹션 제목: “quiet”추가된 버전: v1.10 fullConfig.quiet
testConfig.quiet를 참고하세요.
사용법
fullConfig.quiet타입
reportSlowTests
섹션 제목: “reportSlowTests”추가된 버전: v1.10 fullConfig.reportSlowTests
testConfig.reportSlowTests를 참고하세요.
사용법
fullConfig.reportSlowTests타입
보고할 느린 테스트 파일의 최대 개수입니다.
* `threshold` [number](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#Number_type "Number")느리다고 간주되는 테스트 파일 실행 시간(밀리초)입니다.
reporter
섹션 제목: “reporter”추가된 버전: v1.10 fullConfig.reporter
testConfig.reporter를 참고하세요.
사용법
fullConfig.reporter타입
- string | Array<Object> | “list” | “dot” | “line” | “github” | “json” | “junit” | “null” | “html”
0string
리포터 이름, 모듈 또는 파일 경로
* `1` [Object](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object "Object")리포터 옵션이 있는 경우 해당 옵션 객체
rootDir
섹션 제목: “rootDir”추가된 버전: v1.20 fullConfig.rootDir
리포터에서 사용되는 모든 상대 경로의 기준 디렉터리입니다.
사용법
fullConfig.rootDir타입
shard
섹션 제목: “shard”추가된 버전: v1.10 fullConfig.shard
testConfig.shard를 참고하세요.
사용법
fullConfig.shard타입
샤드의 총 개수입니다.
* `current` [number](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#Number_type "Number")실행할 샤드의 인덱스(1부터 시작)입니다.
tags
섹션 제목: “tags”추가된 버전: v1.57 fullConfig.tags
해석된 전역 태그입니다. testConfig.tag를 참고하세요.
사용법
fullConfig.tags타입
updateSnapshots
섹션 제목: “updateSnapshots”추가된 버전: v1.10 fullConfig.updateSnapshots
testConfig.updateSnapshots를 참고하세요.
사용법
fullConfig.updateSnapshots타입
- “all” | “changed” | “missing” | “none”
updateSourceMethod
섹션 제목: “updateSourceMethod”추가된 버전: v1.50 fullConfig.updateSourceMethod
testConfig.updateSourceMethod를 참고하세요.
사용법
fullConfig.updateSourceMethod타입
- “overwrite” | “3way” | “patch”
version
섹션 제목: “version”추가된 버전: v1.20 fullConfig.version
Playwright 버전입니다.
사용법
fullConfig.version타입
webServer
섹션 제목: “webServer”추가된 버전: v1.10 fullConfig.webServer
testConfig.webServer를 참고하세요.
사용법
fullConfig.webServer타입
workers
섹션 제목: “workers”추가된 버전: v1.10 fullConfig.workers
testConfig.workers를 참고하세요.
사용법
fullConfig.workers타입