How to access config.browsers
in TypeScript elegantly?
#21648
Unanswered
rkrisztian
asked this question in
Plugins
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I want to follow this guide:
https://docs.cypress.io/guides/guides/launching-browsers#Customize-available-browsers
In JavaScript it would look like this:
In TypeScript, I have a problem:
Why doesn't the interface also expose the runtime options?
Beta Was this translation helpful? Give feedback.
All reactions