Kirill Zhdanov

Results 16 issues of Kirill Zhdanov

Default Allure parse severity label but TestOps no (not in test-case not in Launch format): ![allure-1](https://user-images.githubusercontent.com/18244131/167110255-d1df79fc-2c85-4278-b57d-a6d67f4769e1.png) ![allure-testops-1](https://user-images.githubusercontent.com/18244131/167110264-2e39d7ec-871c-4563-bd5e-9e77821c8c23.png) Source: ![pytest-allure-1](https://user-images.githubusercontent.com/18244131/167110429-07a610f9-22b5-4445-b3df-dc366c9de605.png)

I am facing with the next issue while add label `layer`: ```python @allure.label("layer", "UI Tests") def test_search_words_selection(self, custom_page): pass ``` I need provide TestOps with the filter ability: ![layer-allure-testops](https://user-images.githubusercontent.com/18244131/167104381-446d5fd1-d915-4caf-932e-bd0693e4c81e.png) BTW,...

When `nyc report --reporter=html` done, I try to look at the ./coverage/index.html and found a great defect in Branch coverage number, it always 100%. To validate this issue I suggest...

bug
triaged

The issue was found when I start to implement next coverage feature: ``` // *_text.js Before((I) => { I.startCoverage(); I.amOnPage('https://wikium.ru/'); }); After((I) => { I.stopCoverage(); }); // some scenario ```...

bug
triaged

From the book at `Number Types` >The location where the L appears is unimportant. If one of the values is Long, the resulting expression is Long. https://github.com/BruceEckel/AtomicKotlinExamples/blob/18d4e8913ad80df41ea474af9b8987266771c8f4/Examples/NumberTypes/UsingLongs.kt#L6 Not true, there...

Is it possible to get `helm` chart for this service? Thank you.

Unexpected error while executing something like `echo $string | gf urls` as part of the bash script that need sudo privileges (e.g. `massdns`). The simplest example would be: