You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Resolve default config file when no --config-file is passed, enabling
plain-object configs (without defineConfig) in the standard cypress run flow
- Skip .ts config files — Cypress transpiles them internally, ESM wrapper can't
import .ts directly
- Hook both lib/exec/{run,open}.js (Cypress 10-14) and dist/exec/{run,open}.js
(Cypress 15+) so the CLI wrapper fires across all supported versions
- Respect configFile: false — don't override with a resolved default
- Add comments to programmatic test scripts clarifying that instrumentation
works via the default config file, not inline configs
- Add TypeScript config regression test
- Add plain-object default config (no --config-file) regression test
- Fix ESM config imports to include .js extension for dd-trace/ci/cypress/plugin
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments