Kirill Zhdanov
Kirill Zhdanov
Default Allure parse severity label but TestOps no (not in test-case not in Launch format):   Source: 
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:  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...
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 ```...
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...
Fix and tests for #117
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: