29
0
mirror of https://github.com/joomla/joomla-cms.git synced 2024-06-24 22:39:31 +00:00

[4.0] Moved system tests commands from .drone.yml into test-system repo and updated composer.lock (#20084)

This commit is contained in:
Yves Hoppe 2018-04-06 08:57:38 +02:00 committed by Robert Deutz
parent 5c74c77764
commit 4b5111391c
2 changed files with 230 additions and 278 deletions

View File

@ -53,11 +53,7 @@ pipeline:
system-tests:
image: joomlaprojects/docker-systemtests:latest
commands:
- apache2ctl -D FOREGROUND &
- google-chrome --version
- chmod 755 libraries/vendor/joomla-projects/selenium-server-standalone/bin/webdrivers/chrome/linux/chromedriver
- mv libraries/vendor/joomla/test-system/src/acceptance.suite.dist.yml libraries/vendor/joomla/test-system/src/acceptance.suite.yml
- libraries/vendor/bin/robo run:tests
- bash libraries/vendor/joomla/test-system/src/drone-run.sh "$(pwd)"
services:
mysql:
@ -75,4 +71,4 @@ services:
image: redis:alpine
postgres:
image: postgres
image: postgres

500
composer.lock generated

File diff suppressed because it is too large Load Diff