Info
| Version: | 1.0.0.174 |
| Author(s): | Jim Speaker |
| Last Update: | Sunday, August 20, 2017 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | http://local.iontech.org/Projects#js-test-utilities |
| NuGet Url: | https://www.nuget.org/packages/iOnTech.JsTestUtilities |
Install
Install-Package iOnTech.JsTestUtilities
dotnet add package iOnTech.JsTestUtilities
paket add iOnTech.JsTestUtilities
iOnTech.JsTestUtilities Download (Unzip the "nupkg" after downloading)
Dependencies
- Jasmine(>= 2.0.0)
Tags
This library enables running non-trivial tests using an iFrame. The library solves the 'fixtures' problem, i.e.
fixtures in Jasmine are a fixed-in-time representation of a UI or UI control, and can produce false positives when the dynamic UI elements have changed.
The library provides a means of addressing numerous issues, e.g.
properly traversing the test vs. iframe namespace, handling async script loading, async event handling, etc.