interface BeforeRunDetails.config
has type ConfigOptions
but is actually type PluginConfigOptions
#30420
Labels
type: typings
Issue related to Cypress types (for TypeScript)
Current behavior
Printing the
details
object ofon('before:run', (details) =>
, it can be seen that many more items are present than are in its specified type,ConfigOptions
. After looking over the types, it looks likePluginConfigOptions
would be more correct for this.Desired behavior
No response
Test code to reproduce
TypeScript bug, code not needed
Cypress Version
13.5.0
Node version
18
Operating System
Windows 11
Debug Logs
No response
Other
No response
The text was updated successfully, but these errors were encountered: