1
0
mirror of https://github.com/jcwimer/watir-docker synced 2026-03-24 18:14:42 +00:00

Using chromium 73 and installed watir-performance

This commit is contained in:
2020-04-16 22:49:38 -04:00
parent f9d9465d7e
commit 5923e07810
2 changed files with 8 additions and 10 deletions

View File

@@ -1,7 +1,7 @@
#!/bin/bash
set -e
echo "Starting X virtual framebuffer (Xvfb) in background..."
#echo "Starting X virtual framebuffer (Xvfb) in background..."
Xvfb -ac :99 -screen 0 1280x1024x16 > /dev/null 2>&1 &
export DISPLAY=:99