wdio-allure-reporter
wdio-allure-reporter copied to clipboard
A WebdriverIO v4 plugin. Reporter that creates Allure Test Reports (http://allure.qatools.ru/)
In my report, it exists an Unknown Hook which I'm not sure what it is and how can skip it 
I am building a ta-framework using `-- [email protected] `-- [email protected] `-- [email protected] My framework has around 20 spec files, most of which make use of mocha's beforeAll and afterAll hooks...
Hello everybody! I want to add some line breaks in TC description, but \n doesn't work. Can you advise how is it possible to break the line? reporter.addDescription("This is the...
 Test example: Scenario Outline: Verify something Given I test page for **Tests** Then I Verify Home Url is Correct for **Tests** Examples: | Tests | |test1| |tewst2| |test6| |test7|...
Hi, do you have any plan to integrate screenshots taken with 'image-comparison' service (wdio-image-comparison-service)? It would be really nice to have baseline / screenshots / diff images attached to each...
Hi, Is there any way I can have nested steps? Im creating steps after each wdio commands and I want to have attachments, screenshots, or more steps attached to each...
According to https://github.com/webdriverio/wdio-cucumber-framework/pull/143
Hey everybody! I run into a little problem and I hope you can help me solve it. FRAMEWORK: WDIO MOCHA CHAI WDIO-ALLURE-REPORTER When I'm trying to assign test case ID...
Hi. I'm trying to implement the Allure reporter into our project, but I'm encountering an issue where the reporter errors out and stops running tests when an assertion in a...