rouke-broersma / talk-mutation-testing-with-stryker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stryker

This repository contains the slides for the talk Mutation Testing with Stryker.

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

About

License:Apache License 2.0