Skip to content

Report.tests.only#1

Open
Gzyablik wants to merge 2 commits into
masterfrom
report.tests.only
Open

Report.tests.only#1
Gzyablik wants to merge 2 commits into
masterfrom
report.tests.only

Conversation

@Gzyablik
Copy link
Copy Markdown
Owner

//: # (
. 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 allure-framework#123, fixes allure-framework#321)
.
. An example of good pull request names:
. - Add Russian translation (fixes allure-framework#123)
. - Add an ability to disable default plugins
. - Support emoji in test descriptions
)

Context

Checklist

@Proryanator
Copy link
Copy Markdown

Proryanator commented Mar 30, 2021

For now we also implemented a local fix which was not too bad. We removed/commented out the code in AllureTestNG.onConfigurationFailure() to be like it was before, '// do nothing'.

Ideally this could be an option like you're wanting to make it inside of this method!

@Override
    public void onConfigurationSkip(final ITestResult itr) {
        //do nothing
    }

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