Skip to content

Commit

Permalink
new livemode, headless mode
Browse files Browse the repository at this point in the history
  • Loading branch information
romanresh committed Jun 14, 2019
1 parent 360683c commit 19a6725
Show file tree
Hide file tree
Showing 5 changed files with 286 additions and 1,517 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
All notable changes to the "testcafe-test-runner" extension will be documented in this file.

Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
## [1.5.0]
- Added the TestCafe headless mode [#32](https://github.com/romanresh/vscode-testcafe/issues/32).
- Use the built-in TestCafe live mode instead of the testcafe-live package.

## [1.4.5]
- Minor fixes.

Expand Down
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,13 @@ To run built-in commands, press `Ctrl+Shift+P` and type the command name:
"testcafeTestRunner.userLiveRunner": true
}
```
* *testcafeTestRunner.useHeadlessMode* - Run tests in Google Chrome and Mozilla Firefox without any visible UI shell. Default value is `false`;
* Example:
```
{
"testcafeTestRunner.useHeadlessMode": true
}
```

## Sources

Expand Down
Loading

0 comments on commit 19a6725

Please sign in to comment.