Skip to content

Releases: DanTup/TestAdapters

Test Adapters 1.10

12 Apr 14:08

Choose a tag to compare

XML Test Adapter (Karma)

Install from VS gallery

  • 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

22 Mar 12:36

Choose a tag to compare

XML Test Adapter (Karma)

Install from VS gallery

  • 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

Install from VS Gallery

  • 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

Install from VS Gallery

  • Issue #11/#12 Tests files are not detected when they are not at the top level within a project
  • Issue #13 Files with the luatest extension are not correctly detected
  • Issue #14 Test adapter does not show up on the Visual Studio About dialog

Test Adapters 1.8

08 Mar 17:16

Choose a tag to compare

XML Test Adapter (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

08 Mar 11:48

Choose a tag to compare

Jasmine Adapter

  • Issue #10 Support .jstest (singular) file extension
  • Issue #8 Fix issue where test execution would never exit when there are background threads (eg. intervals/timeouts)

Lua Adapter

  • Issue #10 Support .luatest (singular) file extension

Test Adapters 1.6

02 Mar 19:33

Choose a tag to compare

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

02 Mar 17:59

Choose a tag to compare

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

02 Mar 16:48

Choose a tag to compare

Jasmine Adapter

  • Fixed Issue #4 where calling console.log() in a Jasmine test would break the entire test run

Test Adapters 1.3

02 Mar 15:27

Choose a tag to compare

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

01 Mar 11:49

Choose a tag to compare

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

16 Feb 19:54

Choose a tag to compare

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