Feature/ACA-1676 e2e share file (#1106)

* ACA-1676 add share tests with user logouts

* ACA-1676 add share tests with user logouts

* ACA-1676 split the logout test into own describe and reformat the tests a bit.

* ACA-1676 split the logout test into own describe and reformat the tests a bit.

* ACA-1676 split the logout test into own describe and reformat the tests a bit.

* ACA-1676 split the logout test into own describe and reformat the tests a bit.

* ACA-1676 change some protractor config as suggested from Adina

* ACA-1676 change some protractor config as suggested from Adina
This commit is contained in:
Martin Muller
2019-05-14 16:58:58 +01:00
committed by Adina Parpalita
parent d8e3b9ada0
commit 39f528af67
3 changed files with 1019 additions and 1019 deletions

View File

@@ -50,7 +50,8 @@ jobs:
script: SUITE="--suite search" npm run e2e:docker script: SUITE="--suite search" npm run e2e:docker
- name: Test Suite actionsAvailable - name: Test Suite actionsAvailable
script: SUITE="--suite actionsAvailable" npm run e2e:docker script: SUITE="--suite actionsAvailable" npm run e2e:docker
- name: Test Suite actions - stage: e2e
name: Test Suite actions
script: SUITE="--suite actions" npm run e2e:docker script: SUITE="--suite actions" npm run e2e:docker
- name: Test Suite viewer - name: Test Suite viewer
script: SUITE="--suite viewer" npm run e2e:docker script: SUITE="--suite viewer" npm run e2e:docker

File diff suppressed because it is too large Load Diff

View File

@@ -80,7 +80,7 @@ exports.config = {
'--incognito', '--incognito',
'--headless', '--headless',
'--remote-debugging-port=9222', '--remote-debugging-port=9222',
`--window-size=${width},${height}`, '--disable-gpu',
'--no-sandbox' '--no-sandbox'
] ]
} }
@@ -118,6 +118,11 @@ exports.config = {
project: 'e2e/tsconfig.e2e.json' project: 'e2e/tsconfig.e2e.json'
}); });
browser
.manage()
.window()
.setSize(width, height);
jasmine.getEnv().addReporter( jasmine.getEnv().addReporter(
new SpecReporter({ new SpecReporter({
spec: { spec: {