diff options
| author | Marc Alexander <admin@m-a-styles.de> | 2017-12-31 11:57:02 +0100 |
|---|---|---|
| committer | Marc Alexander <admin@m-a-styles.de> | 2018-01-01 18:56:31 +0100 |
| commit | d99ef034463ec94739026ca5154e597db77df8a9 (patch) | |
| tree | 6b12be463d52f55d13af905ab9851617f2676e28 | |
| parent | a999718b42742c9911a24a74cf60f80e196d5cf8 (diff) | |
| download | forums-d99ef034463ec94739026ca5154e597db77df8a9.tar forums-d99ef034463ec94739026ca5154e597db77df8a9.tar.gz forums-d99ef034463ec94739026ca5154e597db77df8a9.tar.bz2 forums-d99ef034463ec94739026ca5154e597db77df8a9.tar.xz forums-d99ef034463ec94739026ca5154e597db77df8a9.zip | |
[ticket/15055] Run phantomjs for UI tests
PHPBB3-15055
| -rw-r--r-- | .appveyor.yml | 4 |
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 |
