简体   繁体   中英

Use NUnit Prefilter by nunit3-console

I'm developing data driven tests using Nunit3 and .Net Core 3.1 and I have many tests with more different data sources, which sometimes have complex logic inside. When I want start only one tests I want to start only one data provider, but I run all. In 3.15.1 ver of NUnit framework was released PreFilter, which solve this problem.

But this feature available only on .runsettings file as I understood docs . In this question Charlie Poole says that .runsettings is only for VS adapter. But the VS adapter takes a long time to run my tests.

I found info for configuration file but don't undestand what I can configure in this file 0_o

Can I run my tests by NUnit Console Runner 3.12.0-beta1 with PreFilter?

I'm afraid not, no.

There's an open issue to implement it here: https://github.com/nunit/nunit-console/issues/438 . You'll see from the VS adapter docs there's several edge-case bugs around this, which will be more visible in the adapter than in the console. At this point in time, nobody has yet taken on that task of implementing this feature in the console.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM