-
Notifications
You must be signed in to change notification settings - Fork 4
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
Remove mentions of npx @replayio/cypress run
#202
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -570,7 +570,7 @@ | |
}, | ||
{ | ||
"source": "/test-suites/_archive/ci-integration/circle-ci", | ||
"destination": "/reference/ci-workflows/recording-strategies" | ||
"destination": "/reference/ci-workflows/upload-strategies" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Are these redirects blocking the recording-strategies content? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yes. I think describing recording strategies raises the complexity here and we might not actually need this (see here). Since this content did exist, I had to redirect it somewhere and |
||
}, | ||
{ | ||
"source": "/test-suites/_archive/ci-integration/github-actions", | ||
|
@@ -895,7 +895,11 @@ | |
}, | ||
{ | ||
"source": "/ci-workflows/recording-strategies", | ||
"destination": "/reference/ci-workflows/recording-strategies" | ||
"destination": "/reference/ci-workflows/upload-strategies" | ||
}, | ||
{ | ||
"source": "/reference/ci-workflows/recording-strategies", | ||
"destination": "/reference/ci-workflows/upload-strategies" | ||
}, | ||
{ | ||
"source": "/ci-workflows/upload-strategies", | ||
|
@@ -991,7 +995,11 @@ | |
}, | ||
{ | ||
"source": "/test-runners/cypress-io/recording-options", | ||
"destination": "/reference/test-runners/cypress-io/recording-options" | ||
"destination": "/reference/test-runners/cypress-io" | ||
}, | ||
{ | ||
"source": "/reference/test-runners/cypress-io/recording-options", | ||
"destination": "/reference/test-runners/cypress-io" | ||
}, | ||
{ | ||
"source": "/test-runners/cypress-io/troubleshooting-guide", | ||
|
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 can't figure out how to actually view this content. When I try to open this page by URL or search, I get redirected to
reference/ci-workflows/upload-strategies
– presumably bc of thevercel.json
entry– but that page doesn't have the content here. So is this content even viewable at all?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 started to edit this but then figured out that it doesn't even make that much sense (IMHO) to discuss recording strategies. Sure, recording has some overhead but it should be negligible for most users. I don't think people have to be aware of this being configurable anyhow (and it actually isn't in certain scenarios, like with
@replayio/playwright
).So then I went to remove references to this and forgot to remove this
.md
file. I'll remove it in a sec. Please let me know if my reasoning about removing it makes sense to u