-
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
Does not support script type="module" #3696
Comments
Can you verify which browser you are opening Cypress in? Is it Electron? Chrome? Are you doing it via I notice that support for |
hi @jennifer-shehane - the issue was I was using chrome when building/testing (cypress open) - but then it was switching to electron in CI. differring default versions I think is a foot 🔫 eg: if it's always electron when headless - there should be a giant warning about using chrome to avoid this :) |
You can run during |
Oh really! No way - tbh i can live without video, thank you so much
…On Wed, 20 Mar 2019 at 03:53, Jennifer Shehane ***@***.***> wrote:
You can run during cypress run with another browser by using the --browser
flag
<https://on.cypress.io/command-line#cypress-run-browser-lt-browser-name-or-path-gt>.
However, video recording is unavailable currently when using chrome during cypress
run.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#3696 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABkUAv7euNbULH1gnH6fozJ6oM-aSpixks5vYbDSgaJpZM4brP5G>
.
|
This will be fixed by #4001 which upgrades Electron and uses Chrome 61 in our upcoming release. We'll update this issue when it is released. |
Released in |
Current behavior:
Nothing, just a blank screen
Desired behavior:
<script type="module" src="script.js></script>
should work as expectedSteps to reproduce: (app code and test code)
Just have any site attempting to use
<script type="module" src="script.js></script>
as mentioned here https://philipwalton.com/articles/deploying-es2015-code-in-production-today/Versions
Mac OS Mojave
The text was updated successfully, but these errors were encountered: