mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
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:
committed by
Adina Parpalita
parent
d8e3b9ada0
commit
39f528af67
@@ -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
@@ -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: {
|
||||||
|
Reference in New Issue
Block a user