mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-31 17:38:28 +00:00
test artifacts settings
This commit is contained in:
25
.travis.yml
25
.travis.yml
@@ -4,6 +4,9 @@ services:
|
|||||||
- docker
|
- docker
|
||||||
addons:
|
addons:
|
||||||
chrome: stable
|
chrome: stable
|
||||||
|
artifacts: true
|
||||||
|
working_dir: e2e-output
|
||||||
|
debug: true
|
||||||
language: node_js
|
language: node_js
|
||||||
node_js:
|
node_js:
|
||||||
- '8'
|
- '8'
|
||||||
@@ -27,14 +30,14 @@ jobs:
|
|||||||
- bash <(curl -s https://codecov.io/bash) -X gcov
|
- bash <(curl -s https://codecov.io/bash) -X gcov
|
||||||
- stage: e2e
|
- stage: e2e
|
||||||
script: npm run build && npm run e2e:docker
|
script: npm run build && npm run e2e:docker
|
||||||
deploy:
|
# deploy:
|
||||||
skip_cleanup: true
|
# skip_cleanup: true
|
||||||
provider: s3
|
# provider: s3
|
||||||
access_key_id: $AWS_ACCESS_KEY_ID
|
# access_key_id: $AWS_ACCESS_KEY_ID
|
||||||
secret_access_key: $AWS_SECRET_ACCESS_KEY
|
# secret_access_key: $AWS_SECRET_ACCESS_KEY
|
||||||
bucket: $AWS_BUCKET
|
# bucket: $AWS_BUCKET
|
||||||
local-dir: e2e-output
|
# local-dir: e2e-output
|
||||||
region: $AWS_DEFAULT_REGION
|
# region: $AWS_DEFAULT_REGION
|
||||||
on:
|
# on:
|
||||||
repo: Alfresco/alfresco-content-app
|
# repo: Alfresco/alfresco-content-app
|
||||||
branch: development
|
# branch: development
|
||||||
|
@@ -31,7 +31,7 @@ import { RepoClient } from '../../utilities/repo-client/repo-client';
|
|||||||
import { Utils } from '../../utilities/utils';
|
import { Utils } from '../../utilities/utils';
|
||||||
|
|
||||||
|
|
||||||
describe('Page titles', () => {
|
fdescribe('Page titles', () => {
|
||||||
const loginPage = new LoginPage();
|
const loginPage = new LoginPage();
|
||||||
const logoutPage = new LogoutPage();
|
const logoutPage = new LogoutPage();
|
||||||
const page = new BrowsingPage();
|
const page = new BrowsingPage();
|
||||||
|
Reference in New Issue
Block a user