Skip to content

Adds the test description to the card body - #364

Merged
anshooarora merged 1 commit into
extent-framework:masterfrom
inthepocket:master
Aug 5, 2023
Merged

Adds the test description to the card body#364
anshooarora merged 1 commit into
extent-framework:masterfrom
inthepocket:master

Conversation

@eliaslecomte

@eliaslecomte eliaslecomte commented Oct 6, 2022

Copy link
Copy Markdown
Contributor

We use the @description annotation to add more meaning to a test.
This PR also adds it to the reporting 🥳 on a node level.

@Test(testName = "tests login button", description = "This test clicks the login button. ")
public void testLoginButton() {
    // test here
}

@anshooarora
anshooarora merged commit 9db07d8 into extent-framework:master Aug 5, 2023
@anshooarora

Copy link
Copy Markdown
Member

Thanks!

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.

2 participants