Info
Version: | 1.1.1 |
Author(s): | Chris Baxter |
Last Update: | Thursday, September 5, 2013 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/cbaxter/JSTest.NET |
NuGet Url: | https://www.nuget.org/packages/JSTest.Integration.Xunit |
Install
Install-Package JSTest.Integration.Xunit
dotnet add package JSTest.Integration.Xunit
paket add JSTest.Integration.Xunit
JSTest.Integration.Xunit Download (Unzip the "nupkg" after downloading)
Dependencies
- JSTest.NET(1.1.0)
- xunit(1.9.2)
- xunit.extensions(1.9.2)
Tags
JSTest.NET enables JavaScript unit tests to be run directly in the test framework of your choice (MSTest, NUnit, xUnit, etc) without the need for a web browser. JSTest.NET is focused on testing JavaScript, and NOT on UI validation.