From 64cbe86def3447f8e5df1dc9ff2b4335ac6d4035 Mon Sep 17 00:00:00 2001 From: Mike McCready <66998419+MikeMcC399@users.noreply.github.com> Date: Thu, 4 Jul 2024 08:41:39 +0200 Subject: [PATCH 1/2] Remove outdated workshops --- docs/examples/workshop.mdx | 82 +------------------------------------- 1 file changed, 1 insertion(+), 81 deletions(-) diff --git a/docs/examples/workshop.mdx b/docs/examples/workshop.mdx index 384bab9ecc..c2d3ac1318 100644 --- a/docs/examples/workshop.mdx +++ b/docs/examples/workshop.mdx @@ -3,84 +3,4 @@ title: Workshops sidebar_position: 50 --- -## End-to-end Testing with Cypress.io - - - -Cypress has put together a full day workshop that teaches how to test a modern -web application using Cypress. You can preview the slides here: -[testing-workshop-cypress.netlify.app/](https://testing-workshop-cypress.netlify.app/) - -The repository -[cypress-io/testing-workshop-cypress](https://github.com/cypress-io/testing-workshop-cypress) -has: - -- An example application -- Test exercises (with answers) -- Speaker slides with notes - -The content should be a good starting point for anyone who wants to learn -Cypress or teach it to others. The exercises cover the following topics (see the -workshop's -[README file](https://github.com/cypress-io/testing-workshop-cypress#readme) for -a full list). - -- How to install and run Cypress -- Writing and running a basic test -- Setting up video recording and screenshots -- Using the Selector Playground -- Testing XHR requests -- Using data fixtures to mock data -- Running tests on CI and recording to Cypress Cloud -- Customizing your own reporters -- Writing custom Cypress commands -- Debugging in Cypress -- Component testing - -We hope this testing workshop proves itself useful in teaching developers and -testers good Cypress practices. - -## ReactJSDay 2019 Testing Course - - - -This is the -[reference repository](https://github.com/NoriSte/reactjsday-2019-testing-course) -with all the contents and the examples of the -[React Testing 101: component, integration, and end-to-end testing](https://2019.reactjsday.it/workshops/react-testing-101.html) -course for the [ReactJSDay 2019](https://2019.reactjsday.it/) conference. - -The repository aims to be consumed through -[the compiled GitBook](https://noriste.github.io/reactjsday-2019-testing-course/). -The course starts from the top of the testing pyramid and goes down instead of -following the "standard" testing path, you can -[read here](https://noriste.github.io/reactjsday-2019-testing-course/book/top-to-bottom.html) -the reason why. -[Some introductory slides](https://slides.com/noriste/reactjsday-2019-testing-course) -are also included but they're only useful for the teacher. They're a summary of -the content presented before the coding session. - -Requisites to run the project and the tests on your local machine: - -- Node 10+ -- [MongoDB](https://docs.mongodb.com/manual/installation/) -- [Docker](https://docs.docker.com/install/) - -### License - -This material is available for private, non-commercial use under the -[GPL version 3](http://www.gnu.org/licenses/gpl-3.0-standalone.html). If you -would like to use this material to conduct your own workshop, please contact -nori.ste.magni@gmail.com. - -### Contributors - -Thanks goes to these wonderful people: -[Stefano Magni](https://twitter.com/NoriSte) and -[Jaga Santagostino](http://jagascript.com/). Please see the -[repository](https://github.com/NoriSte/reactjsday-2019-testing-course) for an -up to date list of all contributors. Contributions of any kind are welcome in -the [repository](https://github.com/NoriSte/reactjsday-2019-testing-course). +Check out [Cypress Events](https://www.cypress.io/events) to advance your testing skills with Cypress! From dd29cb963299c642e771a81027c85eb4722e992d Mon Sep 17 00:00:00 2001 From: Mike McCready <66998419+MikeMcC399@users.noreply.github.com> Date: Tue, 9 Jul 2024 07:31:54 +0200 Subject: [PATCH 2/2] Delete examples workshop page --- docs/examples/workshop.mdx | 6 ------ netlify.toml | 14 ++++---------- 2 files changed, 4 insertions(+), 16 deletions(-) delete mode 100644 docs/examples/workshop.mdx diff --git a/docs/examples/workshop.mdx b/docs/examples/workshop.mdx deleted file mode 100644 index c2d3ac1318..0000000000 --- a/docs/examples/workshop.mdx +++ /dev/null @@ -1,6 +0,0 @@ ---- -title: Workshops -sidebar_position: 50 ---- - -Check out [Cypress Events](https://www.cypress.io/events) to advance your testing skills with Cypress! diff --git a/netlify.toml b/netlify.toml index 87e94dce5a..4fe0ef479a 100644 --- a/netlify.toml +++ b/netlify.toml @@ -52,7 +52,7 @@ to = "/examples/recipes/" status = 301 force = true - + [[redirects]] from = "/examples/examples/docker" to = "/examples/docker" @@ -82,7 +82,7 @@ to = "/guides/component-testing/overview" status = 301 force = true - + [[redirects]] from = "/guides/component-testing/introduction" to = "/guides/component-testing/overview" @@ -178,7 +178,7 @@ to = "/guides/references/bundled-libraries" status = 301 force = true - + [[redirects]] from = "/guides/references/bundled-tools.html" to = "/guides/references/bundled-libraries" @@ -328,7 +328,7 @@ to = "/guides/cloud/analytics/overview" status = 301 force = true - + [[redirects]] from = "/guides/cloud/analytics" to = "/guides/cloud/analytics/overview" @@ -607,12 +607,6 @@ status = 301 force = true -[[redirects]] - from = "/examples/examples/workshop" - to = "/examples/workshop" - status = 301 - force = true - [[redirects]] from = "/guides/component-testing/angular/quickstart" to = "/guides/component-testing/angular/overview"