Allows creating acceptance tests in developer friendly environment by offering LightBDD.Framework features on top of MsTest v3 (MSTest.TestFramework) testing framework. High level features: * user friendly bdd scenario definitions; * test execution tracing and time measurement, helpful during longer test execution; * Xml/Html/Plain text reports generation; * cross-platform support (.NET Standard / .NET Framework); * asynchronous execution support; * in-code LightBDD configuration; * DI support; * inline and tabular parameters support.
$ dotnet add package LightBDD.MsTest3No README available.