Testlatte is a Visual Studio Code extension designed to assist in running and debugging Testcafe tests. It scans your folder for tests and displays them in the side panel of VSCode.
TestLatte is available on Visual Studio Marketplace and on Eclipse Open VSX
It's recommended you install TestCafé on your project as a local package.
TestLatte will look for TestCafé in the default location [testWorkspaceFolder]/node_modules/testcafe/bin
folder, where testWorkspaceFolder
is the workspace folder of the corresponding test.
If TestCafé is not installed at the default location, it is possible to configure TestCafé's module path in TestLatte configuration settings.
This extension contributes the following settings:
testlatte.filePath
: Directory from which to search and run the tests. Default value istest/
testlatte.customArguments
: Custom arguments to TestCafé command line.testlatte.testcafePath
: Path to the TestCafe module used to execute the tests. If it is not configured it will use the path[testWorkspaceFolder]/node_modules/testcafe/bin/testcafe.js
, wheretestWorkspaceFolder
is the workspace folder of the corresponding test.
TestLatte is free to use, but if you liked our work and want to support the project, you can make a donation clicking on the button below: