Skip to content
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

chore: remove cypress workshop and references as the repository is ar… #5291

Merged
merged 2 commits into from
Oct 26, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions docs/api/commands/fixture.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -350,8 +350,6 @@ practical purposes it should never happen.
- [`.readFile()`](/api/commands/readfile) for a similar command without caching
and with builtin retryability
- [Recipe: Bootstrapping App Test Data](/examples/recipes#Server-Communication)
- [Fixtures](https://github.com/cypress-io/testing-workshop-cypress#fixtures)
section of the Cypress Testing Workshop
- [Blog: Load Fixtures from Cypress Custom Commands](https://glebbahmutov.com/blog/fixtures-in-custom-commands/)
explains how to load or import fixtures to be used in the Cypress custom
commands.
3 changes: 0 additions & 3 deletions docs/api/plugins/configuration-api.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -212,8 +212,5 @@ type-specific plugins.

## See also

- The
[Configuration](https://github.com/cypress-io/testing-workshop-cypress#intermediate)
section of the Cypress Testing Workshop
- blog post
[Keep passwords secret in E2E tests](https://glebbahmutov.com/blog/keep-passwords-secret-in-e2e-tests/)
10 changes: 0 additions & 10 deletions docs/guides/tooling/reporters.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,6 @@ built into Cypress and you can use them without installing anything.
Finally, we support creating your own custom reporters or using any kind of 3rd
party reporter.

:::info

Once you've read through the documentation below, we invite you to experience
the power of Cypress reporters via
[Section 9](https://github.com/cypress-io/testing-workshop-cypress/blob/master/slides/09-reporters/PITCHME.md)
of our open source
[testing workshop for Cypress](https://github.com/cypress-io/testing-workshop-cypress).

:::

## Custom reporter

### Installed locally
Expand Down
5 changes: 0 additions & 5 deletions vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,6 @@
"destination": "/examples/docker",
"permanent": true
},
{
"source": "/examples/examples/workshop",
"destination": "/examples/workshop",
"permanent": true
},
{
"source": "/examples/examples/projects-media",
"destination": "/examples/projects-media",
Expand Down