This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "FusionForge".
The branch, 6.1 has been updated
via c652c212244718d24e620855da52565aa5405e74 (commit)
from dcec139d8c59d17602d517d948d47909d35344bf (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
https://scm.fusionforge.org/anonscm/gitweb/?p=fusionforge/fusionforge.git;a=commitdiff;h=c652c212244718d24e620855da52565aa5405e74
commit c652c212244718d24e620855da52565aa5405e74
Author: Roland Mas <[email protected]>
Date: Thu Jan 7 12:49:28 2021 +0100
Let's try Chromium instead of Firefox
diff --git a/tests/func/SeleniumForge.php b/tests/func/SeleniumForge.php
index a7ec2b0..81b06d0 100644
--- a/tests/func/SeleniumForge.php
+++ b/tests/func/SeleniumForge.php
@@ -105,7 +105,7 @@ abstract class FForge_SeleniumTestCase extends
PHPUnit\Extensions\Selenium2TestC
$this->listener = new
ScreenshotListener(getenv('SELENIUM_RC_DIR'));
}
- $this->setBrowser('firefox');
+ $this->setBrowser('chromium');
$capabilities = array('acceptInsecureCerts' => true);
$this->setDesiredCapabilities($capabilities);
$this->setBrowserUrl(URL);
diff --git a/tests/func_tests.sh b/tests/func_tests.sh
index 6d0a368..a95aa6d 100755
--- a/tests/func_tests.sh
+++ b/tests/func_tests.sh
@@ -69,7 +69,7 @@ install_selenium() {
# psmisc for db_reload.sh:killall
# rsyslog to get e.g. sshd error log
if [ -e /etc/debian_version ]; then
- apt-get -y install wget firefox-esr net-tools
+ apt-get -y install wget firefox-esr net-tools chromium
chromium-driver
if grep -q ^8 /etc/debian_version; then
apt-get -y install phpunit phpunit-selenium psmisc rsyslog
patch
apt-get -y install -t jessie-backports openjdk-8-jdk
-----------------------------------------------------------------------
Summary of changes:
tests/func/SeleniumForge.php | 2 +-
tests/func_tests.sh | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits