Skip to content

Commit

Permalink
Add credits for xslt and example trx files
Browse files Browse the repository at this point in the history
  • Loading branch information
EnricoMi committed May 23, 2022
1 parent ffc7946 commit 817c56d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion python/publish/xslt/trx-to-junit.xslt
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- based on https://raw.githubusercontent.com/ekyoung/personal-site-dotnet/7c2f6953960b9abf8d4f520ba0f257034b9a7371/trx-to-junit.xslt -->
<!-- based on https://github.com/ekyoung/personal-site-dotnet/blob/7c2f6953960b9abf8d4f520ba0f257034b9a7371/trx-to-junit.xslt -->
<!-- and https://github.com/medlab/xunitparserx/blob/2cc8b68b0c5ce9c60da2934cb2cce10c8330536e/trx-to-junit.xslt -->
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:a="http://microsoft.com/schemas/VisualStudio/TeamTest/2006" xmlns:b="http://microsoft.com/schemas/VisualStudio/TeamTest/2010" >
<xsl:output method="xml" indent="yes" />
<xsl:template match="/">
Expand Down
1 change: 1 addition & 0 deletions python/test/files/mstest.trx
@@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- https://github.com/x97mdr/pickles/blob/6da16c6b7825983818bb8dfaa7ee6926c0280c48/src/Pickles/Pickles.Test/results-example-mstest.trx -->
<TestRun id="97f57849-3919-4bc0-8b5a-60884faca4a9" name="camejef@BUMBLEBEE 2012-02-19 09:25:24" runUser="BUMBLEBEE\camejef" xmlns="http://microsoft.com/schemas/VisualStudio/TeamTest/2010">
<TestSettings name="Default Test Settings" id="fca8b5a8-ae49-45c5-b2b7-a975e4a4fd10">
<Deployment userDeploymentRoot="c:\dev\pickles-results-harness" useDefaultDeploymentRoot="false" runDeploymentRoot="camejef_BUMBLEBEE 2012-02-19 09_25_24" />
Expand Down

0 comments on commit 817c56d

Please sign in to comment.