separate long test from unit tests in vsts

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • yacrumb

    separate long test from unit tests in vsts

    Hello all,

    I am used to work with NUnit where I can very easily separate slow
    tests from fast tests. I simply create two projects: AcceptanceTests
    and UnitTests. If I only want to execute unittests I run that project
    only.

    How can I achieve this in VSTS with the new artifacts like
    testrunconfig, vsmdi-files and testlists?

    Thanks in advance!

    /Rasmus
Working...