File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 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)
49Bugfixes:
510* accept src option as array instead of string
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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" : {
You can’t perform that action at this time.
0 commit comments