From c2dc3aa773ad7e1bdfdcc640ccc5f84e0362a3ab Mon Sep 17 00:00:00 2001 From: Rafael Oliveira Date: Tue, 15 Oct 2024 16:46:22 +0200 Subject: [PATCH] add tutorial submission Co-authored-by: Sofia Edvardsson --- .../executable-tutorial/rmfseo-sofiaedv/README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/contributions/executable-tutorial/rmfseo-sofiaedv/README.md b/contributions/executable-tutorial/rmfseo-sofiaedv/README.md index b4c857ea1..a02b65fc7 100644 --- a/contributions/executable-tutorial/rmfseo-sofiaedv/README.md +++ b/contributions/executable-tutorial/rmfseo-sofiaedv/README.md @@ -46,3 +46,10 @@ robustness. Our proposed tutorial hopes to demonstrate how to use a tool like Schemathesis as a key component in a testing pipeline to complement human-written and human-driven tests to ensure all stakeholders have confidence in the system's continuous reliability. + +**Submission** + +Our tutorial is available +[here](https://killercoda.com/rafdev/scenario/rest-fuzzing-with-schemathesis), +with the corresponding source code in +[this](https://github.com/RafDevX/schemathesis-tutorial-devops) repository.