Skip to content
This repository has been archived by the owner on Jan 28, 2023. It is now read-only.
/ webstorm-testcafe Public archive

Plugin for Webstorm to integrate with TestCafe

License

Notifications You must be signed in to change notification settings

lilbaek/webstorm-testcafe

Repository files navigation

TestCafe runner for Webstorm

Integration with TestCafe A node.js tool to automate end-to-end web testing. This plugin allows you to run TestCafe tests directly from Webstorm.

Requirements

TestCafe should be installed in your project as a local package. To install it, use the npm install testcafe command or add TestCafe to dependencies in your package.json file. Your project should contain TestCafe modules in node_modules\testcafe....

Configuration

You can change the browser/enable live mode in the run configuration.

Configuration

Running/debugging a specific test

To run/debug a specific test, invoke the context menu when the cursor is placed inside the test body.

Specific

Running/debugging all tests in a fixture

To run/debug all tests in a test fixture, invoke the context menu when the cursor is placed on the fixture name.

Fixture

Running/debugging all tests in a file

To run/debug all tests in the current file, invoke the context menu for the file outside of a test body.

Running all tests in a folder

To run all test files in a folder, invoke the context menu for this folder.

Tests results

The test results are shown in the run window.

All

About

Plugin for Webstorm to integrate with TestCafe

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages