Are there types for Cypress.browser and launchOptions? #15522
silversonicaxel
started this conversation in
General
Replies: 1 comment
-
and here the answer
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I need to manage this event https://docs.cypress.io/api/plugins/browser-launch-api.html in my plugins section of Cypress
but having the project in typescript my linter complain on
browser.name
with the errorProperty 'name' does not exist on type '{}'.ts(2339)
I can create myself a type for the parameter browser, or set it to any, to fix the lint.
Question is, are those types exported somewhere in Cypress, something like
CypressBrowser
andCypressLaunchOptions
?Thanks a lot
Beta Was this translation helpful? Give feedback.
All reactions