Repository: archiva Updated Branches: refs/heads/master 3ae101f7a -> 657700799
Changing screen resolution to avoid scroll bars in browser Project: http://git-wip-us.apache.org/repos/asf/archiva/repo Commit: http://git-wip-us.apache.org/repos/asf/archiva/commit/65770079 Tree: http://git-wip-us.apache.org/repos/asf/archiva/tree/65770079 Diff: http://git-wip-us.apache.org/repos/asf/archiva/diff/65770079 Branch: refs/heads/master Commit: 6577007992bd6db1a3b28605aab565cb5c6d84a9 Parents: 3ae101f Author: Martin Stockhammer <[email protected]> Authored: Tue Sep 19 15:35:03 2017 +0200 Committer: Martin Stockhammer <[email protected]> Committed: Tue Sep 19 15:35:03 2017 +0200 ---------------------------------------------------------------------- src/ci/scripts/container_webtest.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/archiva/blob/65770079/src/ci/scripts/container_webtest.sh ---------------------------------------------------------------------- diff --git a/src/ci/scripts/container_webtest.sh b/src/ci/scripts/container_webtest.sh index fbd2c1a..e2268e3 100644 --- a/src/ci/scripts/container_webtest.sh +++ b/src/ci/scripts/container_webtest.sh @@ -33,8 +33,9 @@ INSTANCE_NAME="archiva-webtest" PORT_MAPPING="4444:4444" NETWORK_TYPE="host" -export SCREEN_WIDTH="1600" -export SCREEN_HEIGHT="1200" +# Using high screen resolution to avoid scrolling bar in browser +export SCREEN_WIDTH="3840" +export SCREEN_HEIGHT="2160" HERE=`dirname $0`
