Skip to content

3.2. Configurations

Alex Alves edited this page Mar 5, 2021 · 2 revisions

Now that we build our test, let's see below. This is the window of Custom Task in a Pipeline: Flow

  • ApplicationName: the name of your application/software/project, like [Aurora.Api]
  • Api url: the url referring your API, like [https://aurora-project.azurewebsites.net/]
  • Path of Swagger's JSON: the path where is located the json of API's Swagger, like [/swagger/v1/swagger.json]
  • Test Result Path: the path where is located the junit file, which contains the tests result, like [$(System.DefaultWorkingDirectory)\Results\junitReport.xml]
  • Webhook: you can inform multiple URL (separate with ";") the which the result of the coverage process will be sent by the custom task

The other both options we will talk more specifically.

Where is the test name 🤔

In this section we have two options, and you choose according to the way the JUnit file test was generated. Specifically, is where located your test name in format [VERB /path].

The first option, which is "Test Suite", refers to test name is located into the tag , like below: Test Suite Example

And the second option, which is "Test Case", refers to test name is located into the tag which is located too inside the tag , like below: Test Case Example

Clone this wiki locally