File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ pipeline {
6
6
NAMESPACE = " @eeacms"
7
7
SONARQUBE_TAGS = " clms.land.copernicus.eu,demo.eea.europa.eu"
8
8
DEPENDENCIES = " "
9
+ VOLTO = " alpha"
9
10
}
10
11
11
12
stages {
@@ -124,8 +125,8 @@ pipeline {
124
125
node(label : ' docker' ) {
125
126
script {
126
127
try {
127
- sh ''' docker pull plone; docker run -d --rm --name="$BUILD_TAG-plone" -e SITE="Plone" -e PROFILES="profile-plone.restapi:blocks" plone fg '''
128
- sh ''' docker pull plone/volto-addon-ci; docker run -i --name="$BUILD_TAG-cypress" --link $BUILD_TAG-plone:plone -e NAMESPACE="$NAMESPACE" -e GIT_NAME=$GIT_NAME -e GIT_BRANCH="$BRANCH_NAME" -e GIT_CHANGE_ID="$CHANGE_ID" -e DEPENDENCIES="$DEPENDENCIES" -e NODE_ENV=test plone/volto-addon-ci cypress'''
128
+ sh ''' docker pull eeacms/ plone-backend ; docker run -d --rm --name="$BUILD_TAG-plone" -e SITE="Plone" -e PROFILES="eea.kitkat:testing" eeacms/ plone-backend '''
129
+ sh ''' docker pull plone/volto-addon-ci; docker run -i --name="$BUILD_TAG-cypress" --link $BUILD_TAG-plone:plone -e NAMESPACE="$NAMESPACE" -e GIT_NAME=$GIT_NAME -e GIT_BRANCH="$BRANCH_NAME" -e GIT_CHANGE_ID="$CHANGE_ID" -e DEPENDENCIES="$DEPENDENCIES" -e NODE_ENV=test -e NODE_ENV=development -e VOLTO="$VOLTO" plone/volto-addon-ci cypress'''
129
130
} finally {
130
131
try {
131
132
sh ''' rm -rf cypress-reports cypress-results cypress-coverage'''
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ coverage-end */
27
27
export const setupBeforeEach = ( ) => {
28
28
cy . autologin ( ) ;
29
29
cy . createContent ( {
30
- contentType : 'Folder ' ,
30
+ contentType : 'Document ' ,
31
31
contentId : 'cypress' ,
32
32
contentTitle : 'Cypress' ,
33
33
} ) ;
You can’t perform that action at this time.
0 commit comments