Replies: 2 comments 1 reply
-
@bahmutov Would ypu by any chance know how to do that? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Unfortunately no, I don’t think there is a way to warn via the ui
…Sent from my iPhone
On Oct 26, 2021, at 08:20, san-ouadghiri ***@***.***> wrote:
@bahmutov Would ypu by any chance know how to do that?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
san-slysz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
When starting cypress (UI) on a baseUrl (ex localhost:1234) + a unreachable server, we get a nice warning message in the Cypress UI. It is on a yellow background. It doesn't prevent you from actually launching a scenario at your own risk.
I'm adding code in the plugin area and would like to display a message in the same manner.
Basically for some scenario we need some env var, and if we miss one, I would rather display that, and not just prevent the whole client from running by :
(because this is sad)
Is there doc on that I missed? Could you give me some info or an example on how to do something in a similar manner?
Beta Was this translation helpful? Give feedback.
All reactions