CI - Ability to run only e2e cloud in case is the only affected folder (#4783)

* Remove skiplint option in favour of lint
Refactor protractor config

* Move rebase check

* Remove the skiplint and run only e2e cloud

* Remove the skip lint

* Change e2e cloud and check the CI runs only that one

* Enable the smart e2e on content

* Delegate the e2e run on the specific project

* Fix typo on specs option

* Add basic readme and fix process service name problem

* Fix bash else if
This commit is contained in:
Maurizio Vitale
2019-05-28 11:04:40 +01:00
committed by Eugenio Romano
parent 6897f20954
commit f6d8bd4130
12 changed files with 213 additions and 50 deletions

View File

@@ -41,6 +41,7 @@ describe('Applications list', () => {
it('[C289910] Should the app be displayed on dashboard when is deployed on APS', () => {
navigationBarPage.navigateToProcessServicesCloudPage();
appListCloudPage.checkApsContainer();
appListCloudPage.checkAppIsDisplayed(simpleApp);
appListCloudPage.goToApp(simpleApp);
});