Skip to content

Commit

Permalink
version bump 2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Nederhoff committed Sep 18, 2019
1 parent 0cc8f47 commit 8316e89
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## v2.0.4 (2019-9-18)
No need specify `port` and `host` option anymore
`host` is only to overwrite the hostname TestCafe runs on when running without launching the Angular Application. When
devServerTarget is set, the `host` option from that target will be used to run TestCafe on.

## v2.0.3 (2019-9-17)
Bugfixes:
* accept src option as array instead of string
Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,7 @@ $ npm install --save-dev @politie/angular-testcafe-builder
}
}
```
> NOTE: check [schema.json](src/testcafe/schema.json) for a list of all options
> NOTE: `port`/`host` is for Angular to be served on. `ports` are the ports for TestCafe to run on
> NOTE: check [schema.json](src/testcafe/schema.json) for a list of all options
## build
```bash
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@politie/angular-testcafe-builder",
"version": "2.0.3",
"version": "2.0.4",
"description": "Angular builder for Testcafe",
"main": "src/testcafe/testcafe.builder.js",
"scripts": {
Expand Down

0 comments on commit 8316e89

Please sign in to comment.