diff --git a/docs/examples/workshop.mdx b/docs/examples/workshop.mdx deleted file mode 100644 index 384bab9ecc..0000000000 --- a/docs/examples/workshop.mdx +++ /dev/null @@ -1,86 +0,0 @@ ---- -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). 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"