Skip to content

Commit 8316e89

Browse files
author
Tim Nederhoff
committed
version bump 2.0.4
1 parent 0cc8f47 commit 8316e89

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## v2.0.4 (2019-9-18)
4+
No need specify `port` and `host` option anymore
5+
`host` is only to overwrite the hostname TestCafe runs on when running without launching the Angular Application. When
6+
devServerTarget is set, the `host` option from that target will be used to run TestCafe on.
7+
38
## v2.0.3 (2019-9-17)
49
Bugfixes:
510
* accept src option as array instead of string

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,7 @@ $ npm install --save-dev @politie/angular-testcafe-builder
3737
}
3838
}
3939
```
40-
> NOTE: check [schema.json](src/testcafe/schema.json) for a list of all options
41-
42-
> NOTE: `port`/`host` is for Angular to be served on. `ports` are the ports for TestCafe to run on
40+
> NOTE: check [schema.json](src/testcafe/schema.json) for a list of all options
4341
4442
## build
4543
```bash

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@politie/angular-testcafe-builder",
3-
"version": "2.0.3",
3+
"version": "2.0.4",
44
"description": "Angular builder for Testcafe",
55
"main": "src/testcafe/testcafe.builder.js",
66
"scripts": {

0 commit comments

Comments
 (0)