@@ -25,7 +25,7 @@ name: cypress-e2e-testing master
2525services :
2626 # nextcloud server
2727 - name : server
28- image : nextcloudci/server:server-10
28+ image : nextcloudci/server:server-15
2929 commands :
3030 # Add app sources to the app directory
3131 - export BRANCH=$DRONE_TARGET_BRANCH
@@ -37,7 +37,7 @@ services:
3737 - chown -R www-data:www-data /var/www/html/data
3838
3939 # Install nextcloud, watch logs and run apache
40- - bash /initnc.sh
40+ - bash /usr/local/bin/ initnc.sh
4141
4242steps :
4343 # clone and build the app
8989 CYPRESS_baseUrl : http://server/index.php/
9090 LOGIN : login
9191 commands :
92+ - export DEBUG=cypress:*
9293 - cd /drone/src
9394 - $(npm bin)/cypress run --record --key $CYPRESS_RECORD_TOKEN --parallel --ci-build-id ci-$DRONE_BUILD_NUMBER-master
9495
@@ -117,6 +118,7 @@ steps:
117118 CYPRESS_baseUrl : http://server/index.php/
118119 LOGIN : login
119120 commands :
121+ - export DEBUG=cypress:*
120122 - cd /drone/src
121123 - $(npm bin)/cypress run --record --key $CYPRESS_RECORD_TOKEN --parallel --ci-build-id ci-$DRONE_BUILD_NUMBER-master
122124
@@ -145,6 +147,7 @@ steps:
145147 CYPRESS_baseUrl : http://server/index.php/
146148 LOGIN : login
147149 commands :
150+ - export DEBUG=cypress:*
148151 - cd /drone/src
149152 - $(npm bin)/cypress run --record --key $CYPRESS_RECORD_TOKEN --parallel --ci-build-id ci-$DRONE_BUILD_NUMBER-master
150153
@@ -173,6 +176,7 @@ steps:
173176 CYPRESS_baseUrl : http://server/index.php/
174177 LOGIN : login
175178 commands :
179+ - export DEBUG=cypress:*
176180 - cd /drone/src
177181 - $(npm bin)/cypress run --record --key $CYPRESS_RECORD_TOKEN --parallel --ci-build-id ci-$DRONE_BUILD_NUMBER-master
178182
0 commit comments