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

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lilbaek committed Oct 6, 2019
1 parent 69a1187 commit ebe29e0
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ This plugin allows you to run TestCafe tests directly from Webstorm.
* Run a particular test, fixture, all tests in a file or directory via the context menu
* View test results in the 'Run Console'

![Demo](./images/demo.gif)

## 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\....
Expand All @@ -16,13 +14,13 @@ TestCafe should be installed in your project as a local package. To install it,

To run a specific test, invoke the context menu when the cursor is placed on the test name.

![Target] (./images/specific.png)
![Target](./images/specific.png)

### Running all tests in a fixture

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

![Target] (./images/fixture.png)
![Target](./images/fixture.png)

### Running all tests in a file

Expand All @@ -32,4 +30,4 @@ To run all tests in the current file, invoke the context menu for this file.

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

![Target] (./images/alltests.png)
![Target](./images/alltests.png)

0 comments on commit ebe29e0

Please sign in to comment.