-
Notifications
You must be signed in to change notification settings - Fork 3.3k
fix: prevent overwriting of video files #30673
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
Merged
Merged
Changes from 25 commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
fd492ce
fix: use getPath to prevent video file overwrite
YJDoc2 49e69f1
chore: update changelog
YJDoc2 1709884
test: add system e2e for the retain videos fix
YJDoc2 b7a2224
Merge branch 'develop' into issue-8280
YJDoc2 3a3ce9a
Merge branch 'develop' into issue-8280
jennifer-shehane 4415974
Update cli/CHANGELOG.md
jennifer-shehane d7272b3
merge develop
jennifer-shehane 17a2507
Update types for screenshots to be in util/fs
jennifer-shehane 436569a
Fix changelog entry placement
jennifer-shehane 166da24
fix extension type
jennifer-shehane 8c11c07
more types fixes
jennifer-shehane 9b98960
Merge branch 'develop' into issue-8280
jennifer-shehane 77574d0
Merge branch 'develop' into issue-8280
YJDoc2 a16222b
Merge branch 'develop' into issue-8280
YJDoc2 70daf1d
fix: add required field in getPath call to satisfy ts
YJDoc2 d65ce4c
fix: sync Data interface from develop branch
YJDoc2 a3af41a
fix: update SavedDetails type to better definition
YJDoc2 732d02f
Merge branch 'develop' into issue-8280
jennifer-shehane 2665e62
Merge branch 'develop' into issue-8280
jennifer-shehane 29936c5
Merge branch 'develop' into issue-8280
YJDoc2 1eb8195
Merge branch 'develop' of github.com:cypress-io/cypress into issue-8280
AtofStryker 1ed0dc8
update changelog
AtofStryker 7f513cd
break out type import into unique line to allow mksnapshot to work
AtofStryker 2c64ce5
Merge branch 'develop' into issue-8280
YJDoc2 fe946d0
Merge branch 'develop' into issue-8280
AtofStryker 5a89358
Merge branch 'develop' into issue-8280
YJDoc2 64385d9
fix: minor comment fixes
YJDoc2 07577ed
fix: change videoPath fn signature as per comment
YJDoc2 95f04f0
fix: convert the test to async/await
YJDoc2 6b4e74e
Update CHANGELOG.md
AtofStryker File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this might read a bit easier when invoked if the suffix was an optional argument and the last argument of the function.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have changed it, so that the suffix is second arg, with a default value, so if nothing is passed it takes
''
as default value. That said I'm not sure if this is better or not from before, so can you check once? I have added it as a separate commit, so can be directly reverted if not useful - 07577ed