Releases: DanTup/TestAdapters
Releases · DanTup/TestAdapters
Test Adapters 1.10
XML Test Adapter (Karma)
- The XML Test Adapter has now been renamed to the Karma Test Adapter; since it's usefulness as XML was limited and it made it less obvious what it was for
Test Adapters 1.9
XML Test Adapter (Karma)
- Issue #11/#12 Test results are not detected when they are not at the top level within a project
- Issue #14 Test adapter does not show up on the Visual Studio About dialog
Jasmine Adapter
- Issue #11/#12 Tests files are not detected when they are not at the top level within a project
- Issue #14 Test adapter does not show up on the Visual Studio About dialog
Lua Adapter
Test Adapters 1.8
XML Test Adapter (Karma)
- Created a new static XML file-based test adapter
- This adapter is ideal for Visual Studio users that want to use Karma
Jasmine Adapter
- Fixed a crash that occurred sometimes when editing a solution that had not been saved
Lua Adapter
- Fixed a crash that occurred sometimes when editing a solution that had not been saved
Test Adapters 1.7
Test Adapters 1.6
Jasmine Adapter
- PR #6 .jstests files are now mapped to JavaScript for full intellisense/syntax highlighting (@madskristensen)
- Skipped tests (xdescribe, xit) are now marked as Skipped instead of Failed after execution
Test Adapters 1.5
Jasmine Adapter
- Implemented a bodge for Issue #3 so that line numbers/filenames are shown, and you can double-click tess to jump to the code in Visual Studio
Test Adapters 1.4
Jasmine Adapter
- Fixed Issue #4 where calling console.log() in a Jasmine test would break the entire test run
Test Adapters 1.3
Jasmine Adapter
- Added Jasmine test runner! Uses nodejs to execute JavaScript tests
- Issue #3 Stopped runner from failing if the external process can't provide line numbers
- Stripped VS extension folder names from stack traces to reduce some of the UPPERCASE NOISE
Test Adapters 1.2
Lua Adapter
- Fixed an issue with error messages and stack traces not being shown in the Visual Studio Test Explorer window
Test Adapters 1.1
Lua Adapter
- Fixed a bug with Web Site projects not correctly detecting creation of .luatests files if they were created in the current session
- Fixed an error that occurred if your luatests file had 0 tests
- Fixed an issue with tests not being discovered after loading a new solution
- Throttled the frequency of test discovery to 250ms to avoid discovering tests multiple times when Visual Studio or the FileSystem generated several events for one logical change
- Subscribed to change events for whole Solution Directory to detect changes in tests more reliably