betexcr/Playwright-self-healing
Explore parsed files, symbols, dependencies, and routes. No embeddings or AI features are used in this view.
Files
26
Symbols
140
Dependencies
1183
Routes
0
Graph nodes
339
Graph relationships
554
Chunks
170
Chunked files
30
Embedded chunks
116
Stale embeddings
0
Repository-aware assistant
Ctrl+Enter to send
Ask a repository question to run the orchestration pipeline.
Hybrid retrieval preview
Ctrl+Enter to run
Model: text-embedding-3-small · Hybrid retrieval combines graph, symbol, metadata, keyword, and vector signals.
Run a query to inspect the retrieval plan, ranking, and selected chunks.
Repository tree
src/ai/prompts.ts
typescript
src/ai/providers/anthropic.ts
typescript
src/ai/providers/openai.ts
typescript
src/ai/rewriter.ts
typescript
src/analyzer/failure-classifier.ts
typescript
src/cli.ts
typescript
src/config.ts
typescript
src/context/collector.ts
typescript
src/context/dom-snapshot.ts
typescript
src/context/network-log.ts
typescript
src/index.ts
typescript
src/plugin/fixture.ts
typescript
src/plugin/reporter.ts
typescript
src/reporter/report.ts
typescript
src/runner/test-runner.ts
typescript
src/types.ts
typescript
src/validator/validator.ts
typescript
tests/config.test.ts
typescript
tests/dom-snapshot.test.ts
typescript
tests/failure-classifier.test.ts
typescript
tests/helpers.ts
typescript
tests/network-log.test.ts
typescript
tests/prompts.test.ts
typescript
tests/report.test.ts
typescript
tests/rewriter.test.ts
typescript
vitest.config.ts
typescript
Symbols
API_PATTERNS
src/analyzer/failure-classifier.ts:14
ASSERTION_PATTERNS
src/analyzer/failure-classifier.ts:31
ASSERTION_PATTERNS
src/analyzer/failure-classifier.ts:31
AUTOFIX_DIR
src/runner/test-runner.ts:19
AnthropicProvider
src/ai/providers/anthropic.ts:3
AutofixConfig
src/types.ts:46
AutofixData
src/plugin/fixture.ts:5
AutofixReporter
src/plugin/reporter.ts:30
CONFIG_FILES
src/config.ts:4
CONTEXT_DIR
src/context/collector.ts:7
CONTEXT_DIR
src/plugin/fixture.ts:10
CapturedContext
src/context/collector.ts:9
DEFAULT_CONFIG
src/types.ts:61
FAILURE_TYPE_GUIDANCE
src/ai/prompts.ts:28
FLOW_PATTERNS
src/analyzer/failure-classifier.ts:22
FailureContext
src/types.ts:20
FixResult
src/types.ts:35
LLMProvider
src/types.ts:75
NetworkEntry
src/types.ts:8
OpenAIProvider
src/ai/providers/openai.ts:3
REPORT_DIR
src/plugin/reporter.ts:28
SELECTOR_PATTERNS
src/analyzer/failure-classifier.ts:2
SKIP_TYPES
src/context/network-log.ts:11
SYSTEM_PROMPT
src/ai/prompts.ts:2
TEMP_DIR
src/validator/validator.ts:8
TMP_DIR
tests/config.test.ts:6
TMP_DIR
tests/config.test.ts:6
TestFailureReport
src/plugin/reporter.ts:11
ValidationResult
src/validator/validator.ts:10
attachNetworkRecorder
src/plugin/fixture.ts:12
attachments
src/plugin/reporter.ts:44
autofixFixture
src/plugin/fixture.ts:103
buildPrompt
src/ai/prompts.ts:57
captureOnFailure
src/plugin/fixture.ts:53
classifyFailure
src/analyzer/failure-classifier.ts:111
cleanAutofixDir
src/runner/test-runner.ts:21
collectFailureContext
src/context/collector.ts:49
config
tests/config.test.ts:21
config
tests/config.test.ts:32
config
tests/config.test.ts:46
config
tests/config.test.ts:55
config
tests/config.test.ts:61
constructor
src/ai/providers/anthropic.ts:7
constructor
src/ai/providers/openai.ts:7
createProvider
src/ai/rewriter.ts:5
ctx
tests/failure-classifier.test.ts:104
ctx
tests/failure-classifier.test.ts:120
ctx
tests/failure-classifier.test.ts:127
ctx
tests/failure-classifier.test.ts:135
ctx
tests/failure-classifier.test.ts:161
ctx
tests/failure-classifier.test.ts:169
ctx
tests/failure-classifier.test.ts:193
ctx
tests/failure-classifier.test.ts:203
ctx
tests/failure-classifier.test.ts:211
ctx
tests/failure-classifier.test.ts:219
ctx
tests/failure-classifier.test.ts:227
ctx
tests/failure-classifier.test.ts:237
ctx
tests/failure-classifier.test.ts:244
ctx
tests/failure-classifier.test.ts:251
ctx
tests/failure-classifier.test.ts:258
ctx
tests/failure-classifier.test.ts:267
ctx
tests/failure-classifier.test.ts:274
ctx
tests/failure-classifier.test.ts:281
ctx
tests/failure-classifier.test.ts:288
ctx
tests/failure-classifier.test.ts:295
ctx
tests/failure-classifier.test.ts:304
ctx
tests/failure-classifier.test.ts:313
ctx
tests/prompts.test.ts:40
ctx
tests/rewriter.test.ts:95
diff
tests/report.test.ts:25
diff
tests/report.test.ts:35
diff
tests/report.test.ts:46
domLower
src/analyzer/failure-classifier.ts:107
entries
tests/network-log.test.ts:34
entries
src/ai/prompts.ts:17
entry
src/plugin/fixture.ts:32
errorLine
tests/report.test.ts:108
errors
src/context/network-log.ts:14
extractFailures
src/runner/test-runner.ts:111
extractSelectorHints
src/analyzer/failure-classifier.ts:60
failed
src/reporter/report.ts:34
fixSingleTest
src/runner/test-runner.ts:151
fixed
src/reporter/report.ts:33
formatDiff
src/reporter/report.ts:4
formatNetworkLog
src/ai/prompts.ts:14
hasApiErrors
src/analyzer/failure-classifier.ts:48
hints
tests/failure-classifier.test.ts:11
hints
tests/failure-classifier.test.ts:16
hints
tests/failure-classifier.test.ts:21
hints
tests/failure-classifier.test.ts:29
hints
tests/failure-classifier.test.ts:34
hints
tests/failure-classifier.test.ts:39
hints
tests/failure-classifier.test.ts:44
hints
tests/failure-classifier.test.ts:49
hints
tests/failure-classifier.test.ts:54
isElementPresentInDom
src/analyzer/failure-classifier.ts:102
lines
tests/prompts.test.ts:107
loadCapturedContextForTest
src/context/collector.ts:18
loadConfig
src/config.ts:6
makeFailureContext
tests/helpers.ts:19
makeFixResult
tests/report.test.ts:4
makeNetworkEntry
tests/helpers.ts:2
match
src/context/collector.ts:31
matchesAny
src/analyzer/failure-classifier.ts:44
name
src/analyzer/failure-classifier.ts:90
output
tests/report.test.ts:63
output
tests/report.test.ts:76
output
tests/report.test.ts:84
output
tests/report.test.ts:93
patch
src/reporter/report.ts:6
printSummary
src/reporter/report.ts:31
program
src/cli.ts:7
provider
tests/rewriter.test.ts:37
provider
tests/rewriter.test.ts:48
raw
tests/rewriter.test.ts:108
readTestSource
src/context/collector.ts:41
relevant
src/context/network-log.ts:12
rest
src/context/network-log.ts:16
result
tests/dom-snapshot.test.ts:11
result
tests/dom-snapshot.test.ts:20
result
tests/dom-snapshot.test.ts:28
result
tests/dom-snapshot.test.ts:36
result
tests/dom-snapshot.test.ts:42
result
tests/dom-snapshot.test.ts:49
result
tests/network-log.test.ts:59
result
tests/network-log.test.ts:29
result
tests/network-log.test.ts:37
result
tests/network-log.test.ts:44
result
tests/network-log.test.ts:50
result
tests/rewriter.test.ts:60
result
tests/rewriter.test.ts:72
rewriteTest
src/ai/rewriter.ts:38
runAutofix
src/runner/test-runner.ts:237
runPlaywrightTests
src/runner/test-runner.ts:30
runPlaywrightWithBuiltinCapture
src/runner/test-runner.ts:64
selected
src/context/network-log.ts:17
stripMarkdownFences
src/ai/rewriter.ts:25
trimDomSnapshot
src/context/dom-snapshot.ts:5
trimNetworkLog
src/context/network-log.ts:7
validateRewrittenTest
src/validator/validator.ts:17
Dependencies
src/ai/prompts.ts
import -> ../types.js
src/ai/prompts.ts
call -> Attempt
src/ai/prompts.ts
call -> Snapshot
src/ai/prompts.ts
call -> Source
src/ai/prompts.ts
call -> Trace
src/ai/prompts.ts
call -> behavior
src/ai/prompts.ts
export -> buildPrompt
src/ai/prompts.ts
call -> element
src/ai/prompts.ts
call -> formatNetworkLog
src/ai/prompts.ts
call -> join
src/ai/prompts.ts
call -> join
src/ai/prompts.ts
call -> join
src/ai/prompts.ts
call -> join
src/ai/prompts.ts
call -> map
src/ai/prompts.ts
call -> push
src/ai/prompts.ts
call -> push
src/ai/prompts.ts
call -> push
src/ai/prompts.ts
call -> push
src/ai/prompts.ts
call -> push
src/ai/prompts.ts
call -> push
src/ai/prompts.ts
call -> push
src/ai/prompts.ts
call -> push
src/ai/prompts.ts
call -> push
src/ai/prompts.ts
call -> push
src/ai/prompts.ts
call -> push
src/ai/prompts.ts
call -> skip
src/ai/prompts.ts
call -> slice
src/ai/prompts.ts
call -> slice
src/ai/prompts.ts
call -> split
src/ai/prompts.ts
call -> steps
src/ai/providers/anthropic.ts
import -> ../../types.js
src/ai/providers/anthropic.ts
import -> @anthropic-ai/sdk
src/ai/providers/anthropic.ts
call -> Anthropic
src/ai/providers/anthropic.ts
export -> AnthropicProvider
src/ai/providers/anthropic.ts
call -> constructor
src/ai/providers/anthropic.ts
call -> create
src/ai/providers/anthropic.ts
call -> indexOf
src/ai/providers/anthropic.ts
call -> rewrite
src/ai/providers/anthropic.ts
call -> slice
src/ai/providers/anthropic.ts
call -> slice
src/ai/providers/anthropic.ts
call -> trim
src/ai/providers/openai.ts
import -> ../../types.js
src/ai/providers/openai.ts
call -> OpenAI
src/ai/providers/openai.ts
export -> OpenAIProvider
src/ai/providers/openai.ts
call -> constructor
src/ai/providers/openai.ts
call -> create
src/ai/providers/openai.ts
call -> indexOf
src/ai/providers/openai.ts
import -> openai
src/ai/providers/openai.ts
call -> rewrite
src/ai/providers/openai.ts
call -> slice
src/ai/providers/openai.ts
call -> slice
src/ai/providers/openai.ts
call -> trim
src/ai/rewriter.ts
import -> ../types.js
src/ai/rewriter.ts
import -> ./prompts.js
src/ai/rewriter.ts
import -> ./providers/anthropic.js
src/ai/rewriter.ts
import -> ./providers/openai.js
src/ai/rewriter.ts
call -> AnthropicProvider
src/ai/rewriter.ts
call -> Error
src/ai/rewriter.ts
call -> Error
src/ai/rewriter.ts
call -> OpenAIProvider
src/ai/rewriter.ts
call -> buildPrompt
src/ai/rewriter.ts
export -> createProvider
src/ai/rewriter.ts
call -> replace
src/ai/rewriter.ts
call -> replace
src/ai/rewriter.ts
call -> rewrite
src/ai/rewriter.ts
call -> stripMarkdownFences
src/ai/rewriter.ts
call -> test
src/ai/rewriter.ts
call -> test
src/ai/rewriter.ts
call -> trim
src/analyzer/failure-classifier.ts
import -> ../types.js
src/analyzer/failure-classifier.ts
export -> classifyFailure
src/analyzer/failure-classifier.ts
call -> extractSelectorHints
src/analyzer/failure-classifier.ts
export -> extractSelectorHints
src/analyzer/failure-classifier.ts
call -> filter
src/analyzer/failure-classifier.ts
call -> fragments
src/analyzer/failure-classifier.ts
call -> hasApiErrors
src/analyzer/failure-classifier.ts
call -> hasApiErrors
src/analyzer/failure-classifier.ts
call -> includes
src/analyzer/failure-classifier.ts
call -> isElementPresentInDom
src/analyzer/failure-classifier.ts
export -> isElementPresentInDom
src/analyzer/failure-classifier.ts
call -> match
src/analyzer/failure-classifier.ts
call -> match
src/analyzer/failure-classifier.ts
call -> match
src/analyzer/failure-classifier.ts
call -> match
src/analyzer/failure-classifier.ts
call -> match
src/analyzer/failure-classifier.ts
call -> match
src/analyzer/failure-classifier.ts
call -> match
src/analyzer/failure-classifier.ts
call -> match
src/analyzer/failure-classifier.ts
call -> matchesAny
src/analyzer/failure-classifier.ts
call -> matchesAny
src/analyzer/failure-classifier.ts
call -> matchesAny
src/analyzer/failure-classifier.ts
call -> matchesAny
src/analyzer/failure-classifier.ts
call -> matchesAny
src/analyzer/failure-classifier.ts
call -> push
src/analyzer/failure-classifier.ts
call -> push
src/analyzer/failure-classifier.ts
call -> push
src/analyzer/failure-classifier.ts
call -> push
src/analyzer/failure-classifier.ts
call -> push
src/analyzer/failure-classifier.ts
call -> push
src/analyzer/failure-classifier.ts
call -> push
src/analyzer/failure-classifier.ts
call -> push
src/analyzer/failure-classifier.ts
call -> push
src/analyzer/failure-classifier.ts
call -> slice
src/analyzer/failure-classifier.ts
call -> some
src/analyzer/failure-classifier.ts
call -> some
src/analyzer/failure-classifier.ts
call -> some
src/analyzer/failure-classifier.ts
call -> test
src/analyzer/failure-classifier.ts
call -> toLowerCase
src/analyzer/failure-classifier.ts
call -> toLowerCase
src/cli.ts
import -> ./config.js
src/cli.ts
import -> ./runner/test-runner.js
src/cli.ts
import -> ./types.js
src/cli.ts
call -> Command
src/cli.ts
call -> action
src/cli.ts
call -> argument
src/cli.ts
call -> async
src/cli.ts
call -> bold
src/cli.ts
import -> chalk
src/cli.ts
call -> command
src/cli.ts
import -> commander
src/cli.ts
call -> description
src/cli.ts
call -> description
src/cli.ts
call -> error
src/cli.ts
call -> exit
src/cli.ts
call -> gray
src/cli.ts
call -> loadConfig
src/cli.ts
call -> log
src/cli.ts
call -> name
src/cli.ts
call -> option
src/cli.ts
call -> option
src/cli.ts
call -> option
src/cli.ts
call -> option
src/cli.ts
call -> option
src/cli.ts
call -> option
src/cli.ts
call -> parse
src/cli.ts
call -> provider
src/cli.ts
call -> red
src/cli.ts
call -> runAutofix
src/cli.ts
call -> version
src/config.ts
import -> ./types.js
src/config.ts
call -> cwd
src/config.ts
import -> node:fs/promises
src/config.ts
import -> node:path
src/config.ts
call -> parse
src/config.ts
call -> readFile
src/config.ts
call -> resolve
src/context/collector.ts
import -> ../plugin/reporter.js
src/context/collector.ts
import -> ../types.js
src/context/collector.ts
import -> ./dom-snapshot.js
src/context/collector.ts
import -> ./network-log.js
src/context/collector.ts
call -> all
src/context/collector.ts
call -> cwd
src/context/collector.ts
call -> endsWith
src/context/collector.ts
call -> filter
src/context/collector.ts
call -> includes
src/context/collector.ts
call -> join
src/context/collector.ts
call -> loadCapturedContextForTest
src/context/collector.ts
import -> node:fs/promises
src/context/collector.ts
import -> node:path
src/context/collector.ts
call -> now
src/context/collector.ts
call -> parse
src/context/collector.ts
call -> pop
src/context/collector.ts
call -> readFile
src/context/collector.ts
call -> readFile
src/context/collector.ts
call -> readTestSource
src/context/collector.ts
call -> readdir
src/context/collector.ts
call -> replace
src/context/collector.ts
call -> resolve
src/context/collector.ts
call -> sort
src/context/collector.ts
call -> trimDomSnapshot
src/context/collector.ts
call -> trimNetworkLog
src/context/dom-snapshot.ts
call -> replace
src/context/dom-snapshot.ts
call -> replace
src/context/dom-snapshot.ts
call -> replace
src/context/dom-snapshot.ts
call -> replace
src/context/dom-snapshot.ts
call -> slice
src/context/dom-snapshot.ts
export -> trimDomSnapshot
src/context/network-log.ts
import -> ../types.js
src/context/network-log.ts
call -> Set
src/context/network-log.ts
call -> filter
src/context/network-log.ts
call -> filter
src/context/network-log.ts
call -> filter
src/context/network-log.ts
call -> has
src/context/network-log.ts
call -> map
src/context/network-log.ts
call -> slice
src/context/network-log.ts
call -> slice
src/context/network-log.ts
export -> trimNetworkLog
src/index.ts
export -> ./config.js
src/index.ts
export -> ./plugin/fixture.js
src/index.ts
export -> ./plugin/reporter.js
src/index.ts
export -> ./runner/test-runner.js
src/plugin/fixture.ts
import -> ../types.js
src/plugin/fixture.ts
import -> @playwright/test
src/plugin/fixture.ts
call -> async
src/plugin/fixture.ts
call -> async
src/plugin/fixture.ts
call -> attachNetworkRecorder
src/plugin/fixture.ts
export -> autofixFixture
src/plugin/fixture.ts
call -> captureOnFailure
src/plugin/fixture.ts
call -> content
src/plugin/fixture.ts
call -> cwd
src/plugin/fixture.ts
call -> find
src/plugin/fixture.ts
call -> headers
src/plugin/fixture.ts
call -> headers
src/plugin/fixture.ts
call -> join
src/plugin/fixture.ts
call -> method
src/plugin/fixture.ts
call -> mkdir
src/plugin/fixture.ts
import -> node:fs/promises
src/plugin/fixture.ts
import -> node:path
src/plugin/fixture.ts
call -> now
src/plugin/fixture.ts
call -> now
src/plugin/fixture.ts
call -> now
src/plugin/fixture.ts
call -> on
src/plugin/fixture.ts
call -> on
src/plugin/fixture.ts
call -> on
src/plugin/fixture.ts
call -> postData
src/plugin/fixture.ts
call -> push
src/plugin/fixture.ts
call -> push
src/plugin/fixture.ts
call -> replace
src/plugin/fixture.ts
call -> resolve
src/plugin/fixture.ts
call -> resourceType
src/plugin/fixture.ts
call -> screenshot
src/plugin/fixture.ts
call -> status
src/plugin/fixture.ts
call -> stringify
src/plugin/fixture.ts
call -> text
src/plugin/fixture.ts
call -> text
src/plugin/fixture.ts
call -> toString
src/plugin/fixture.ts
call -> type
src/plugin/fixture.ts
call -> url
src/plugin/fixture.ts
call -> url
src/plugin/fixture.ts
call -> url
src/plugin/fixture.ts
call -> use
src/plugin/fixture.ts
call -> writeFile
src/plugin/reporter.ts
export -> AutofixReporter
src/plugin/reporter.ts
export -> TestFailureReport
src/plugin/reporter.ts
call -> cwd
src/plugin/reporter.ts
call -> getFailures
src/plugin/reporter.ts
call -> join
src/plugin/reporter.ts
call -> map
src/plugin/reporter.ts
call -> mkdir
src/plugin/reporter.ts
import -> node:fs/promises
src/plugin/reporter.ts
import -> node:path
src/plugin/reporter.ts
call -> onBegin
src/plugin/reporter.ts
call -> onEnd
src/plugin/reporter.ts
call -> onTestEnd
src/plugin/reporter.ts
call -> push
src/plugin/reporter.ts
call -> resolve
src/plugin/reporter.ts
call -> stringify
src/plugin/reporter.ts
call -> toString
src/plugin/reporter.ts
call -> writeFile
src/reporter/report.ts
import -> ../types.js
src/reporter/report.ts
call -> attempt
src/reporter/report.ts
call -> bold
src/reporter/report.ts
call -> bold
src/reporter/report.ts
call -> bold
src/reporter/report.ts
import -> chalk
src/reporter/report.ts
call -> createTwoFilesPatch
src/reporter/report.ts
call -> cyan
src/reporter/report.ts
import -> diff
src/reporter/report.ts
call -> filter
src/reporter/report.ts
call -> filter
src/reporter/report.ts
export -> formatDiff
src/reporter/report.ts
call -> gray
src/reporter/report.ts
call -> gray
src/reporter/report.ts
call -> gray
src/reporter/report.ts
call -> green
src/reporter/report.ts
call -> green
src/reporter/report.ts
call -> green
src/reporter/report.ts
call -> join
src/reporter/report.ts
call -> log
src/reporter/report.ts
call -> log
src/reporter/report.ts
call -> log
src/reporter/report.ts
call -> log
src/reporter/report.ts
call -> log
src/reporter/report.ts
call -> log
src/reporter/report.ts
call -> log
src/reporter/report.ts
call -> log
src/reporter/report.ts
call -> map
src/reporter/report.ts
export -> printSummary
src/reporter/report.ts
call -> red
src/reporter/report.ts
call -> red
src/reporter/report.ts
call -> slice
src/reporter/report.ts
call -> split
src/reporter/report.ts
call -> startsWith
src/reporter/report.ts
call -> startsWith
src/reporter/report.ts
call -> startsWith
src/reporter/report.ts
call -> startsWith
src/reporter/report.ts
call -> startsWith
src/reporter/report.ts
call -> test
src/reporter/report.ts
call -> test
src/runner/test-runner.ts
import -> ../ai/rewriter.js
src/runner/test-runner.ts
import -> ../analyzer/failure-classifier.js
src/runner/test-runner.ts
import -> ../context/collector.js
src/runner/test-runner.ts
import -> ../plugin/reporter.js
src/runner/test-runner.ts
import -> ../reporter/report.js
src/runner/test-runner.ts
import -> ../validator/validator.js
src/runner/test-runner.ts
call -> blue
src/runner/test-runner.ts
import -> chalk
src/runner/test-runner.ts
call -> classifyFailure
src/runner/test-runner.ts
call -> cleanAutofixDir
src/runner/test-runner.ts
call -> collectFailureContext
src/runner/test-runner.ts
call -> createProvider
src/runner/test-runner.ts
call -> cwd
src/runner/test-runner.ts
call -> cwd
src/runner/test-runner.ts
call -> cwd
src/runner/test-runner.ts
call -> cwd
src/runner/test-runner.ts
call -> cwd
src/runner/test-runner.ts
call -> cwd
src/runner/test-runner.ts
call -> cwd
src/runner/test-runner.ts
call -> cwd
src/runner/test-runner.ts
call -> cwd
src/runner/test-runner.ts
call -> execFileAsync
src/runner/test-runner.ts
call -> execFileAsync
src/runner/test-runner.ts
call -> extractFailures
src/runner/test-runner.ts
call -> extractFailures
src/runner/test-runner.ts
call -> fixSingleTest
src/runner/test-runner.ts
call -> formatDiff
src/runner/test-runner.ts
call -> gray
src/runner/test-runner.ts
call -> gray
src/runner/test-runner.ts
call -> gray
src/runner/test-runner.ts
call -> gray
src/runner/test-runner.ts
call -> gray
src/runner/test-runner.ts
call -> gray
src/runner/test-runner.ts
call -> gray
src/runner/test-runner.ts
call -> gray
src/runner/test-runner.ts
call -> gray
src/runner/test-runner.ts
call -> green
src/runner/test-runner.ts
call -> green
src/runner/test-runner.ts
call -> green
src/runner/test-runner.ts
call -> log
src/runner/test-runner.ts
call -> log
src/runner/test-runner.ts
call -> log
src/runner/test-runner.ts
call -> log
src/runner/test-runner.ts
call -> log
src/runner/test-runner.ts
call -> log
src/runner/test-runner.ts
call -> log
src/runner/test-runner.ts
call -> log
src/runner/test-runner.ts
call -> log
src/runner/test-runner.ts
call -> log
src/runner/test-runner.ts
call -> log
src/runner/test-runner.ts
call -> log
src/runner/test-runner.ts
call -> log
src/runner/test-runner.ts
call -> log
src/runner/test-runner.ts
call -> log
src/runner/test-runner.ts
call -> log
src/runner/test-runner.ts
call -> log
src/runner/test-runner.ts
call -> mkdir
src/runner/test-runner.ts
import -> node:child_process
src/runner/test-runner.ts
import -> node:fs/promises
src/runner/test-runner.ts
import -> node:path
src/runner/test-runner.ts
import -> node:util
src/runner/test-runner.ts
call -> parse
src/runner/test-runner.ts
call -> parse
src/runner/test-runner.ts
call -> printSummary
src/runner/test-runner.ts
call -> promisify
src/runner/test-runner.ts
call -> push
src/runner/test-runner.ts
call -> push
src/runner/test-runner.ts
call -> readFile
src/runner/test-runner.ts
call -> red
src/runner/test-runner.ts
call -> resolve
src/runner/test-runner.ts
call -> resolve
src/runner/test-runner.ts
call -> resolve
src/runner/test-runner.ts
call -> resolve
src/runner/test-runner.ts
call -> resolve
src/runner/test-runner.ts
call -> resolve
src/runner/test-runner.ts
call -> resolve
src/runner/test-runner.ts
call -> rewriteTest
src/runner/test-runner.ts
call -> rm
src/runner/test-runner.ts
call -> rm
src/runner/test-runner.ts
call -> runPlaywrightWithBuiltinCapture
src/runner/test-runner.ts
call -> slice
src/runner/test-runner.ts
call -> slice
src/runner/test-runner.ts
call -> test
src/runner/test-runner.ts
call -> validateRewrittenTest
src/runner/test-runner.ts
call -> writeFile
src/runner/test-runner.ts
call -> yellow
src/runner/test-runner.ts
call -> yellow
src/runner/test-runner.ts
call -> yellow
src/types.ts
export -> AutofixConfig
src/types.ts
export -> DEFAULT_CONFIG
src/types.ts
export -> FailureContext
src/types.ts
export -> FixResult
src/types.ts
export -> LLMProvider
src/types.ts
export -> NetworkEntry
src/types.ts
call -> rewrite
src/validator/validator.ts
import -> ../types.js
src/validator/validator.ts
export -> ValidationResult
src/validator/validator.ts
call -> basename
src/validator/validator.ts
call -> cwd
src/validator/validator.ts
call -> cwd
src/validator/validator.ts
call -> cwd
src/validator/validator.ts
call -> execFileAsync
src/validator/validator.ts
call -> join
src/validator/validator.ts
call -> mkdir
src/validator/validator.ts
import -> node:child_process
src/validator/validator.ts
import -> node:fs/promises
src/validator/validator.ts
import -> node:path
src/validator/validator.ts
import -> node:util
src/validator/validator.ts
call -> now
src/validator/validator.ts
call -> promisify
src/validator/validator.ts
call -> resolve
src/validator/validator.ts
call -> resolve
src/validator/validator.ts
call -> unlink
src/validator/validator.ts
call -> writeFile
tests/config.test.ts
import -> ../src/config.js
tests/config.test.ts
import -> ../src/types.js
tests/config.test.ts
call -> afterEach
tests/config.test.ts
call -> async
tests/config.test.ts
call -> async
tests/config.test.ts
call -> async
tests/config.test.ts
call -> async
tests/config.test.ts
call -> async
tests/config.test.ts
call -> async
tests/config.test.ts
call -> async
tests/config.test.ts
call -> async
tests/config.test.ts
call -> beforeEach
tests/config.test.ts
call -> cwd
tests/config.test.ts
call -> describe
tests/config.test.ts
call -> expect
tests/config.test.ts
call -> expect
tests/config.test.ts
call -> expect
tests/config.test.ts
call -> expect
tests/config.test.ts
call -> expect
tests/config.test.ts
call -> expect
tests/config.test.ts
call -> expect
tests/config.test.ts
call -> expect
tests/config.test.ts
call -> expect
tests/config.test.ts
call -> expect
tests/config.test.ts
call -> expect
tests/config.test.ts
call -> expect
tests/config.test.ts
call -> expect
tests/config.test.ts
call -> expect
tests/config.test.ts
call -> expect
tests/config.test.ts
call -> expect
tests/config.test.ts
call -> expect
tests/config.test.ts
call -> it
tests/config.test.ts
call -> it
tests/config.test.ts
call -> it
tests/config.test.ts
call -> it
tests/config.test.ts
call -> it
tests/config.test.ts
call -> it
tests/config.test.ts
call -> join
tests/config.test.ts
call -> loadConfig
tests/config.test.ts
call -> loadConfig
tests/config.test.ts
call -> loadConfig
tests/config.test.ts
call -> loadConfig
tests/config.test.ts
call -> loadConfig
tests/config.test.ts
call -> loadConfig
tests/config.test.ts
call -> mkdir
tests/config.test.ts
import -> node:fs/promises
tests/config.test.ts
import -> node:path
tests/config.test.ts
call -> rm
tests/config.test.ts
call -> toBe
tests/config.test.ts
call -> toBe
tests/config.test.ts
call -> toBe
tests/config.test.ts
call -> toBe
tests/config.test.ts
call -> toBe
tests/config.test.ts
call -> toBe
tests/config.test.ts
call -> toBe
tests/config.test.ts
call -> toBe
tests/config.test.ts
call -> toBe
tests/config.test.ts
call -> toBe
tests/config.test.ts
call -> toBe
tests/config.test.ts
call -> toBe
tests/config.test.ts
call -> toBe
tests/config.test.ts
call -> toBe
tests/config.test.ts
call -> toBe
tests/config.test.ts
call -> toBe
tests/config.test.ts
call -> toBe
tests/config.test.ts
import -> vitest
tests/dom-snapshot.test.ts
import -> ../src/context/dom-snapshot.js
tests/dom-snapshot.test.ts
call -> alert
tests/dom-snapshot.test.ts
call -> describe
tests/dom-snapshot.test.ts
call -> expect
tests/dom-snapshot.test.ts
call -> expect
tests/dom-snapshot.test.ts
call -> expect
tests/dom-snapshot.test.ts
call -> expect
tests/dom-snapshot.test.ts
call -> expect
tests/dom-snapshot.test.ts
call -> expect
tests/dom-snapshot.test.ts
call -> expect
tests/dom-snapshot.test.ts
call -> expect
tests/dom-snapshot.test.ts
call -> expect
tests/dom-snapshot.test.ts
call -> expect
tests/dom-snapshot.test.ts
call -> expect
tests/dom-snapshot.test.ts
call -> expect
tests/dom-snapshot.test.ts
call -> expect
tests/dom-snapshot.test.ts
call -> expect
tests/dom-snapshot.test.ts
call -> expect
tests/dom-snapshot.test.ts
call -> expect
tests/dom-snapshot.test.ts
call -> expect
tests/dom-snapshot.test.ts
call -> expect
tests/dom-snapshot.test.ts
call -> expect
tests/dom-snapshot.test.ts
call -> expect
tests/dom-snapshot.test.ts
call -> expect
tests/dom-snapshot.test.ts
call -> it
tests/dom-snapshot.test.ts
call -> it
tests/dom-snapshot.test.ts
call -> it
tests/dom-snapshot.test.ts
call -> it
tests/dom-snapshot.test.ts
call -> it
tests/dom-snapshot.test.ts
call -> it
tests/dom-snapshot.test.ts
call -> it
tests/dom-snapshot.test.ts
call -> it
tests/dom-snapshot.test.ts
call -> join
tests/dom-snapshot.test.ts
call -> repeat
tests/dom-snapshot.test.ts
call -> toBeLessThan
tests/dom-snapshot.test.ts
call -> toBeNull
tests/dom-snapshot.test.ts
call -> toContain
tests/dom-snapshot.test.ts
call -> toContain
tests/dom-snapshot.test.ts
call -> toContain
tests/dom-snapshot.test.ts
call -> toContain
tests/dom-snapshot.test.ts
call -> toContain
tests/dom-snapshot.test.ts
call -> toContain
tests/dom-snapshot.test.ts
call -> toContain
tests/dom-snapshot.test.ts
call -> toContain
tests/dom-snapshot.test.ts
call -> toContain
tests/dom-snapshot.test.ts
call -> toContain
tests/dom-snapshot.test.ts
call -> toContain
tests/dom-snapshot.test.ts
call -> toContain
tests/dom-snapshot.test.ts
call -> toContain
tests/dom-snapshot.test.ts
call -> toContain
tests/dom-snapshot.test.ts
call -> toContain
tests/dom-snapshot.test.ts
call -> toContain
tests/dom-snapshot.test.ts
call -> toContain
tests/dom-snapshot.test.ts
call -> toContain
tests/dom-snapshot.test.ts
call -> toMatch
tests/dom-snapshot.test.ts
call -> trimDomSnapshot
tests/dom-snapshot.test.ts
call -> trimDomSnapshot
tests/dom-snapshot.test.ts
call -> trimDomSnapshot
tests/dom-snapshot.test.ts
call -> trimDomSnapshot
tests/dom-snapshot.test.ts
call -> trimDomSnapshot
tests/dom-snapshot.test.ts
call -> trimDomSnapshot
tests/dom-snapshot.test.ts
call -> trimDomSnapshot
tests/dom-snapshot.test.ts
call -> trimDomSnapshot
tests/dom-snapshot.test.ts
import -> vitest
tests/failure-classifier.test.ts
import -> ./helpers.js
tests/failure-classifier.test.ts
call -> DOM
tests/failure-classifier.test.ts
call -> classifyFailure
tests/failure-classifier.test.ts
call -> classifyFailure
tests/failure-classifier.test.ts
call -> classifyFailure
tests/failure-classifier.test.ts
call -> classifyFailure
tests/failure-classifier.test.ts
call -> classifyFailure
tests/failure-classifier.test.ts
call -> classifyFailure
tests/failure-classifier.test.ts
call -> classifyFailure
tests/failure-classifier.test.ts
call -> classifyFailure
tests/failure-classifier.test.ts
call -> classifyFailure
tests/failure-classifier.test.ts
call -> classifyFailure
tests/failure-classifier.test.ts
call -> classifyFailure
tests/failure-classifier.test.ts
call -> classifyFailure
tests/failure-classifier.test.ts
call -> classifyFailure
tests/failure-classifier.test.ts
call -> classifyFailure
tests/failure-classifier.test.ts
call -> classifyFailure
tests/failure-classifier.test.ts
call -> classifyFailure
tests/failure-classifier.test.ts
call -> classifyFailure
tests/failure-classifier.test.ts
call -> classifyFailure
tests/failure-classifier.test.ts
call -> classifyFailure
tests/failure-classifier.test.ts
call -> classifyFailure
tests/failure-classifier.test.ts
call -> classifyFailure
tests/failure-classifier.test.ts
call -> classifyFailure
tests/failure-classifier.test.ts
call -> classifyFailure
tests/failure-classifier.test.ts
call -> classifyFailure
tests/failure-classifier.test.ts
call -> classifyFailure
tests/failure-classifier.test.ts
call -> classifyFailure
tests/failure-classifier.test.ts
call -> classifyFailure
tests/failure-classifier.test.ts
call -> classifyFailure
tests/failure-classifier.test.ts
call -> click
tests/failure-classifier.test.ts
call -> describe
tests/failure-classifier.test.ts
call -> describe
tests/failure-classifier.test.ts
call -> describe
tests/failure-classifier.test.ts
call -> describe
tests/failure-classifier.test.ts
call -> describe
tests/failure-classifier.test.ts
call -> describe
tests/failure-classifier.test.ts
call -> describe
tests/failure-classifier.test.ts
call -> describe
tests/failure-classifier.test.ts
call -> describe
tests/failure-classifier.test.ts
call -> describe
tests/failure-classifier.test.ts
call -> errors
tests/failure-classifier.test.ts
call -> expect
tests/failure-classifier.test.ts
call -> expect
tests/failure-classifier.test.ts
call -> expect
tests/failure-classifier.test.ts
call -> expect
tests/failure-classifier.test.ts
call -> expect
tests/failure-classifier.test.ts
call -> expect
tests/failure-classifier.test.ts
call -> expect
tests/failure-classifier.test.ts
call -> expect
tests/failure-classifier.test.ts
call -> expect
tests/failure-classifier.test.ts
call -> expect
tests/failure-classifier.test.ts
call -> expect
tests/failure-classifier.test.ts
call -> expect
tests/failure-classifier.test.ts
call -> expect
tests/failure-classifier.test.ts
call -> expect
tests/failure-classifier.test.ts
call -> expect
tests/failure-classifier.test.ts
call -> expect
tests/failure-classifier.test.ts
call -> expect
tests/failure-classifier.test.ts
call -> expect
tests/failure-classifier.test.ts
call -> expect
tests/failure-classifier.test.ts
call -> expect
tests/failure-classifier.test.ts
call -> expect
tests/failure-classifier.test.ts
call -> expect
tests/failure-classifier.test.ts
call -> expect
tests/failure-classifier.test.ts
call -> expect
tests/failure-classifier.test.ts
call -> expect
tests/failure-classifier.test.ts
call -> expect
tests/failure-classifier.test.ts
call -> expect
tests/failure-classifier.test.ts
call -> expect
tests/failure-classifier.test.ts
call -> expect
tests/failure-classifier.test.ts
call -> expect
tests/failure-classifier.test.ts
call -> expect
tests/failure-classifier.test.ts
call -> expect
tests/failure-classifier.test.ts
call -> expect
tests/failure-classifier.test.ts
call -> expect
tests/failure-classifier.test.ts
call -> expect
tests/failure-classifier.test.ts
call -> expect
tests/failure-classifier.test.ts
call -> expect
tests/failure-classifier.test.ts
call -> expect
tests/failure-classifier.test.ts
call -> expect
tests/failure-classifier.test.ts
call -> expect
tests/failure-classifier.test.ts
call -> expect
tests/failure-classifier.test.ts
call -> expect
tests/failure-classifier.test.ts
call -> expect
tests/failure-classifier.test.ts
call -> expect
tests/failure-classifier.test.ts
call -> expect
tests/failure-classifier.test.ts
call -> expect
tests/failure-classifier.test.ts
call -> expect
tests/failure-classifier.test.ts
call -> expect
tests/failure-classifier.test.ts
call -> expect
tests/failure-classifier.test.ts
call -> expect
tests/failure-classifier.test.ts
call -> expect
tests/failure-classifier.test.ts
call -> expect
tests/failure-classifier.test.ts
call -> expect
tests/failure-classifier.test.ts
call -> expect
tests/failure-classifier.test.ts
call -> extractSelectorHints
tests/failure-classifier.test.ts
call -> extractSelectorHints
tests/failure-classifier.test.ts
call -> extractSelectorHints
tests/failure-classifier.test.ts
call -> extractSelectorHints
tests/failure-classifier.test.ts
call -> extractSelectorHints
tests/failure-classifier.test.ts
call -> extractSelectorHints
tests/failure-classifier.test.ts
call -> extractSelectorHints
tests/failure-classifier.test.ts
call -> extractSelectorHints
tests/failure-classifier.test.ts
call -> extractSelectorHints
tests/failure-classifier.test.ts
call -> getByLabel
tests/failure-classifier.test.ts
call -> getByLabel
tests/failure-classifier.test.ts
call -> getByPlaceholder
tests/failure-classifier.test.ts
call -> getByPlaceholder
tests/failure-classifier.test.ts
call -> getByRole
tests/failure-classifier.test.ts
call -> getByRole
tests/failure-classifier.test.ts
call -> getByRole
tests/failure-classifier.test.ts
call -> getByRole
tests/failure-classifier.test.ts
call -> getByTestId
tests/failure-classifier.test.ts
call -> getByTestId
tests/failure-classifier.test.ts
call -> getByTestId
tests/failure-classifier.test.ts
call -> getByTestId
tests/failure-classifier.test.ts
call -> getByText
tests/failure-classifier.test.ts
call -> getByText
tests/failure-classifier.test.ts
call -> getByText
tests/failure-classifier.test.ts
call -> isElementPresentInDom
tests/failure-classifier.test.ts
call -> isElementPresentInDom
tests/failure-classifier.test.ts
call -> isElementPresentInDom
tests/failure-classifier.test.ts
call -> isElementPresentInDom
tests/failure-classifier.test.ts
call -> isElementPresentInDom
tests/failure-classifier.test.ts
call -> isElementPresentInDom
tests/failure-classifier.test.ts
call -> isElementPresentInDom
tests/failure-classifier.test.ts
call -> isElementPresentInDom
tests/failure-classifier.test.ts
call -> isElementPresentInDom
tests/failure-classifier.test.ts
call -> isElementPresentInDom
tests/failure-classifier.test.ts
call -> it
tests/failure-classifier.test.ts
call -> it
tests/failure-classifier.test.ts
call -> it
tests/failure-classifier.test.ts
call -> it
tests/failure-classifier.test.ts
call -> it
tests/failure-classifier.test.ts
call -> it
tests/failure-classifier.test.ts
call -> it
tests/failure-classifier.test.ts
call -> it
tests/failure-classifier.test.ts
call -> it
tests/failure-classifier.test.ts
call -> it
tests/failure-classifier.test.ts
call -> it
tests/failure-classifier.test.ts
call -> it
tests/failure-classifier.test.ts
call -> it
tests/failure-classifier.test.ts
call -> it
tests/failure-classifier.test.ts
call -> it
tests/failure-classifier.test.ts
call -> it
tests/failure-classifier.test.ts
call -> it
tests/failure-classifier.test.ts
call -> it
tests/failure-classifier.test.ts
call -> it
tests/failure-classifier.test.ts
call -> it
tests/failure-classifier.test.ts
call -> it
tests/failure-classifier.test.ts
call -> it
tests/failure-classifier.test.ts
call -> it
tests/failure-classifier.test.ts
call -> it
tests/failure-classifier.test.ts
call -> it
tests/failure-classifier.test.ts
call -> it
tests/failure-classifier.test.ts
call -> it
tests/failure-classifier.test.ts
call -> it
tests/failure-classifier.test.ts
call -> it
tests/failure-classifier.test.ts
call -> it
tests/failure-classifier.test.ts
call -> it
tests/failure-classifier.test.ts
call -> it
tests/failure-classifier.test.ts
call -> it
tests/failure-classifier.test.ts
call -> it
tests/failure-classifier.test.ts
call -> it
tests/failure-classifier.test.ts
call -> it
tests/failure-classifier.test.ts
call -> it
tests/failure-classifier.test.ts
call -> it
tests/failure-classifier.test.ts
call -> it
tests/failure-classifier.test.ts
call -> it
tests/failure-classifier.test.ts
call -> it
tests/failure-classifier.test.ts
call -> it
tests/failure-classifier.test.ts
call -> it
tests/failure-classifier.test.ts
call -> locator
tests/failure-classifier.test.ts
call -> locator
tests/failure-classifier.test.ts
call -> locator
tests/failure-classifier.test.ts
call -> locator
tests/failure-classifier.test.ts
call -> locator
tests/failure-classifier.test.ts
call -> locator
tests/failure-classifier.test.ts
call -> locator
tests/failure-classifier.test.ts
call -> locator
tests/failure-classifier.test.ts
call -> makeFailureContext
tests/failure-classifier.test.ts
call -> makeFailureContext
tests/failure-classifier.test.ts
call -> makeFailureContext
tests/failure-classifier.test.ts
call -> makeFailureContext
tests/failure-classifier.test.ts
call -> makeFailureContext
tests/failure-classifier.test.ts
call -> makeFailureContext
tests/failure-classifier.test.ts
call -> makeFailureContext
tests/failure-classifier.test.ts
call -> makeFailureContext
tests/failure-classifier.test.ts
call -> makeFailureContext
tests/failure-classifier.test.ts
call -> makeFailureContext
tests/failure-classifier.test.ts
call -> makeFailureContext
tests/failure-classifier.test.ts
call -> makeFailureContext
tests/failure-classifier.test.ts
call -> makeFailureContext
tests/failure-classifier.test.ts
call -> makeFailureContext
tests/failure-classifier.test.ts
call -> makeFailureContext
tests/failure-classifier.test.ts
call -> makeFailureContext
tests/failure-classifier.test.ts
call -> makeFailureContext
tests/failure-classifier.test.ts
call -> makeFailureContext
tests/failure-classifier.test.ts
call -> makeFailureContext
tests/failure-classifier.test.ts
call -> makeFailureContext
tests/failure-classifier.test.ts
call -> makeFailureContext
tests/failure-classifier.test.ts
call -> makeFailureContext
tests/failure-classifier.test.ts
call -> makeFailureContext
tests/failure-classifier.test.ts
call -> makeFailureContext
tests/failure-classifier.test.ts
call -> makeFailureContext
tests/failure-classifier.test.ts
call -> makeFailureContext
tests/failure-classifier.test.ts
call -> makeFailureContext
tests/failure-classifier.test.ts
call -> makeFailureContext
tests/failure-classifier.test.ts
call -> makeNetworkEntry
tests/failure-classifier.test.ts
call -> makeNetworkEntry
tests/failure-classifier.test.ts
call -> makeNetworkEntry
tests/failure-classifier.test.ts
call -> makeNetworkEntry
tests/failure-classifier.test.ts
call -> makeNetworkEntry
tests/failure-classifier.test.ts
call -> matches
tests/failure-classifier.test.ts
call -> miss
tests/failure-classifier.test.ts
call -> toBe
tests/failure-classifier.test.ts
call -> toBe
tests/failure-classifier.test.ts
call -> toBe
tests/failure-classifier.test.ts
call -> toBe
tests/failure-classifier.test.ts
call -> toBe
tests/failure-classifier.test.ts
call -> toBe
tests/failure-classifier.test.ts
call -> toBe
tests/failure-classifier.test.ts
call -> toBe
tests/failure-classifier.test.ts
call -> toBe
tests/failure-classifier.test.ts
call -> toBe
tests/failure-classifier.test.ts
call -> toBe
tests/failure-classifier.test.ts
call -> toBe
tests/failure-classifier.test.ts
call -> toBe
tests/failure-classifier.test.ts
call -> toBe
tests/failure-classifier.test.ts
call -> toBe
tests/failure-classifier.test.ts
call -> toBe
tests/failure-classifier.test.ts
call -> toBe
tests/failure-classifier.test.ts
call -> toBe
tests/failure-classifier.test.ts
call -> toBe
tests/failure-classifier.test.ts
call -> toBe
tests/failure-classifier.test.ts
call -> toBe
tests/failure-classifier.test.ts
call -> toBe
tests/failure-classifier.test.ts
call -> toBe
tests/failure-classifier.test.ts
call -> toBe
tests/failure-classifier.test.ts
call -> toBe
tests/failure-classifier.test.ts
call -> toBe
tests/failure-classifier.test.ts
call -> toBe
tests/failure-classifier.test.ts
call -> toBe
tests/failure-classifier.test.ts
call -> toBe
tests/failure-classifier.test.ts
call -> toBe
tests/failure-classifier.test.ts
call -> toBe
tests/failure-classifier.test.ts
call -> toBe
tests/failure-classifier.test.ts
call -> toBe
tests/failure-classifier.test.ts
call -> toBe
tests/failure-classifier.test.ts
call -> toBe
tests/failure-classifier.test.ts
call -> toBe
tests/failure-classifier.test.ts
call -> toBe
tests/failure-classifier.test.ts
call -> toBe
tests/failure-classifier.test.ts
call -> toBe
tests/failure-classifier.test.ts
call -> toBe
tests/failure-classifier.test.ts
call -> toBeVisible
tests/failure-classifier.test.ts
call -> toBeVisible
tests/failure-classifier.test.ts
call -> toBeVisible
tests/failure-classifier.test.ts
call -> toContain
tests/failure-classifier.test.ts
call -> toContain
tests/failure-classifier.test.ts
call -> toContain
tests/failure-classifier.test.ts
call -> toContain
tests/failure-classifier.test.ts
call -> toContain
tests/failure-classifier.test.ts
call -> toContain
tests/failure-classifier.test.ts
call -> toContain
tests/failure-classifier.test.ts
call -> toContain
tests/failure-classifier.test.ts
call -> toContain
tests/failure-classifier.test.ts
call -> toEqual
tests/failure-classifier.test.ts
call -> toEqual
tests/failure-classifier.test.ts
call -> toEqual
tests/failure-classifier.test.ts
call -> toHaveText
tests/failure-classifier.test.ts
import -> vitest
tests/helpers.ts
import -> ../src/types.js
tests/helpers.ts
call -> async
tests/helpers.ts
call -> goto
tests/helpers.ts
export -> makeFailureContext
tests/helpers.ts
export -> makeNetworkEntry
tests/helpers.ts
call -> now
tests/helpers.ts
call -> now
tests/helpers.ts
call -> test
tests/network-log.test.ts
import -> ../src/context/network-log.js
tests/network-log.test.ts
import -> ./helpers.js
tests/network-log.test.ts
call -> describe
tests/network-log.test.ts
call -> expect
tests/network-log.test.ts
call -> expect
tests/network-log.test.ts
call -> expect
tests/network-log.test.ts
call -> expect
tests/network-log.test.ts
call -> expect
tests/network-log.test.ts
call -> expect
tests/network-log.test.ts
call -> expect
tests/network-log.test.ts
call -> expect
tests/network-log.test.ts
call -> expect
tests/network-log.test.ts
call -> from
tests/network-log.test.ts
call -> it
tests/network-log.test.ts
call -> it
tests/network-log.test.ts
call -> it
tests/network-log.test.ts
call -> it
tests/network-log.test.ts
call -> it
tests/network-log.test.ts
call -> it
tests/network-log.test.ts
call -> it
tests/network-log.test.ts
call -> it
tests/network-log.test.ts
call -> makeNetworkEntry
tests/network-log.test.ts
call -> makeNetworkEntry
tests/network-log.test.ts
call -> makeNetworkEntry
tests/network-log.test.ts
call -> makeNetworkEntry
tests/network-log.test.ts
call -> makeNetworkEntry
tests/network-log.test.ts
call -> makeNetworkEntry
tests/network-log.test.ts
call -> makeNetworkEntry
tests/network-log.test.ts
call -> makeNetworkEntry
tests/network-log.test.ts
call -> makeNetworkEntry
tests/network-log.test.ts
call -> makeNetworkEntry
tests/network-log.test.ts
call -> makeNetworkEntry
tests/network-log.test.ts
call -> makeNetworkEntry
tests/network-log.test.ts
call -> makeNetworkEntry
tests/network-log.test.ts
call -> makeNetworkEntry
tests/network-log.test.ts
call -> makeNetworkEntry
tests/network-log.test.ts
call -> makeNetworkEntry
tests/network-log.test.ts
call -> repeat
tests/network-log.test.ts
call -> responses
tests/network-log.test.ts
call -> status
tests/network-log.test.ts
call -> toBe
tests/network-log.test.ts
call -> toBe
tests/network-log.test.ts
call -> toBe
tests/network-log.test.ts
call -> toBe
tests/network-log.test.ts
call -> toBeNull
tests/network-log.test.ts
call -> toEqual
tests/network-log.test.ts
call -> toHaveLength
tests/network-log.test.ts
call -> toHaveLength
tests/network-log.test.ts
call -> toHaveLength
tests/network-log.test.ts
call -> trimNetworkLog
tests/network-log.test.ts
call -> trimNetworkLog
tests/network-log.test.ts
call -> trimNetworkLog
tests/network-log.test.ts
call -> trimNetworkLog
tests/network-log.test.ts
call -> trimNetworkLog
tests/network-log.test.ts
call -> trimNetworkLog
tests/network-log.test.ts
call -> trimNetworkLog
tests/network-log.test.ts
call -> trimNetworkLog
tests/network-log.test.ts
call -> types
tests/network-log.test.ts
import -> vitest
tests/prompts.test.ts
import -> ../src/ai/prompts.js
tests/prompts.test.ts
import -> ./helpers.js
tests/prompts.test.ts
call -> Attempt
tests/prompts.test.ts
call -> Source
tests/prompts.test.ts
call -> Trace
tests/prompts.test.ts
call -> async
tests/prompts.test.ts
call -> async
tests/prompts.test.ts
call -> async
tests/prompts.test.ts
call -> async
tests/prompts.test.ts
call -> buildPrompt
tests/prompts.test.ts
call -> buildPrompt
tests/prompts.test.ts
call -> buildPrompt
tests/prompts.test.ts
call -> buildPrompt
tests/prompts.test.ts
call -> buildPrompt
tests/prompts.test.ts
call -> buildPrompt
tests/prompts.test.ts
call -> buildPrompt
tests/prompts.test.ts
call -> buildPrompt
tests/prompts.test.ts
call -> buildPrompt
tests/prompts.test.ts
call -> buildPrompt
tests/prompts.test.ts
call -> buildPrompt
tests/prompts.test.ts
call -> buildPrompt
tests/prompts.test.ts
call -> buildPrompt
tests/prompts.test.ts
call -> buildPrompt
tests/prompts.test.ts
call -> buildPrompt
tests/prompts.test.ts
call -> buildPrompt
tests/prompts.test.ts
call -> describe
tests/prompts.test.ts
call -> expect
tests/prompts.test.ts
call -> expect
tests/prompts.test.ts
call -> expect
tests/prompts.test.ts
call -> expect
tests/prompts.test.ts
call -> expect
tests/prompts.test.ts
call -> expect
tests/prompts.test.ts
call -> expect
tests/prompts.test.ts
call -> expect
tests/prompts.test.ts
call -> expect
tests/prompts.test.ts
call -> expect
tests/prompts.test.ts
call -> expect
tests/prompts.test.ts
call -> expect
tests/prompts.test.ts
call -> expect
tests/prompts.test.ts
call -> expect
tests/prompts.test.ts
call -> expect
tests/prompts.test.ts
call -> expect
tests/prompts.test.ts
call -> expect
tests/prompts.test.ts
call -> expect
tests/prompts.test.ts
call -> expect
tests/prompts.test.ts
call -> expect
tests/prompts.test.ts
call -> expect
tests/prompts.test.ts
call -> expect
tests/prompts.test.ts
call -> expect
tests/prompts.test.ts
call -> expect
tests/prompts.test.ts
call -> expect
tests/prompts.test.ts
call -> expect
tests/prompts.test.ts
call -> expect
tests/prompts.test.ts
call -> expect
tests/prompts.test.ts
call -> expect
tests/prompts.test.ts
call -> expect
tests/prompts.test.ts
call -> expect
tests/prompts.test.ts
call -> expect
tests/prompts.test.ts
call -> expect
tests/prompts.test.ts
call -> expect
tests/prompts.test.ts
call -> expect
tests/prompts.test.ts
call -> expect
tests/prompts.test.ts
call -> from
tests/prompts.test.ts
call -> it
tests/prompts.test.ts
call -> it
tests/prompts.test.ts
call -> it
tests/prompts.test.ts
call -> it
tests/prompts.test.ts
call -> it
tests/prompts.test.ts
call -> it
tests/prompts.test.ts
call -> it
tests/prompts.test.ts
call -> it
tests/prompts.test.ts
call -> it
tests/prompts.test.ts
call -> it
tests/prompts.test.ts
call -> it
tests/prompts.test.ts
call -> it
tests/prompts.test.ts
call -> it
tests/prompts.test.ts
call -> it
tests/prompts.test.ts
call -> it
tests/prompts.test.ts
call -> it
tests/prompts.test.ts
call -> join
tests/prompts.test.ts
call -> makeFailureContext
tests/prompts.test.ts
call -> makeFailureContext
tests/prompts.test.ts
call -> makeFailureContext
tests/prompts.test.ts
call -> makeFailureContext
tests/prompts.test.ts
call -> makeFailureContext
tests/prompts.test.ts
call -> makeFailureContext
tests/prompts.test.ts
call -> makeFailureContext
tests/prompts.test.ts
call -> makeFailureContext
tests/prompts.test.ts
call -> makeFailureContext
tests/prompts.test.ts
call -> makeFailureContext
tests/prompts.test.ts
call -> makeFailureContext
tests/prompts.test.ts
call -> makeFailureContext
tests/prompts.test.ts
call -> makeFailureContext
tests/prompts.test.ts
call -> makeFailureContext
tests/prompts.test.ts
call -> makeFailureContext
tests/prompts.test.ts
call -> makeFailureContext
tests/prompts.test.ts
call -> makeNetworkEntry
tests/prompts.test.ts
call -> makeNetworkEntry
tests/prompts.test.ts
call -> skip
tests/prompts.test.ts
call -> test
tests/prompts.test.ts
call -> test
tests/prompts.test.ts
call -> test
tests/prompts.test.ts
call -> test
tests/prompts.test.ts
call -> toBe
tests/prompts.test.ts
call -> toBe
tests/prompts.test.ts
call -> toBeGreaterThan
tests/prompts.test.ts
call -> toBeGreaterThan
tests/prompts.test.ts
call -> toContain
tests/prompts.test.ts
call -> toContain
tests/prompts.test.ts
call -> toContain
tests/prompts.test.ts
call -> toContain
tests/prompts.test.ts
call -> toContain
tests/prompts.test.ts
call -> toContain
tests/prompts.test.ts
call -> toContain
tests/prompts.test.ts
call -> toContain
tests/prompts.test.ts
call -> toContain
tests/prompts.test.ts
call -> toContain
tests/prompts.test.ts
call -> toContain
tests/prompts.test.ts
call -> toContain
tests/prompts.test.ts
call -> toContain
tests/prompts.test.ts
call -> toContain
tests/prompts.test.ts
call -> toContain
tests/prompts.test.ts
call -> toContain
tests/prompts.test.ts
call -> toContain
tests/prompts.test.ts
call -> toContain
tests/prompts.test.ts
call -> toContain
tests/prompts.test.ts
call -> toContain
Routes
No routes detected yet.
Generated chunks
README.md
README.md:1-100
package-lock.json
package-lock.json:1-1902
package.json
package.json:1-42
Module src.ai.prompts
src/ai/prompts.ts:1-106
constant SYSTEM_PROMPT
src/ai/prompts.ts:2-2
function formatNetworkLog
src/ai/prompts.ts:14-14
function entries
src/ai/prompts.ts:17-27
constant FAILURE_TYPE_GUIDANCE
src/ai/prompts.ts:28-28
function buildPrompt
src/ai/prompts.ts:57-57
Module src.ai.providers.anthropic
src/ai/providers/anthropic.ts:1-31
class AnthropicProvider
src/ai/providers/anthropic.ts:3-3
method constructor
src/ai/providers/anthropic.ts:7-11
Module src.ai.providers.openai
src/ai/providers/openai.ts:1-30
class OpenAIProvider
src/ai/providers/openai.ts:3-3
method constructor
src/ai/providers/openai.ts:7-11
Module src.ai.rewriter
src/ai/rewriter.ts:1-48
function createProvider
src/ai/rewriter.ts:5-5
function stripMarkdownFences
src/ai/rewriter.ts:25-25
function rewriteTest
src/ai/rewriter.ts:38-38
Module src.analyzer.failure-classifier
src/analyzer/failure-classifier.ts:1-140
constant SELECTOR_PATTERNS
src/analyzer/failure-classifier.ts:2-2
constant API_PATTERNS
src/analyzer/failure-classifier.ts:14-14
constant FLOW_PATTERNS
src/analyzer/failure-classifier.ts:22-22
constant ASSERTION_PATTERNS
src/analyzer/failure-classifier.ts:31-31
function ASSERTION_PATTERNS
src/analyzer/failure-classifier.ts:31-47
function matchesAny
src/analyzer/failure-classifier.ts:44-44
function hasApiErrors
src/analyzer/failure-classifier.ts:48-48
function extractSelectorHints
src/analyzer/failure-classifier.ts:60-60
function name
src/analyzer/failure-classifier.ts:90-96
function isElementPresentInDom
src/analyzer/failure-classifier.ts:102-102
function domLower
src/analyzer/failure-classifier.ts:107-110
function classifyFailure
src/analyzer/failure-classifier.ts:111-111
Module src.cli
src/cli.ts:1-48
function program
src/cli.ts:7-7
Module src.config
src/config.ts:1-42
constant CONFIG_FILES
src/config.ts:4-4
function loadConfig
src/config.ts:6-6
Module src.context.collector
src/context/collector.ts:1-81
constant CONTEXT_DIR
src/context/collector.ts:7-7
interface CapturedContext
src/context/collector.ts:9-9
function loadCapturedContextForTest
src/context/collector.ts:18-18
function match
src/context/collector.ts:31-40
function readTestSource
src/context/collector.ts:41-41
function collectFailureContext
src/context/collector.ts:49-49
Module src.context.dom-snapshot
src/context/dom-snapshot.ts:1-22
function trimDomSnapshot
src/context/dom-snapshot.ts:5-5
Module src.context.network-log
src/context/network-log.ts:1-26
function trimNetworkLog
src/context/network-log.ts:7-7
constant SKIP_TYPES
src/context/network-log.ts:11-26
function relevant
src/context/network-log.ts:12-26
function errors
src/context/network-log.ts:14-26
function rest
src/context/network-log.ts:16-26
function selected
src/context/network-log.ts:17-26
Module src.index
src/index.ts:1-12
Module src.plugin.fixture
src/plugin/fixture.ts:1-116
interface AutofixData
src/plugin/fixture.ts:5-5
constant CONTEXT_DIR
src/plugin/fixture.ts:10-10
function attachNetworkRecorder
src/plugin/fixture.ts:12-12
function entry
src/plugin/fixture.ts:32-43
function captureOnFailure
src/plugin/fixture.ts:53-53
function autofixFixture
src/plugin/fixture.ts:103-116
Module src.plugin.reporter
src/plugin/reporter.ts:1-81
interface TestFailureReport
src/plugin/reporter.ts:11-11
constant REPORT_DIR
src/plugin/reporter.ts:28-28
class AutofixReporter
src/plugin/reporter.ts:30-30
function attachments
src/plugin/reporter.ts:44-63
Module src.reporter.report
src/reporter/report.ts:1-66
function formatDiff
src/reporter/report.ts:4-4
function patch
src/reporter/report.ts:6-30
function printSummary
src/reporter/report.ts:31-31
function fixed
src/reporter/report.ts:33-66
function failed
src/reporter/report.ts:34-66
Module src.runner.test-runner
src/runner/test-runner.ts:1-290
constant AUTOFIX_DIR
src/runner/test-runner.ts:19-19
function cleanAutofixDir
src/runner/test-runner.ts:21-21
function runPlaywrightTests
src/runner/test-runner.ts:30-30
function runPlaywrightWithBuiltinCapture
src/runner/test-runner.ts:64-64
function extractFailures
src/runner/test-runner.ts:111-111
function fixSingleTest
src/runner/test-runner.ts:151-151
function runAutofix
src/runner/test-runner.ts:237-237
Module src.types
src/types.ts:1-78
interface NetworkEntry
src/types.ts:8-8
interface FailureContext
src/types.ts:20-20
interface FixResult
src/types.ts:35-35
interface AutofixConfig
src/types.ts:46-46
constant DEFAULT_CONFIG
src/types.ts:61-61
interface LLMProvider
src/types.ts:75-75
Module src.validator.validator
src/validator/validator.ts:1-65
constant TEMP_DIR
src/validator/validator.ts:8-8
interface ValidationResult
src/validator/validator.ts:10-10
function validateRewrittenTest
src/validator/validator.ts:17-17
Module tests.config.test
tests/config.test.ts:1-70
constant TMP_DIR
tests/config.test.ts:6-6
function TMP_DIR
tests/config.test.ts:6-6
function config
tests/config.test.ts:21-70
function config
tests/config.test.ts:32-70
function config
tests/config.test.ts:46-70
function config
tests/config.test.ts:55-70
function config
tests/config.test.ts:61-70
Module tests.dom-snapshot.test
tests/dom-snapshot.test.ts:1-74
Context package
Select a generated chunk to preview graph-aware context.
Symbol hierarchy
file to module · src/ai/prompts.ts
file to function · src/ai/prompts.ts
file to function · src/ai/prompts.ts
file to symbol · src/ai/prompts.ts
file to function · src/ai/prompts.ts
file to symbol · src/ai/prompts.ts
file to module · src/ai/providers/anthropic.ts
file to class · src/ai/providers/anthropic.ts
file to method · src/ai/providers/anthropic.ts
file to module · src/ai/providers/openai.ts
file to method · src/ai/providers/openai.ts
file to class · src/ai/providers/openai.ts
file to module · src/ai/rewriter.ts
file to function · src/ai/rewriter.ts
file to function · src/ai/rewriter.ts
file to function · src/ai/rewriter.ts
file to module · src/analyzer/failure-classifier.ts
file to symbol · src/analyzer/failure-classifier.ts
file to symbol · src/analyzer/failure-classifier.ts
file to function · src/analyzer/failure-classifier.ts
file to function · src/analyzer/failure-classifier.ts
file to function · src/analyzer/failure-classifier.ts
file to symbol · src/analyzer/failure-classifier.ts
file to function · src/analyzer/failure-classifier.ts
file to function · src/analyzer/failure-classifier.ts
file to function · src/analyzer/failure-classifier.ts
file to function · src/analyzer/failure-classifier.ts
file to symbol · src/analyzer/failure-classifier.ts
file to module · src/cli.ts
file to function · src/cli.ts
file to module · src/config.ts
file to symbol · src/config.ts
file to function · src/config.ts
file to module · src/context/collector.ts
file to interface · src/context/collector.ts
file to function · src/context/collector.ts
file to symbol · src/context/collector.ts
file to function · src/context/collector.ts
file to function · src/context/collector.ts
file to function · src/context/collector.ts
file to module · src/context/dom-snapshot.ts
file to function · src/context/dom-snapshot.ts
file to module · src/context/network-log.ts
file to function · src/context/network-log.ts
file to function · src/context/network-log.ts
file to function · src/context/network-log.ts
file to function · src/context/network-log.ts
file to symbol · src/context/network-log.ts
file to function · src/context/network-log.ts
file to module · src/index.ts
file to module · src/plugin/fixture.ts
file to function · src/plugin/fixture.ts
file to interface · src/plugin/fixture.ts
file to function · src/plugin/fixture.ts
file to function · src/plugin/fixture.ts
file to symbol · src/plugin/fixture.ts
file to function · src/plugin/fixture.ts
file to module · src/plugin/reporter.ts
file to function · src/plugin/reporter.ts
file to class · src/plugin/reporter.ts
file to symbol · src/plugin/reporter.ts
file to interface · src/plugin/reporter.ts
file to module · src/reporter/report.ts
file to function · src/reporter/report.ts
file to function · src/reporter/report.ts
file to function · src/reporter/report.ts
file to function · src/reporter/report.ts
file to function · src/reporter/report.ts
file to module · src/runner/test-runner.ts
file to symbol · src/runner/test-runner.ts
file to function · src/runner/test-runner.ts
file to function · src/runner/test-runner.ts
file to function · src/runner/test-runner.ts
file to function · src/runner/test-runner.ts
file to function · src/runner/test-runner.ts
file to function · src/runner/test-runner.ts
file to module · src/types.ts
file to interface · src/types.ts
file to symbol · src/types.ts
file to interface · src/types.ts
file to interface · src/types.ts
file to interface · src/types.ts
file to interface · src/types.ts
file to module · src/validator/validator.ts
file to symbol · src/validator/validator.ts
file to function · src/validator/validator.ts
file to interface · src/validator/validator.ts
file to module · tests/config.test.ts
file to function · tests/config.test.ts
file to symbol · tests/config.test.ts
file to module · tests/dom-snapshot.test.ts
file to function · tests/dom-snapshot.test.ts
file to module · tests/failure-classifier.test.ts
file to function · tests/failure-classifier.test.ts
file to function · tests/failure-classifier.test.ts
file to module · tests/helpers.ts
file to function · tests/helpers.ts
file to function · tests/helpers.ts
file to module · tests/network-log.test.ts
file to function · tests/network-log.test.ts
Inheritance
No inheritance relationships detected yet.
Call chain
file to module · src/ai/prompts.ts
file to module · src/ai/prompts.ts
file to module · src/ai/prompts.ts
file to module · src/ai/prompts.ts
file to module · src/ai/prompts.ts
file to module · src/ai/prompts.ts
file to module · src/ai/prompts.ts
file to module · src/ai/prompts.ts
file to module · src/ai/prompts.ts
file to module · src/ai/prompts.ts
file to module · src/ai/prompts.ts
file to module · src/ai/prompts.ts
file to module · src/ai/prompts.ts
file to function · src/ai/prompts.ts
file to module · src/ai/providers/anthropic.ts
file to module · src/ai/providers/anthropic.ts
file to module · src/ai/providers/anthropic.ts
file to module · src/ai/providers/anthropic.ts
file to module · src/ai/providers/anthropic.ts
file to module · src/ai/providers/anthropic.ts
file to method · src/ai/providers/anthropic.ts
file to module · src/ai/providers/openai.ts
file to module · src/ai/providers/openai.ts
file to module · src/ai/providers/openai.ts
file to module · src/ai/providers/openai.ts
file to module · src/ai/providers/openai.ts
file to module · src/ai/providers/openai.ts
file to method · src/ai/providers/openai.ts
file to module · src/ai/rewriter.ts
file to module · src/ai/rewriter.ts
file to module · src/ai/rewriter.ts
file to module · src/ai/rewriter.ts
file to module · src/ai/rewriter.ts
file to class · src/ai/rewriter.ts
file to function · src/ai/rewriter.ts
file to class · src/ai/rewriter.ts
file to function · src/ai/rewriter.ts
file to module · src/analyzer/failure-classifier.ts
file to module · src/analyzer/failure-classifier.ts
file to module · src/analyzer/failure-classifier.ts
file to module · src/analyzer/failure-classifier.ts
file to module · src/analyzer/failure-classifier.ts
file to module · src/analyzer/failure-classifier.ts
file to module · src/analyzer/failure-classifier.ts
file to module · src/analyzer/failure-classifier.ts
file to function · src/analyzer/failure-classifier.ts
file to function · src/analyzer/failure-classifier.ts
file to function · src/analyzer/failure-classifier.ts
file to function · src/analyzer/failure-classifier.ts
file to function · src/analyzer/failure-classifier.ts
file to module · src/cli.ts
file to module · src/cli.ts
file to module · src/cli.ts
file to module · src/cli.ts
file to module · src/cli.ts
file to module · src/cli.ts
file to module · src/cli.ts
file to module · src/cli.ts
file to module · src/cli.ts
file to module · src/cli.ts
file to module · src/cli.ts
file to module · src/cli.ts
file to module · src/cli.ts
file to module · src/cli.ts
file to function · src/cli.ts
file to function · src/cli.ts
file to function · src/cli.ts
file to function · src/cli.ts
file to module · src/config.ts
file to module · src/config.ts
file to module · src/config.ts
file to module · src/config.ts
file to module · src/context/collector.ts
file to module · src/context/collector.ts
file to module · src/context/collector.ts
file to module · src/context/collector.ts
file to module · src/context/collector.ts
file to module · src/context/collector.ts
file to module · src/context/collector.ts
file to module · src/context/collector.ts
file to module · src/context/collector.ts
file to module · src/context/collector.ts
file to module · src/context/collector.ts
file to module · src/context/collector.ts
file to module · src/context/collector.ts
file to module · src/context/collector.ts
file to function · src/context/collector.ts
file to function · src/context/collector.ts
file to function · src/context/collector.ts
file to function · src/context/collector.ts
file to module · src/context/dom-snapshot.ts
file to module · src/context/dom-snapshot.ts
file to module · src/context/network-log.ts
file to module · src/context/network-log.ts
file to module · src/context/network-log.ts
file to module · src/context/network-log.ts
file to module · src/context/network-log.ts
file to module · src/plugin/fixture.ts
file to module · src/plugin/fixture.ts
file to module · src/plugin/fixture.ts
Route ownership
No route ownership relationships detected yet.