aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2017-12-31 11:57:02 +0100
committerMarc Alexander <admin@m-a-styles.de>2018-01-01 18:56:31 +0100
commitd99ef034463ec94739026ca5154e597db77df8a9 (patch)
tree6b12be463d52f55d13af905ab9851617f2676e28 /.appveyor.yml
parent[ticket/15055] Support console questions on windows (diff)
downloadphpbb-d99ef034463ec94739026ca5154e597db77df8a9.tar.gz
phpbb-d99ef034463ec94739026ca5154e597db77df8a9.tar.bz2
phpbb-d99ef034463ec94739026ca5154e597db77df8a9.zip
[ticket/15055] Run phantomjs for UI tests
PHPBB3-15055
Diffstat (limited to '.appveyor.yml')
-rw-r--r--.appveyor.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index fa2fd9fc20..e536a561ff 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -110,6 +110,10 @@ before_test:
sqlite3 c:\projects\test.db "create table aTable(field1 int); drop table aTable;"
$data = "<?php`n`n`$dbms = 'phpbb\\db\\driver\\sqlite3';`n`$dbhost = 'c:\\projects\\test.db';`n`$dbport = '';`n`$dbname = '';`n`$dbuser = '';`n`$dbpasswd = '';`n`$phpbb_functional_url = 'http://phpbb.test/';"; $data | Out-File -Encoding "Default" "c:\\projects\\phpbb\\tests\\test_config.php"
}
+
+ # Install PhantomJS
+ cinst -y phantomjs
+ Start-Process "phantomjs" "--webdriver=8910" | Out-Null
- cd c:\projects\phpbb\phpBB
- php ..\composer.phar install
- choco install -y urlrewrite