[ADF-2147] test upgrade 2.0.0 (#2902)

* add integration 2.0.0 test

* update readme

* add integration test in travis

* restore tsconfig.dev

* fix test script travis call

* improve script

* fix npm run test
This commit is contained in:
Eugenio Romano
2018-02-02 12:11:48 +00:00
committed by GitHub
parent e5c025aa35
commit 7693904be2
68 changed files with 1690 additions and 0 deletions

View File

@@ -267,10 +267,14 @@ For development environment configuration please refer to [project docs](../demo
| -v or --version | the version of the components to check |
# npm-add-pkg.sh
***npm-add-pkg.sh*** check the bundles in the package npm are present
Add a package across all the pacakge json in the project
## Options
| Option | Description |
| --- | --- |
| -h or --help | show the help |
@@ -279,35 +283,59 @@ Add a package across all the pacakge json in the project
* Add a package in the project
## Examples
```sh
./npm-add-pkg.sh --save-dev NPM_NAME
```
# extract-langs.sh
***extract-langs.sh***
Extract the i18n files from the repo and create a zip
## Options
| Option | Description |
| --- | --- |
| -h or --help | show the help |
| --output or o | output folder otherwise will be 18n |
## Examples
```sh
./extract-langs.sh
```
# docker-publish.sh
***docker-publish.sh***
publish doker images in the selected repository
## Options
| Option | Description |
| --- | --- |
| -u or --username | username |
| -p or --password | password |
| -t or --tags | tags |
## Examples
```sh
./docker-publish.sh
```
# test-e2e-bc.sh
***test-e2e-bc.sh***
This script test that the update from 2.0.0 to 2.x.x is still smooth
## Examples
```sh
./test-e2e-bc
```