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.
- Support portable versions of browsers
- Fix apostrophe symbol in test names #37. Thanks to @markfknight.
- 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
- Minor fixes.
- Supported the custom meta settings (DevExpress/testcafe#2242)
- Added the Chrome Canary support
- Fix the "Cannot read property 'uri' of undefined" error
- Use the new VS Code debug API.
- Added the 'testcafeTestRunner.workspaceRoot' setting.
- Use the 'inspector' protocol instead of 'legacy'
- Use the Terminal tab instead of the Output (because of microsoft/vscode#19750 and #10)
- Added TypeScript files support
- Fixed the error message if testcafe is not found in the working directory
- Added the 'testcafeTestRunner.customArguments' configuration key. See the whole list of available arguments in the TestCafe documentation.
- Updated documentation
- Stable release
- Automatic detection of installed browsers
- Run all tests in a folder
- Fix breakpoints missing in testcafe
^0.12.0-alpha1+
- 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.
- New command: TestCafe: Repeat Previous Test Run
- Fixed error which occurs when extensions is not activated, but menus're already available
- Initial release
- Base commands: Run in Chrome, IE, Firefox