From 003da600f07e38f8d8d3a93c3d396544400e4c28 Mon Sep 17 00:00:00 2001 From: Diego Chahuan <61998030+dchahuan@users.noreply.github.com> Date: Fri, 25 Mar 2022 11:14:02 +0100 Subject: [PATCH] Executable Tutotial: Adding bugs to code to evaluate tests Using Stryker Mutator in JS (#1575) * feat: test * feat: first proporsal * feat: first proporsal --- .../executable-tutorial/pdchao-docl/README.md | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 contributions/executable-tutorial/pdchao-docl/README.md diff --git a/contributions/executable-tutorial/pdchao-docl/README.md b/contributions/executable-tutorial/pdchao-docl/README.md new file mode 100644 index 0000000000..6090336902 --- /dev/null +++ b/contributions/executable-tutorial/pdchao-docl/README.md @@ -0,0 +1,24 @@ +# Assignment Proposal + +## Title + +Adding bugs to code to evaluate tests Using Stryker Mutator in JS + +## Names and KTH ID + +- Diego Chahuan (docl@kth.se) +- Preston Chao (pdchao@kth.se) + +## Deadline + +Deadline for task 1 + +## Category + +Executable tutorial + +## Description + +Stryker Mutator is a tool where you are able to test how relevant your own tests that you creat are towards detecting bugs. We plan on creating a tutorial that shows how to set up Stryker Mutator on your own machine, explain the services Stryker Mutator provides, and give an simple example of Stryker Mutator in use. + +We plan on using Katacoda to step through the tutorial interactively and execute the necessary steps that we detailed above. We will voice over what we are doing to create a tutorial that is easy for the user to follow.