Skip to content

Не подтягиваются значения параметров методов в аннотации Title и Description #153

@MargVolk

Description

@MargVolk

Добрый вечер,
Использую связку Junit5, JDK 17, и Selenide.
При указании параметров методов в аннотации, они не подтягиваются

    @Step
    @Title("Проверка появления ошибки {text}")
    @Description("Отобразилась ошибка \"Epic sadface: {text}\"")
    public void checkError(String text) {
        errorCard.shouldBe(visible);
        errorCard.shouldHave(textCaseSensitive("Epic sadface: " + text));
    }

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions