-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
My company blocks chrome extensions #2494
Comments
Hey @benmonro, are you aware of the mechanism your company is using to block chrome extensions? What happens when you try to launch Cypress now? What do you see? |
hi @jennifer-shehane, yeah I believe we're using the chrome enterprise policies. Since the cypress extension isn't in the chrome marketplace there's no way for me to get it approved /whitelisted that I know of. any guidance would be much appreciated. |
I can't seem to upload a screenshot (company policy again I think - I'm new here). What i see is browser with all my whitelisted extensions and a page that says:
|
The only thing I've ever seen remotely related to chrome extensions and permissions was this comment. Not sure it it's relevant though #672 (comment) |
Yeah the problem is it doesn't even get to the point where the extension is
installed so I can't see it in the settings.
…On Thu, Sep 20, 2018 at 9:43 AM Jennifer Shehane ***@***.***> wrote:
The only thing I've ever seen remotely related to chrome extensions and
permissions was this comment. Not sure it it's relevant though #672
(comment)
<#672 (comment)>
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#2494 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAYXhILVnFxioLyeeMi4TamsrbJxy8Wtks5uc6mkgaJpZM4Wwpor>
.
|
@benmonro does electron work? Maybe you could download Chromium and only run your Cypress tests through it |
electron does work! we were also able to get it working with SRWare Iron which uses chromium under the hood. Still it'd be nice to be able to run tests in chrome directly w/out having to use an extension if possible. |
@benmonro that's a good idea! We may make the chrome extension optional, as we have already had to engineer that for headless chrome, which doesn't support extensions |
The code for this is done in cypress-io/cypress#3674, but has yet to be released. |
Released in |
Is this a Feature or Bug?
both maybe?
I'm unable to launch cypress because my company blocks chrome extensions. any workarounds? If not, can you add support for cypress for users like me? :)
The text was updated successfully, but these errors were encountered: