Skip to content
This repository was archived by the owner on Feb 12, 2019. It is now read-only.

Commit 10d77fd

Browse files
committed
Fix strings
1 parent ee5f328 commit 10d77fd

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ When the tests are done, browsers stay on the last opened page so you can work w
5959

6060
### Commands
6161

62-
- ctrl+s - stop current run;
63-
- ctrl+r - restart current run;
62+
- ctrl+s - stop current test run;
63+
- ctrl+r - restart current test run;
6464
- ctrl+w - turn off/on files watching;
6565
- ctrl+c - close opened browsers and terminate the process.
6666

lib/logger/base.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ TestCafe Live watches the files and reruns
1414
the tests once you've saved your changes.
1515
1616
You can use the following keys in the terminal:
17-
'ctrl+s' - stop current running;
18-
'ctrl+r' - restart test run;
17+
'ctrl+s' - stop current test run;
18+
'ctrl+r' - restart current test run;
1919
'ctrl+w' - turn off/on watching;
2020
'ctrl+c' - close browsers and terminate the process.
2121

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "testcafe-live",
33
"version": "0.0.1",
4-
"description": "Watcher for TestCafe",
4+
"description": "A watcher utility for TestCafe. Watches for changes in test files and automatically runs tests when these changes occur.",
55
"main": "lib/index.js",
66
"bin": {
77
"testcafe-live": "./bin/testcafe-live.js"

0 commit comments

Comments
 (0)