Skip to content

Latest commit

 

History

History
68 lines (50 loc) · 2.36 KB

CHANGELOG.md

File metadata and controls

68 lines (50 loc) · 2.36 KB

Change Log

All notable changes to the "testcafe-test-runner" extension will be documented in this file.

Check Keep a Changelog for recommendations on how to structure this file.

[2.1.0]

  • Support portable versions of browsers
  • Fix apostrophe symbol in test names #37. Thanks to @markfknight.

[1.5.0]

  • Added the TestCafe headless mode #32.
  • Use the built-in TestCafe live mode instead of the testcafe-live package.
  • Fix tests contained the comma symbol #25

[1.4.5]

  • Minor fixes.

[1.4.4]

[1.4.3]

[1.4.2]

  • Added the Chrome Canary support

[1.4.1]

  • Fix the "Cannot read property 'uri' of undefined" error

[1.4.0]

  • Use the new VS Code debug API.

[1.3.0]

  • Added the 'testcafeTestRunner.workspaceRoot' setting.

[1.2.0]

  • Use the 'inspector' protocol instead of 'legacy'
  • Use the Terminal tab instead of the Output (because of microsoft/vscode#19750 and #10)

[1.1.0]

  • Added TypeScript files support
  • Fixed the error message if testcafe is not found in the working directory

[1.0.2]

  • Added the 'testcafeTestRunner.customArguments' configuration key. See the whole list of available arguments in the TestCafe documentation.

[1.0]

  • Updated documentation
  • Stable release

[0.0.5]

  • Automatic detection of installed browsers
  • Run all tests in a folder

[0.0.4]

  • Fix breakpoints missing in testcafe ^0.12.0-alpha1+

[0.0.3]

  • Run all tests in a file (via file context menu)
  • Run all tests in a fixture
  • Fix run test via right click on the 'test' function.

[0.0.2]

  • New command: TestCafe: Repeat Previous Test Run
  • Fixed error which occurs when extensions is not activated, but menus're already available

[0.0.1]

  • Initial release
  • Base commands: Run in Chrome, IE, Firefox