snowymike

Results 9 comments of snowymike

is there a way to reopen this? i'd also like this behavior to avoid seeing skipped tests in the results without needing to add custom annotations.

sharing some details on why this is relevant in my environment and possibly in others. we use the ``` @Test(enabled=false) ``` or ``` @Test(enabled = runTests) ``` to support a...

any plans to fix this one? at the moment the workarounds i've seen discussed in this thread are 1. commenting out `@Test` rather than doing `@Test(enabled = false)` 1. creating...

Came across this issue while writing automated tests against a REST API that had a defect that required certain JSON keys to appear before others in a POST body. That...

Jenkins 2.179, Allure Commandline 2.12.1, and Allure Jenkins Plugin 2.28.1 has the same issue. the console output is a bit different, but again appears to be attempting to use a...

haven't heard anything on this item since i submitted it in january. am i reporting this issue to the correct place? if not, could you direct me to the proper...

i ended up installing https://www.cygwin.com/setup-x86_64.exe on the Windows slave, then running Cygwin64 Terminal on the desktop once, then all the allure integration worked. so it does appear to me that...

for me, i periodically have to kill the Jenkins slave process and restart it, as my original error reappears periodically for unknown reason. my slave runs on Windows, so I...