Skip to content

Instantly share code, notes, and snippets.

View neilrees's full-sized avatar

Neil Rees neilrees

View GitHub Profile
@neilrees
neilrees / MSpecToJUnit.xslt
Last active April 9, 2019 15:34
Convert Mspec xml test results to Junit for VSTS
<?xml version="1.0" encoding="utf-8"?>
<!--
Converts the MSpec (http://github.com/machine/machine.specifications) xml
output to JUnit output format.
-->
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:output method="xml" indent="yes"/>
@neilrees
neilrees / google.feature
Last active September 10, 2015 12:09 — forked from kbingman/google.feature
Feature: Google Demo
Scenario: Google home page
When I open http://google.com
The the title should be Google