summaryrefslogtreecommitdiff
path: root/Resources/Libraries/luaunit/junitxml/notes-junit-compatibility.txt
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2021-10-26 11:32:46 +0800
committerchai <chaifix@163.com>2021-10-26 11:32:46 +0800
commit0549b1e5a8a3132005e275d6026db8003cb067d2 (patch)
treef0d7751ec32ecf5c4d23997fa0ffd3450a5a755a /Resources/Libraries/luaunit/junitxml/notes-junit-compatibility.txt
parent32345800737b668011a87328cd3dcce59ec2934c (diff)
*rename folder
Diffstat (limited to 'Resources/Libraries/luaunit/junitxml/notes-junit-compatibility.txt')
-rw-r--r--Resources/Libraries/luaunit/junitxml/notes-junit-compatibility.txt34
1 files changed, 0 insertions, 34 deletions
diff --git a/Resources/Libraries/luaunit/junitxml/notes-junit-compatibility.txt b/Resources/Libraries/luaunit/junitxml/notes-junit-compatibility.txt
deleted file mode 100644
index ab92cff..0000000
--- a/Resources/Libraries/luaunit/junitxml/notes-junit-compatibility.txt
+++ /dev/null
@@ -1,34 +0,0 @@
-Our source information:
-https://github.com/windyroad/JUnit-Schema
-* http://stackoverflow.com/questions/4922867/junit-xml-format-specification-that-hudson-supports
-(Jenkins)
-* https://github.com/jenkinsci/xunit-plugin/tree/master/src/main/resources/org/jenkinsci/plugins/xunit/types/model/xsd
-* http://help.catchsoftware.com/display/ET/JUnit+Format
-* http://llg.cubic.org/docs/junit/
-* https://confluence.atlassian.com/bamboo/junit-parsing-in-bamboo-289277357.html
-* http://nose2.readthedocs.io/en/latest/plugins/junitxml.html
-* https://pzolee.blogs.balabit.com/2012/11/jenkins-vs-junit-xml-format/
-* https://www.relishapp.com/cucumber/cucumber/docs/formatters/junit-output-formatter
-* http://stackoverflow.com/questions/11241781/python-unittests-in-jenkins
-* https://github.com/xmlrunner/unittest-xml-reporting/tree/master/
-
-
-
-Notes:
-======
-Ant xml schema is much more restrictive than jenkins.
-
-Non allowed fields in ant, allowed in jenkins:
-
-testsuites:
-- apache ant forbids all attributes.
-
-testsuite:
-- apache ant forbids attributes: disabled, skipped
-- apache ant allows elements system-out and system-err, that are in testcase for jenkins
-
-testcase:
-- apache ant forbids attributes: assertions, status
-- apache ant forbids elements: skipped, system-out, system-err
-
-