Skip to content

Instantly share code, notes, and snippets.

View R2Rs's full-sized avatar
🤔

Arthur R2Rs

🤔
  • Saint Petersburg, Russia
View GitHub Profile
@R2Rs
R2Rs / q.txt
Last active May 24, 2021 12:29
+--------------------------------------------------------------------------------------------+
| |
| |
| |
| Имя* (строка) +---------------------------------------------+ |
| |
| |
| Отдел* (строка) +---------------------------------------------+ |
| |
| |
@R2Rs
R2Rs / gist:93e772d3813c0a629da4701740bcbd30
Created April 21, 2019 16:04
jmeter-to-junit-xml.py
# this simple format was enough for Hudson to accept it as a test protocol:
#
# <testsuite tests="3">
# <testcase classname="foo1" name="ASuccessfulTest"/>
# <testcase classname="foo2" name="AnotherSuccessfulTest"/>
# <testcase classname="foo3" name="AFailingTest">
# <failure type="NotEnoughFoo"> details about failure </failure>
# </testcase>
# </testsuite>