Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The test results not updated in Azure DevOps even I didn't get any error #7

Open
sanoj-s opened this issue Apr 24, 2023 · 2 comments
Open
Labels
bug Something isn't working

Comments

@sanoj-s
Copy link

sanoj-s commented Apr 24, 2023

The test results not updated in Azure DevOps even I didn't get any error. Can you explain the working of the library? I have added the details in automation_test_config.properties. Below is the code I have used for execution.

@Test(enabled = true, description = "Title field is provided as Invalid with Gener")
@AzureTest(id = 1348)
public void AD_TC_001_verifyTitleIsInvalid() throws IOException {
	Assert.assertTrue(true);
}
@sanoj-s sanoj-s added the bug Something isn't working label Apr 24, 2023
@martingrossmann
Copy link
Contributor

Hi, I asume, you have used the latest Testerra and Azure DevOps Connector?
And which version of Azure DevOps you're using? It is on-premise or the cloud version?

@martingrossmann
Copy link
Contributor

And what do you mean with

I have added the details in automation_test_config.properties.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants