wdio-allure-reporter icon indicating copy to clipboard operation
wdio-allure-reporter copied to clipboard

A WebdriverIO v4 plugin. Reporter that creates Allure Test Reports (http://allure.qatools.ru/)

Results 9 wdio-allure-reporter issues
Sort by recently updated
recently updated
newest added

In my report, it exists an Unknown Hook which I'm not sure what it is and how can skip it ![2019-12-02_00h01_20](https://user-images.githubusercontent.com/22213252/69918018-9166a400-149f-11ea-9868-c02ca6b05c93.png)

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...

help wanted

![Allure-issue](https://user-images.githubusercontent.com/49057797/67196572-5d598700-f3fb-11e9-9b98-1b3308ffc56d.gif) 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...

help wanted

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...