Closed eliaslecomte closed 1 year ago
We use the @description annotation to add more meaning to a test. This PR also adds it to the reporting 🥳 on a node level.
@description
@Test(testName = "tests login button", description = "This test clicks the login button. ") public void testLoginButton() { // test here }
Thanks!
We use the
@description
annotation to add more meaning to a test. This PR also adds it to the reporting 🥳 on a node level.