Skip to main content
AI Assist is now on Stack Overflow. Start a chat to get instant answers from across the network. Sign up to save and share your chats.
replaced http://stackoverflow.com/ with https://stackoverflow.com/
Source Link
URL Rewriter Bot
URL Rewriter Bot

Refer to these steps to achieve your requirements:

  1. Add Delete files step/task (delete previous test result files if repository isn’t cleaned) enter image description here
  2. Add Run Command Line step/task to execute MSTest command enter image description here
  3. Add Publish Test Results step/task

enter image description here

On the other hand, you can do test in Unit Test too, just send the request and check the response, related threadthread.

Refer to these steps to achieve your requirements:

  1. Add Delete files step/task (delete previous test result files if repository isn’t cleaned) enter image description here
  2. Add Run Command Line step/task to execute MSTest command enter image description here
  3. Add Publish Test Results step/task

enter image description here

On the other hand, you can do test in Unit Test too, just send the request and check the response, related thread.

Refer to these steps to achieve your requirements:

  1. Add Delete files step/task (delete previous test result files if repository isn’t cleaned) enter image description here
  2. Add Run Command Line step/task to execute MSTest command enter image description here
  3. Add Publish Test Results step/task

enter image description here

On the other hand, you can do test in Unit Test too, just send the request and check the response, related thread.

Source Link
starian chen-MSFT
  • 33.8k
  • 2
  • 32
  • 55

Refer to these steps to achieve your requirements:

  1. Add Delete files step/task (delete previous test result files if repository isn’t cleaned) enter image description here
  2. Add Run Command Line step/task to execute MSTest command enter image description here
  3. Add Publish Test Results step/task

enter image description here

On the other hand, you can do test in Unit Test too, just send the request and check the response, related thread.