Created
December 7, 2016 08:38
-
-
Save eduard-sukharev/7bf92ec7a07bc301ccd541f8392b2d1a to your computer and use it in GitHub Desktop.
Sample allure XML report data to reproduce problems with .something in test steps. Programming Language Agnostic!
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<alr:test-suite xmlns:alr="urn:model.allure.qatools.yandex.ru" start="1480684292464" stop="1480684651460" version="1.4.0"> | |
<name>TestSuite-2016-12-02_101132</name> | |
<test-cases> | |
<test-case start="1480684340540" stop="1480684352813" status="passed"> | |
<name>dotSomethingInTestSteps</name> | |
<title>Test case to demonstrate the problem of dot-something names of test steps rendered incorrectly</title> | |
<steps> | |
<step start="1480684340546" stop="1480684344682" status="passed"> | |
<name>Step with title and something.com at the end</name> | |
<title>Step with title and something.com at the end</title> | |
</step> | |
<step start="1480684344683" stop="1480684345390" status="passed"> | |
<name>Step without title and something.com at the end</name> | |
</step> | |
<step start="1480684345390" stop="1480684346297" status="passed"> | |
<name>Step with title and something.com at the end of name only</name> | |
<title>Step with title and something with url-like at the end of name only</title> | |
</step> | |
<step start="1480684346298" stop="1480684346622" status="passed"> | |
<name>Just a regular step</name> | |
<title>Just a regular step</title> | |
</step> | |
</steps> | |
</test-case> | |
</test-cases> | |
</alr:test-suite> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment