|
|
|
@ -46,10 +46,6 @@ unset WEBDRIVER_URL
|
|
|
|
|
docker kill $$-test_selenium
|
|
|
|
|
|
|
|
|
|
echo "TESTING WEBDRIVER FETCH > PLAYWRIGHT/BROWSERLESS..."
|
|
|
|
|
# Not all platforms support playwright (not ARM/rPI), so it's not packaged in requirements.txt
|
|
|
|
|
PLAYWRIGHT_VERSION=$(grep -i -E "RUN pip install.+" "$SCRIPT_DIR/../Dockerfile" | grep --only-matching -i -E "playwright[=><~+]+[0-9\.]+")
|
|
|
|
|
echo "using $PLAYWRIGHT_VERSION"
|
|
|
|
|
pip3 install "$PLAYWRIGHT_VERSION"
|
|
|
|
|
docker run -d --name $$-test_browserless -e "DEFAULT_LAUNCH_ARGS=[\"--window-size=1920,1080\"]" --rm -p 3000:3000 --shm-size="2g" browserless/chrome:1.53-chrome-stable
|
|
|
|
|
# takes a while to spin up
|
|
|
|
|
sleep 5
|
|
|
|
|