Skip to content

Selenide Listener example in Readme#200

Merged
baev merged 1 commit into
allure-framework:masterfrom
simple-elf:selenide_readme
Feb 13, 2018
Merged

Selenide Listener example in Readme#200
baev merged 1 commit into
allure-framework:masterfrom
simple-elf:selenide_readme

Conversation

@simple-elf
Copy link
Copy Markdown
Contributor

//: # (
. Thank you so much for sending us a pull request!
.
. Make sure you have a clear name for your pull request.
. The name should start with a capital letter and no dot is required in the end of the sentence.
. To link the request with isses use the following notation: (fixes #123, fixes #321)
.
. An example of good pull request names:
. - Add Russian translation (fixes #123)
. - Add an ability to disable default plugins
. - Support emoji in test descriptions
)

Context

Selenide

Listener for Selenide, that logging steps for Allure:

<dependency>
   <groupId>io.qameta.allure</groupId>
   <artifactId>allure-selenide</artifactId>
   <version>$LATEST_VERSION</version>
</dependency>

Usage example:

SelenideLogger.addListener("AllureSelenide", new AllureSelenide());

Checklist

@simple-elf
Copy link
Copy Markdown
Contributor Author

Also added to allure-framework/allure-docs#90

@baev baev merged commit 9707eca into allure-framework:master Feb 13, 2018
@baev
Copy link
Copy Markdown
Member

baev commented Feb 13, 2018

@simple-elf thanks!

@simple-elf simple-elf deleted the selenide_readme branch February 14, 2018 04:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Enum class cast exception when using varargs generic constant parameter in step

2 participants