/testjssummit-2021

Primary LanguageCSSApache License 2.0Apache-2.0

Stryker

This repository contains the slides for the talk on mutation testing at TestJS Summit.

To run these slides on your computer you need to have nodejs and npm installed. If you don't have these tools, you can get them on https://nodejs.org/en/

After downloading or cloning this repository, open a command prompt and install the dependencies using:

npm install

This will require an internet connection and may take a minute or so to complete. After this has completed, you can start the presentation with the command:

npm start

This will open your browser and allow you to click through the slides.

The demo application for this presentation is available on GitHub as well: https://github.com/stryker-mutator/robobar-example