-
Notifications
You must be signed in to change notification settings - Fork 426
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Executable Tutotial: Adding bugs to code to evaluate tests Using Stry…
…ker Mutator in JS (#1575) * feat: test * feat: first proporsal * feat: first proporsal
- Loading branch information
Showing
1 changed file
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |