-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
e2e - file names are too long on windows #40291
Comments
cc @kevin940726 |
Oh wow, I didn't know that there's a file name limit on Windows. I'll see what I can do. |
Possible temporary solution: https://stackoverflow.com/questions/22575662/filename-too-long-in-git-for-windows |
Opened a PR in #40336, LMK if it solves the problem! |
#40336 is merged, I'll close this now but feel free to re-open if it doesn't solve the issue :) |
What problem does this address?
@JustinyAhin I believe this is related to the switch to Playwright. Either way it is a recent issue.
When I try to work with Gutenberg changes and for example stash my local changes, I get errors like these:
I have already moved my installation to a shorter path, but it is still too long.
test/e2e/specs/editor/various/copy-cut-paste-whole-blocks.spec.js-snapshots/Copy-cut-paste-of-whole-blocks-should-respect--957b6-opy-in-places-like-input-fields-and-textareas-2-chromium.txt
alone is 189 characters.
What is your proposed solution?
Is it possible to use shorter paths and filenames?
The text was updated successfully, but these errors were encountered: